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

html {
    font-size: 50%;
    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::after {
    content: "";
    clear: both;
    display: table;
}

.no_padding {
    padding: 0 !important;
}

.no_margin {
    margin: 0 !important;
}

.four_fifth {
    float: left;
    width: 80%;
    /* padding: 10px; */
}

.one_third {
    float: left;
    width: 33%;
    /* padding: 10px; */
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.one_third li {
    margin-bottom: 3px;
}

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

#playerTbl {
    border-spacing: 0;
}

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

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

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

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

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

.head_conference {
    font-size: 1.35rem;
    padding-bottom: 5px;
}

.team_desc {
    font-size: 1.15rem;
}

.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;
}

/* select all teams' roster tables (classes are lineHeight + team_code) */
table[class*='lineHeight'] {
    line-height: 1rem;
}

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.rosterHeader {
    /* width: 50%; */
    margin-right: 15px;
}

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

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

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