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

.actualLeft {
    border-left: 1px solid #999;
}

.actualRight {
    border-right: 1px solid #999;
}

a.playerName {
    text-decoration: none;
    color: black;
}

a.playerName:hover {
    color: blue;
}

a.playerName:active {
    color: black;
}

a.playerName:visited {
    color: black;
}

th {
    /* text-align: right; */
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    /* font-size: 9px; */
    font-size: 14px;
    border-bottom: 3px;
}

th.forecastSpan {
    text-align: center;
    background: #FFD580;
    font-family: 'Roboto Condensed', sans-serif;
    /* font-size: 9px; */
    font-size: 14px;
}

td.forecastedPoints {
    background: #FFD580;
    padding-right: 3px;
}

th.meta {
    text-align: left;
}

th.actual {
    /* text-align: right; */
    text-align: left;
    background: black;
    color: white;
}

th.actualSpan {
    text-align: center;
    background: black;
    color: white;
}

th.forecastHeader {
    background: #FFD580;
    color: black;
}

input.defenseman {
    margin-top: 0px;
    border: 1px solid orange;
    -ms-transform: scale(.6);
    /* IE */
    -moz-transform: scale(.6);
    /* FF */
    -webkit-transform: scale(.6);
    /* Safari and Chrome */
    -o-transform: scale(.6);
    /* Opera */
    transform: scale(.6);
}

input.nondefenseman {
    margin-top: 0px;
    border: 1px solid orange;
    -ms-transform: scale(.6);
    /* IE */
    -moz-transform: scale(.6);
    /* FF */
    -webkit-transform: scale(.6);
    /* Safari and Chrome */
    -o-transform: scale(.6);
    /* Opera */
    transform: scale(.6);
}

.headerTitle {
    font-family: Oswald;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding: 1px 5px;
    text-transform: uppercase;
    background: black;
    color: white;
    letter-spacing: 2px;
}

.headerTitle::before {
    content: "|";
    color: #ff7928;
    font-size: 2.5rem;
    vertical-align: middle;
    padding-bottom: 20px;
}

.headerLegend {
    font-family: 'Roboto Condensed', sans-serif;
    /* font-size: 10px; */
    font-size: 14px;
}

.headerLegend a {
    color: blue;
    /* text-decoration: none; */
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.header {
    /* margin-bottom: 5px; */
    margin: 15px 0 15px;
}

.dataTable tr:nth-child(odd) {
    background: #D3D3D3;
}

.dataTable tr:nth-child(1) {
    background: #FFF;
}

td {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    border-spacing: 0px;
    padding: 5px 0 6px;
    vertical-align: middle;
}

td.flagcell {
    padding-left: 5px;
}

div.divtd {
    height: 14px;
    /* overflow: hidden; */
}

.idollar {
    /* xfont-weight: bold; */
    background: green;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
}

.iplus {
    font-weight: bold;
    background: red;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
}

.imust {
    font-weight: bold;
    background: blue;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
}

.isleeper {
    font-weight: bold;
    background: orange;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
}

.irookie {
    font-weight: bold;
    color: green;
}

body {
    counter-reset: page_num 3;
}

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

.pageHeader {
    text-align: center;
}

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

.page-header,
.page-header-space,
.page-footer,
.page-footer-space {
    padding: 5px 0;
}

.xpage-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #e1e1e1;
    /* for demo */
    font-size: 1.0rem;
    color: #000;
    text-align: center;
}

.page-header {
    position: fixed;
    top: 0mm;
    width: 100%;
    /* background: #e1e1e1; for demo */
    font-size: 1.0rem;
    color: #000;
    text-align: center;
}

header {
    font-size: 11px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    text-align: center;
    width: 100%;
}

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

/* .header {
		margin-top: 25px;
	} */

.container {
    width: 1080px;
    margin: 0 auto;
    padding: 0px 30px 10px;
    background: white;
    /* border: 1px solid red; */
}

.leftPad {
    padding-left: 2px;
}

.dataTable tr td:not(:nth-child(3)),
.dataTable tr th:not(:nth-child(3)) {
    width: 50px;
}

.dataTable tr td:nth-child(17) {
    width: 70px;
}