﻿
li {
    list-style: none;
}

th {
    font-weight: normal !important;
}

table.table {
  
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.table td, table.table th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
}
table.table tbody td {
    font-size: 13px;
}
    table.table tr:nth-child(even) {
        
    }
    table.table thead {
        background: #a28442;
    }
table.table thead th {
    font-size: 15px;
    font-weight: bold;
    color: white !important;
    border-left: 2px solid #D0E4F5;
}
table.table thead th:first-child {
    border-left: none;
}

table.table tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    border-top: 2px solid #444444;
}
table.table tfoot td {
    font-size: 14px;
}
table.table tfoot .links {
    text-align: right;
}
table.table tfoot .links a{
    display: inline-block;
    background: #4260a2;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

p,td, .instruction-wrap span {
    font-family: 'Arial' !important;
    font-weight: normal !important;
}

.question-name {
    text-transform: uppercase;
}

.controls input {
    border: 1px gray solid !important;
}