﻿/* This file contains styles pertaining to the fonts 
    used in the Test Delivery Module
	Matt Breitkreutz, 2013-2014
 */


body {
    font-size: 1.0em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}


/* Generic Sizes */
h1 {
	font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
}

h2 {
	font-size: 1.5em;
    font-weight: normal;
}

h3 {
	font-size: 1.25em;
	font-style: italic;
    font-weight: normal;
}

.text-larger {
    font-size: 1.25em;
}

.text-large {
    font-size: 1.15em;
}

.text-small {
    font-size: 0.85em;
}

.text-smaller {
    font-size: 0.75em;
}

.text-smallest {
    font-size: 0.65em;
}


.line-height-looose {
    line-height: 150%;
}

.line-height-double {
    line-height: 200%;
}



/* Text Properties */
.text-normal {
    font-weight: normal;
    font-style: normal;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.text-underline {
    text-decoration: underline;
}


/* Alignment */
.text-align-left, .text-align-left th {
	text-align: left;
}

.text-align-right,.text-align-right th {
    text-align: right;
}

.text-align-center, .text-align-center th {
	text-align: center;
}

.item-stem, .answer-choices {
    font-size: 1.2em;
}