div.contest-header img {
    width: 100%;
    height: auto;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
div.sendlog-bar {
    background: var(--colorDetail);
    color: #fff;
    border-radius: 5px;
}
div.sendlog-bar h3 {
    font-weight: 200;
}
div.sendlog-bar .btn {
    font-weight: 700;
}
a.season-title { 
    text-decoration: none;
    color: inherit;
}
a.season-title:hover h4 {
    background: #3f3b56;
}
a.season-title h4 {
    background: var(--colorTwo);
    text-align: center;
    margin: 0.5em 0;
    padding: 0.5em 0;    
    border-radius: 5px;
}
.table tr th {
    border-top: 0;
}
.table tr td {
    border-color: var(--colorThree);
}
.table-tr-odd {
    background: var(--colorTwo);
}
.show-qso-info {
    font-weight: 200;
    color: #adadad;
}
.show-qso-info:hover {
    color: #757373;
}
tr.qso-info td {
    border-top: none;
}
table.log-view {
    display:block;
    width:100%;
    height:120px;
    font: 0.8em courier;
    padding:5px;
    margin:0;
    border:1px solid #999;
    overflow-y:auto;
}
table.log-view tbody {
    display:block;
    width:100%;
}
table.log-view tbody tr {
    display:block;
    padding:0 1%;
    margin:0;
    width:98%;
}
table.log-view tbody tr td {
    display:inline-block;
    padding:2px 0;
    margin:0;
}
.lang_br, .lang_es, .lang_us {
    display: none;
}
.lang_active {
    display: block;
}