
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    cursor: default;
    background-color: #af9d6b;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #af9d6b;
}

.AwardCeremonyFinalistsTable td {
    padding: 10px;
    border-bottom: 1px solid lightgrey;
}

.AwardCeremonyFinalistsTable th {
    padding: 10px;
}

thead input {
    width: 100%;
}

/*.forumattendeestable th, .forumattendeestable td {
    padding: 10px;
}*/


.AwardCeremonyFinalistsPresentationsTable td {
    padding: 10px;
    border-bottom: 1px solid lightgrey;
    border-right: 2px solid white;
}

.AwardCeremonyFinalistsPresentationsTable th {
    padding: 10px;
}

.checkbox dd {
    display: inline-block;
}

.form-control-checkbox {
    margin-right: 5px;
}

#fixSummaryHtmlTable p, #fixSummaryHtmlTable {
    color: #757575;
}