body {
    background: #152b76;
    min-width: 1700px !important;
    overflow-y: hidden;
}

td {
    /*border: 1px solid red !important;*/
}

.llrHeader img {
    max-width: 100%;
    width: auto;
    height: 140px;
}

.push_bottom {
    width: 100%;
    background: #152b76;
}

.llrRoundsData {
    min-height: 100%;
    background: #152b76;
    min-width: 1700px !important;
    color: #ffffff;
}

.llrHeader {
    padding: 10px;
    background: black;
    color: #ffffff;
    height: 160px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    min-width: 1700px !important;
}

.llrHeader .headerLeft {
    background: #ffffff;
    float: left;
    height: 140px;
    border-radius: 14px 0 0 14px;
    border-right: 10px solid black;
    overflow: hidden;
}

.llrHeader .headerRight {
    background: #f47b20;
    float: right;
    height: 140px;
    border-radius: 0 14px 14px 0;
    border-left: 10px solid black;
    overflow: hidden;
}

.llrHeader .headerCenter {
    overflow: hidden;
    padding: 1%;
    background-color: #5069bd;
    height: 140px;
}

.headerLabel .type {
    float: left;
}

.headerLabel span {
    display: block;
    font-size: 32pt;
    font-weight: bold;
    line-height: 38pt;

}

.category_name {
    margin-left: 120px;
    float: left;
    font-size: 24pt;
    /* font-weight: bold; */
    line-height: 76pt;
}

table.bracketsTable {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
}

table.bracketsTable.fullWidth {
    width: 100%;
}

table.bracketsTable h3 {
    font-size: 9.737pt;
    font-weight: bold;
    margin: 4px 0;
}

.firstCol .nameSpan {
    height: 22pt;
    width: 32%;
    padding-left: 2% !important;
}

.nameSpan {
    display: inline-block;
    overflow: hidden;
}

table.bracketsTable .tinyTarget {
    color: #9999ff;
    padding-left: 1%;
    display: inline-block;
    overflow: hidden;
}

table.bracketsTable td.firstCol.top {
    position: relative;
}

table.bracketsTable td.firstCol.top:after {
    content: '';
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 74%;
}

table.bracketsTable td.firstCol.bottom {
    position: relative;
}

table.bracketsTable td.firstCol.bottom:after {
    content: '';
    height: 2px;
    bottom: 0;
    right: 0;
    padding-right: 74%;
    background-color: #fff;
    position: absolute;
}

table.bracketsTable > tbody > tr >td:first-child {
    max-width: 40%;
    min-width: 490px !important;
}

table.bracketsTable tr,
table.bracketsTable td,
table.bracketsTable td span {
    font-size: 16pt;
    line-height: 22pt;
    margin: 0;
    padding: 0;
    border: 0;
}

@media screen and (min-width: 1920px) {
    table.bracketsTable tr,
    table.bracketsTable td,
    table.bracketsTable td span {
        font-size: 18pt;
    }
}

.qPos {
    display: inline-block;
    width: 25%;
    text-align: right;
    padding-left: 3% !important;
    color: #ffff08;
}

.qScore {
    display: inline-block;
    width: 40%;
    text-align: right;
}

.maxHits {
    display: inline-block;
    width: 30%;
    text-align: right;
}

table.bracketsTable td.rtd {
    height: 42px !important;
}

table.bracketsTable tr td {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.bracketsTable tr td.empty.rightBorder .border {
    width: 100%;
    height: 100%;
    border-right: 2px solid white;
}

table.bracketsTable tr td span.archer {
    border-bottom: solid 2px white;
    height: 42px;
    vertical-align: bottom;
    margin: -42px 0 0 0;
    padding: 0 0 0 0;
    display: inline-block;
    width: 100%;
    min-width: 110px;
    overflow: visible;
}

table.bracketsTable tr td.firstCol span.archer {
    margin: 0;
    border: 0 !important;
}

table.bracketsTable > tbody > tr > td.bracketsHeader {
    border-bottom: 10px solid black;
    border-top: 10px solid black;
}

table.bracketsTable td.bracketsHeader {
    padding: 4px 0;
    font-weight: bold;
    font-size: 20pt;
    color: black;
    background: #ffff08;
    /* text-align: left !important;*/
}

table.bracketsTable table {
    width: 100%;
}

table.bracketsTable td.qualifCol.bracketsHeader {
    text-align: center;
}

.qualifCol {
    width: 25%;
}

span.endResults {
    float: right;
    padding-right: 2% !important;
}

table.bracketsTable td.result.inTree span.archer,
table.bracketsTable td.result.inTree span.endResults {
    height: 42px;
    margin-bottom: -42px;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 3px 0 0 3%;
}

table.bracketsTable tr td.firstCol.top span.archer {
    border-bottom: none !important;
    border-top: 2px solid white;
}

table.bracketsTable td.result.inTree span.archer .relRightBorder {
    position: absolute;
    right: 0;
    min-height: 42px;
    border-right: 2px solid white;
}

table.bracketsTable td.result.inTree span.archer .relRightBorder.up {
    bottom: 0;
}

table.bracketsTable td.result.inTree span.archer .relRightBorder.down {
    top: 42px;
}

table.bracketsTable td.result span.archer {
    display: inline-block;
    height: 18px;
    padding: 0 0 0 20px;
    font-size: 110%;
    font-weight: bold;
    position: relative;
    top: -4px;
}

span.medalName {
    height: auto !important;
    line-height: 30pt !important;
}

table.bracketsTable td.firstCol {
    position: relative;
}

table.bracketsTable td.firstCol div.firstBorder {
    width: 20px;
    float: right;
    margin: 0 0 -42px -20px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid white;
}

table.bracketsTable td.firstCol.top .firstBorder {
    border-top: 2px solid white;
}

table.bracketsTable td.firstCol.bottom .firstBorder {
    border-bottom: 2px solid white;
}

.loading {
    width: 100%;
}

.loading img {
    display: block;
    margin: 120px auto 0;
}

.is-winner .archerName, .is-winner .endResults {
    color: #ffff08 !important;
}

.absoluteTableHeader {
    position: absolute;
    top: 150px;

}

.tie .archerName,
.tie .endResults {
    color: #fff !important;
}

.endResult {

}
