 body {
  max-width:960px;
    margin:0 auto
}
.border-right {
	border-right: thin solid #F5F5F5
}
.m-b-20 {
	margin: 0 0 20px 0;
}
.m-b-30 {
	margin: 0 0 30px 0;
}
.m-b-60 {
	margin: 0 0 30px 0;
}
.category-row ul {
	list-style: none;
}
.category-row li a {
	font-style: normal;
}
.category-row ul li {
	margin-left: 0;
}
.category-row a > img {
	margin: 0 0 30px 0;
}
.category-row a > img:hover {
	opacity: 0.54;
	filter: alpha(opacity=54); /* For IE8 and earlier */
}
.category-link-sm {
	color: #2196F3;
	font-size: 12px;
}
.category-link {
	color: #2196F3;
}
.ga-arrow-right {
	position: relative;
	top: .3em;
}
.hero {
	background: linear-gradient( rgba(0, 0, 0, .75), rgba(0, 0, 0, .5) ), url('http://s7d2.scene7.com/is/image/Watscocom/baker_landing_20161212_rheem-destination-unknown-04?scl=1&qlt=90,1&resMode=sharp2&op_usm=1.75,0.3,2,0') no-repeat;
	background-size: cover;
	background-color: #000000;
	text-shadow: 1px 2px 3px #000000;
	position: relative;
	padding: 30px 30px 0 30px;
}
.hero p > img {
	display: inline;
	padding: 10px
}
.inverse {
	color: white
}
.inverse a {
	color: white
}
#fantasyTable {
	width: 100%;
	border-collapse: collapse;
}
#fantasyTable th {
	background: #D6D6D6;
	font-size: .75rem;
	font-weight: 400;
	color: #474443;
	border-bottom: solid thin #C1C1C1;
	border-right: solid thin #C1C1C1;
	border-top: solid thin #D6D6D6;
	border-left: solid thin #D6D6D6;
}
#fantasyTable td {
	padding: 4px 8px;
	font-size: .75rem;
	font-weight: 400;
	color: #474443;
	border-bottom: solid thin #C1C1C1;
	border-right: solid thin #C1C1C1;
	border-top: solid thin #D6D6D6;
	border-left: solid thin #D6D6D6;
}
#fantasyTable tr {
}
/*controls odd rows*/
#fantasyTable tr:nth-child(odd) {
	background: #FFFFFF;
	border-bottom: solid thin #C1C1C1;
	border-right: solid thin #C1C1C1;
	border-top: solid thin #D6D6D6;
	border-left: solid thin #D6D6D6;
}
/*controls even rows*/
#fantasyTable tr:nth-child(even) {
	background: #FFFFFF;
	border-bottom: solid thin #C1C1C1;
	border-right: solid thin #C1C1C1;
	border-top: solid thin #D6D6D6;
	border-left: solid thin #D6D6D6;
}
/*controls column 1*/
#fantasyTable td:nth-child(1) {
	background: #FFFFFF;
	color: #0082D6;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	border-left: solid 1px #FFFFFF;
}
/*controls column 1 header*/
#fantasyTable th:nth-child(1) {
	text-align: center;
	border-left: solid 1px #FFFFFF;
}
/*controls column 2*/
#fantasyTable td:nth-child(2) {
	text-transform: uppercase;
}
/*controls column 5*/
#fantasyTable td:nth-child(5) {
	background: #EDEDED;
	text-align: left;
	color: #0082D6;
	font-weight: 700;
}
/*controls column head 5*/
#fantasyTable th:nth-child(5) {
	background: #D6D6D6;
	text-align: left;
}
/*controls column 6*/
#fantasyTable td:nth-child(6) {
	background: #EDEDED;
	color: #0082D6;
	text-align: left;
	font-weight: 700;
}
/*controls column head 6*/
#fantasyTable th:nth-child(6) {
	background: #D6D6D6;
	text-align: left;
}
.pointsTable {
}
.pointLeader img {
	float: left;
	padding-right: 20px;
	font-weight: 900;
}
.pointLeader p {
	font-size: .75rem;
	text-align: left
}
.pointLeader h4 {
	font-weight: 900;
	text-align: left
}
.align-center {
	text-align: center
}
.learnMore {
	padding: 0 0 0 10px
}
.md-label {
	background: #BABABA
}
.md-label-orange {
	background: #f78d2c;
	padding: 0.3rem 0.5rem;
	border-radius: 0;
	color: white
}
.md-caps {
	text-transform: uppercase
}
.card {
	border: solid thin #F5F5F5;
	padding: 2rem 1rem;
}
.callout {
	border: solid thin #F5F5F5;
	background-color: #D6D6D6;
	border-radius: 5px;
	padding: .5rem;
	width: auto;
}
.md-black {
	font-weight: 900;
}
.linethrough {
	text-align: center;
	position: relative;
	z-index: 1;
}
.linethrough:before {
	border-top: 2px solid #dfdfdf;
	content: "";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95%;
	z-index: -1;
}
.linethrough span {
	/* to hide the lines from behind the text, you have to set the background color the same as the container */ 
	background: #FFFFFF;
	padding: 0 15px;
}
.max-width-50 {
	max-width: 50%
}
/*controls responsive button for opening hidden columns*/
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	background-color: #0d82fb;
	border: none;
  font-size:12px
}
/* give space between search bar and table */
.dataTables_filter {
	margin-bottom: 20px
}

@media screen and (max-width: 39.9375em) {
/* give space between search bar and table */
.dataTables_filter {
	display: none !important
}
}
.center {
   text-align:center !important;
   
}

input[type=text]{
    width:100%;
    border:2px solid #aaa;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
    text-align:center;
  }
  
  input[type=text]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
  }
  .pure-material-button-contained {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
    border: none;
}

/* Overlay */
.pure-material-button-contained::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:hover::before {
    opacity: 0.08;
}

.pure-material-button-contained:focus::before {
    opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
}

.pure-material-button-contained:disabled::before {
    opacity: 0;
}

.pure-material-button-contained:disabled::after {
    opacity: 0;
}
.loading {
    
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    display:none;
}
.loading.show {
    display: flex;
    justify-content: center;
    align-items: center;
}