body {
    margin: 0;
    font-family: verdana;
    font-size: small;
    color: #444;
    padding: 60px 0 0 0;
    line-height: 1.4em;
    background: transparent url(/imgs/page_bg_tile.gif) repeat;
}

pre {
    margin: 10px;
    font-family: verdana;
    font-size: small;
    color: #444;
    padding: 0;
    line-height: 1.4em;
}

img {
    border: 0;
    vertical-align: middle;
}

p {
    padding: 0 3px;
    margin: 6px 2px;
}

ol,
ul {
    padding: 4px 42px;
    margin: 0;
}

input {
    vertical-align: text-bottom;
}

textarea {
    width: 99%;
}

form {
    margin: 0;
    padding: 0;
    text-align: left;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}

fieldset.buttonGroup {
    border-top: 1px solid #39f;
    padding: 20px 0 0 0;
    margin-top: 20px;
    text-align: right;
}
fieldset.buttonGroup.noInstructions {
    border-top: 0;
    padding: 0;
}

table {
    margin: 4px 6px;
}

td {
    vertical-align: top;
    padding: 0;
}

code {
    font-size: small;
}

a {
    color: #444;
}

a:link {
    color: #444;
}

a:hover {
    color: #444;
}

em {
    font-weight: bold;
    font-style: normal;
    color: #4e9df4;
}

sup {
    font-size: x-small;
}

#site {
    width: 715px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
    border-radius: 4px;
    background: #fff;
}

#header {
    border-bottom: 1px solid #39f;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

#header h1 {
    margin: 0 0 10px 0;
}

.error {
    color: #df0928;
    font-weight: bold;
    font-size: 13px;
}

.progress ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.progress li {
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
}

.loading {
    text-align: center;
}

.loading p {
    margin: 10px 0;
}

.loading .fa {
    color: #0040bf;
}

.button,
button,
.modernButton {
    background: #4e9df2;
    background-image: -webkit-linear-gradient(top, #4e9df2, #0040bf);
    background-image: -moz-linear-gradient(top, #4e9df2, #0040bf);
    background-image: -ms-linear-gradient(top, #4e9df2, #0040bf);
    background-image: -o-linear-gradient(top, #4e9df2, #0040bf);
    background-image: linear-gradient(to bottom, #4e9df2, #0040bf);
    border-radius: 4px;
    font-family: verdana;
    color: #ffffff;
    font-size: small;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    line-height: normal;
}

.button:link,
.button:hover,
.modernButton:link,
.modernButton:hover {
    color: #fff;
}

.button:hover,
button:hover,
.modernButton:hover {
    background: #0040bf;
    text-decoration: none;
}

.button.secondary,
button.secondary,
.modernButton.secondary {
    background: #ddd;
    background-image: -webkit-linear-gradient(top, #ddd, #999);
    background-image: -moz-linear-gradient(top, #ddd, #999);
    background-image: -ms-linear-gradient(top, #ddd, #999);
    background-image: -o-linear-gradient(top, #ddd, #999);
    background-image: linear-gradient(to bottom, #ddd, #999);
}

.button.secondary:hover,
button.secondary:hover,
.modernButton.secondary:hover {
    background: #999;
}

.buttonGroup input.button,
.buttonGroup button,
.buttonGroup .button {
    font-size: medium;
    padding: 10px 20px 10px 20px;
    vertical-align: middle;
}

.buttonGroup .pullLeft {
    float: left;
}

.inputGroup {
    margin-top: 4px;
}
label.block {
    display: block;
}

.checkGroup > * {
    vertical-align: middle;
}

.horizontalInputGroup {
    display: table-row;
}

.horizontalInputGroup > div {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}

.horizontalInputGroup label {
    display: block;
    margin-bottom: 4px;
}

.nameForm input[type='text'],
.nameForm label,
.nameForm p {
    font-size: 14px;
}

.nameForm p {
    margin: 10px 0 10px 0;
    padding: 0;
}

.nameForm p:first-child {
    margin-top: 0;
}

.takeTest .choices {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.image {
    padding: 4px 0;
}
.image.pullLeft {
    float: left;
    margin-right: 10px;
}
.image.pullRight {
    float: right;
    margin-left: 10px;
}

.pullRight {
    float: right;
    margin-left: 10px;
}

.resultsTable {
    margin: 10px auto;
    border-collapse: collapse;
}

.resultsTable td {
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 16px;
    border-top: 1px solid #39f;
}

.resultsTable td:first-child {
    text-align: center;
}

.resultsTable tr:first-child td {
    border-top: 0;
}

.resultsTable .fa-star {
    color: #6c0;
}
.resultsTable .fa-times {
    color: #df0928;
}
.resultsTable .fa-pencil,
.resultsTable .fa-calculator {
    color: #0040bf;
}
.resultsTable .fa-certificate,
.fa-bookmark {
    color: #4e9df4;
}

.footer {
    width: 715px;
    margin: -30px auto 0 auto;
}

.footer a,
.footer a:hover,
.footer a:visited {
    color: #999;
    font-size: x-small;
    text-decoration: none;
}

.multiple_choice_table {
    width: 80%;
    text-align: left;
}

.multiple_choice_table tr td:first-child {
    min-width: 20px;
}

.multiple_choice_table tr td:first-child input {
    text-transform: uppercase;
}

.multiple_choice_table tr td:nth-child(3) {
    width: 20px;
    font-weight: bold;
}

.complete_test_button,
.complete_test_button:hover {
    background-color: #f50;
    background-image: linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -o-linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -moz-linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -webkit-linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -ms-linear-gradient(
        bottom,
        rgb(255, 51, 0) 4%,
        rgb(255, 153, 0) 96%
    );
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.04, rgb(255, 51, 0)),
        color-stop(0.96, rgb(255, 153, 0))
    );
}
