
.form .input-sm {
font-size: 13px;
padding:5px !important;
}

.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 0.02px;
    text-overflow: '';
    height: 27px;
    line-height: 1;
    background:none !important;
    background-color: #fff !important;
                                
}
/*Surface vision training course ie9 fixes added 20-1-16*/
.courses_table table thead tr th {
    padding: 10px;
    background-color: #4F81BD;
    color: #fff;
}


.courses_table {
    margin-top: 10px;
    overflow: hidden;
}

.courses_table table tr td {
    padding: 10px;
}
/*Surface vision training course ie9 fixes added 20-1-16*/
