@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

html {
    font-size: 62.5%;
    font-family: 'Roboto Condensed', sans-serif;
}

* {
    box-sizing: border-box;
}

.container {
    width: 1080px;
    margin: 0 auto;
    padding: 0px 19px 10px;
    height: 1290px;
    background: white;
}

.row {
    margin: 20px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.one_half {
    float: left;
    width: 50%;
    padding: 10px;
}

.no_margin {
    margin: 0 !important;
}

.no_mb {
    margin-bottom: 0 !important;
}

.mb_20 {
    margin-bottom: 20px;
}

.bg_orange_light {
    background-color: #f59f00;
}

.bg_gray {
    background-color: #adb5bd;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.playerTbl {
    font-size: 1.2rem;
    margin-top: 5px;
}

#playerTbl {
    border-spacing: 0;
}

#playerTbl th,
#playerTbl td,
#draftTbl th,
#draftTbl td {
    margin: 0;
    padding: 4px;
    white-space: nowrap;
}

.playerTbl thead {
    background-color: #E1E1E1;
    color: #000;
}

.playerTbl .pRank {
    font-weight: bold;
}

.playerTbl .drRank,
.tblFooter .drRank {
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.9rem;
}

.playerTbl .sfpRank,
.tblFooter .sfpRank {
    font-weight: bold;
    color: #fff;
    background-color: #CC2936;
    font-size: 1.1rem;
    padding: 3px;
    margin-left: 1px;
}

.playerTbl .underLine {
    border-bottom: 1px solid #E1E1E1;
}

.playerTbl h1 {
    font-size: 1.75rem;
}

.playerTbl tr th,
.playerTbl tr td {
    font-kerning: normal;
    letter-spacing: 0.05px;
}

.tblFooter {
    font-size: 1.15rem;
    margin: 15px 0;
}

.border_left {
    border-left: 1px solid #ced4da;
    margin: -8px -10px;
    padding: 8px 10px;
    height: 100%;
}

.stat_p_top {
    margin: 0 2px 3px 0;
    border-bottom: 1px solid #ced4da;
    padding: 0 3px;
}

.stat_p {
    margin: 3px 2px 3px 0;
    border-bottom: 1px solid #ced4da;
    padding: 3px;
}

.stat_p_bot {
    margin: 3px 2px 0 0;
    border-bottom: 1px solid #ced4da;
    padding: 3px;
}

.stat_p span,
.stat_p_top span,
.stat_p_bot span {
    float: right;
}

.po_result_td {
    padding: 2px 5px;
}

/* .team_leaders { background-color: #000; } */
.team_leaders h3 {
    color: #000;
    margin: 5px 0;
}

.team_leaders td:first-child {
    padding-left: 8px;
}

.team_leaders td {
    vertical-align: top;
}

.team_leaders p {
    color: #000;
}

.team_leaders .player_list {
    float: right;
    width: 60%;
}

.playerTbl th,
.playerTbl td {
    white-space: nowrap;
}

header {
    font-size: 1.1rem;
    color: #000;
    text-align: center;
    width: 100%;
    /* position: absolute;
  top: 8px;
  right: 0px; */
}

.page-number {
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    border: 1px solid #000;
    padding: 1px 4px;
    margin: 0 5px;
    font-weight: bold;
}

tbody tr:nth-child(even) {
    background: rgba(211, 211, 211, 0.3);
}

/* adjust line height to fill whitespace*/


/* From Jake */
/* font sizes */
h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

table,
p {
    font-size: 1.2rem;
}

h2 {
    margin: 0 0 5px 0;
    padding: 1px 5px;
    text-transform: uppercase;
    /* width: 22%; */
    background: black;
    color: white;
    letter-spacing: 2px;
}

h2::before {
    content: "|";
    color: #ff7928;
    font-size: 2.2rem;
    vertical-align: middle;
    padding-bottom: 5px;
}

h2.draftHeader {
    width: 200px;
}

.one_half:first-child {
    padding-left: 0;
}

.one_half:last-child {
    padding-right: 0;
}

/* from html */
body {
    counter-reset: page_num 3;
}

.row:first-child {
    margin-top: 0;
}

h1 {
    font-size: 3rem;
    margin-bottom: 0;
}