body {
	margin: 0;
	padding: 50px 0px 0px 0px;
	background-color: #f1f1f1;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;;
}

h1 {
	margin: 0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 800;
	letter-spacing: .6px;
	font-size: 2.6em;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	line-height: 1.5;
}


a {
	text-decoration: none;
	color: #222;
}

/* ----- NAVIGATION ----- */

.nav-container {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 2;
	background-color: #1b3151;
	box-shadow: 3px 2px -3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	
}

nav {
	height: 50px;
	width: 95%;
	max-width: 1350px;
	margin: auto;
}

.nav-logo {
	float: left;
	height: 100%;
}

.nav-logo img {
	height: 13px;
	margin: 18.5px 0px;
}

.nav-options {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.nav-link {
	display: inline-block;
	height: 100%;
}



.nav-link:hover .nav-link-sport {
	color: #f98d21;
}

.nav-link-sport {
	height: 100%;
	line-height: 50px;
	padding: 0 1.3em;
	color: white;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.nav-link-sport-container {
	display: inline-block;
}

.nav-link-sport-id {
	display: inline-block;
}

.nav-submenu {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: white;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #d1d1d1;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 3px 2px -3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.submenu-caret {
		position: absolute;
		top: -10px;
		width: 0; 
		height: 0; 
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid white;
}

.nfl-caret {
		left: 17px;
}

.nba-caret {
		left: 19px;
}

.mlb-caret {
		left: 19px;
}

.nhl-caret {
		left: 19.5px;
}

.fc-caret {
		left: 25px;
}

.nav-submenu-item {

	border-radius: 4px;
	cursor: pointer;
	font-weight: 700;
	text-align: left;
	letter-spacing: .5px;
	font-size: .9em;
}

.nav-submenu-item:hover {
	background-color: #f98d21;
	color: white;
	cursor: pointer;
}

.nav-submenu-item a {
	display: block;
	padding: 10px 8px;
  width: 100%;
  height: 100%;
}

.nav-submenu-item a:hover {
	color: white;
}

.nav-social {
	float: right;
	height: 100%;
}

.nav-social a {
	margin-left: 10px;
}

.nav-social-icon-container {
	display: inline-block;
	padding: 13px 5px;
}

.nav-overlay-button {
	display: none;
}

.overlay {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background-color: rgb(255,255,255);
	overflow-x: hidden;
}

.overlay-header-container {
	width: 100%;
	border-bottom: 2px solid black;
}

.overlay-header {
	height: 50px;
	width: 95%;
	margin: auto;
}

.overlay-logo {
	float: left;
	height: 100%;
}

.overlay-logo img {
	height: 13px;
	margin: 18.5px 0px;
}

.close-overlay-button {
	display: inline-block;
	float: right;
	height: 100%;
}

.close-overlay-button:hover {
	cursor: pointer;
}

.close-overlay-button img {
	height: 18px;
	margin: 16px 0;
}

.overlay-body-container {
	width: 100%;
	margin: 20px 0px;
}

.overlay-body {
	width: 100%;
}

.overlay-menu-item {
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 1.7em;
	letter-spacing: 1px;
}

.overlay-menu-item a {
	display: block;
	width: 100%;
}

.overlay-menu-item:hover {
	cursor: pointer;
}

.list-chevron-down {
	float: right;
	height: 19px;
	margin: 5px 0px;
}

.list-chevron-up {
	display: none;
	float: right;
	height: 19px;
	margin: 5px 0px;
}

.overlay-submenu {
	display: none;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.2em;
	letter-spacing: .5px;
	background-color: #f3f3f3;
}

.overlay-submenu-item {
	padding: 8px 0px;
}

.overlay-submenu-item a {
	display: block;
	width: 100%;
}

.overlay-social {
	width: 100%;
	margin-top: 50px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.overlay-social-links-wrapper {
	width: 100%;
	text-align: center;
}

.overlay-social-links {
	display: inline-block;
	margin: 20px 0px;
}

/* ----- HEADER AD ----- */

.header-ad-wrapper {
	width: 100%;
	padding: 25px 0px;
	background-color: #f1f1f1;
}

.header-ad-align {
	width: 95%;
	margin: auto;
	max-width: 1300px;
}

.header-ad {
	width: 728px;
	height: 90px;
	margin: auto;
}

.responsive-mobile-banner { 
	width: 728px; height: 90px; 
}

/* ----- MAIN CONTENT ----- */

.container {
	width: 1240px;
	margin: auto;
	margin-bottom: 20px;
}

.main-content {
	display: inline-block;
	width: 920px;
	box-sizing: border-box;
	background-color: white;
	padding: 25px;
	border: 1px solid #d8d8d8;
	border-radius: 7px;
}

/* Page Header */

.content-header {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px solid #f3f3f3;
}

.updated-date {
	color: #7e7e7e;
	letter-spacing: .6px;
	margin-bottom: 20px;
}

.content-title {
	margin-bottom: 20px;
}

.content-summary {
	margin: 0;
	color: #7e7e7e;
	font-size: 1.25em;
}

.content-header {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px solid #f3f3f3;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?9b2arh');
  src:  url('/fonts/icomoon.eot?9b2arh#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?9b2arh') format('truetype'),
    url('/fonts/icomoon.woff?9b2arh') format('woff'),
    url('/fonts/icomoon.svg?9b2arh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-share {
	margin-top: 20px
}

.social-link-container {
	margin-right: 10px;
	display: inline-block;
}

.share-icon-container {
	padding: 7px 12px;
	display: inline-block;
	border-radius: 5px;
}

.share-icon {
	font-size: 1.8em;
	border-radius: 3px;
	color: white;
}

.mail-envelop {
	background-color: rgba(37, 211, 102);
}

.icon-envelop:before {
  content: "\e945";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}

.social-share-bar {
	margin-top: 20px;
}

.social-share-bar img {
	width:  22px;
	padding: 7px 12px;
	vertical-align: middle;
}

.social-share-bar a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.share-button {
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
}

.instagram {
	background-color: #e95950;
}

.facebook {
	background-color: #3b5998; 
}

.twitter {
	background-color: #1da1f2; 
}

.linkedin {
	background-color: #0077b5; 
}

.email {
	background-color: #25d366;
}

.reddit {
	background-color: #FF5700; 
}

/* Controller */

.controller {
	box-sizing: border-box;
	margin: 30px auto; 
	width: 100%; 
	font-size: 15px;
	font-weight: 700;
	border: 1px solid #d0d1d2;
}

.controller-abbrv {
	display: none;
}


.controller a {
	display:inline-block;
	box-sizing: border-box;
	width:20%;
	padding: 10px 0px;
	text-align: center;
	color: #373737;
	background-color: #f9f9fb;
}

.nhl-controller {
	box-sizing: border-box;
	margin: 30px auto; 
	width: 100%; 
	font-size: 15px;
	font-weight: 700;
	border: 1px solid #d0d1d2;
}

.nhl-controller a {
	display:inline-block;
	box-sizing: border-box;
	width:25%;
	padding: 10px 0px;
	text-align: center;
	color: #373737;
	background-color: #f9f9fb;
}

.ncaa-controller {
	box-sizing: border-box;
	margin: 30px auto; 
	width: 100%; 
	font-size: 15px;
	font-weight: 700;
	border: 1px solid #d0d1d2;
}

.ncaa-controller a {
	display:inline-block;
	box-sizing: border-box;
	width:50%;
	padding: 10px 0px;
	text-align: center;
	color: #373737;
	background-color: #f9f9fb;
}

.controller a:hover {
	background-color: #f3f3f3;
}

.gfc-controller {
	box-sizing: border-box;
	margin: 30px auto; 
	width: 100%; 
	font-size: 15px;
	font-weight: 700;
	border: 1px solid #d0d1d2;
}

.gfc-controller a {
	display:inline-block;
	box-sizing: border-box;
	width:16.66%;
	padding: 10px 0px;
	text-align: center;
	color: #373737;
	background-color: #f9f9fb;
}

.gfc-controller a:hover {
	background-color: #f3f3f3;
}

#active-controller {
	background-color: white;
	font-weight: 700;
	color: #3cc47c;
	-moz-box-shadow: inset 1px 1px 5px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 1px 1px 5px 0 rgba(0,0,0,.2);
	box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,.2);
}

.controller-right {
	border-right: 1px solid #d0d1d2;
}

/* Alert Message */

.alert {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 7px;
	border: 2px solid #d86666;
	background-color: #f7e0e0;
}

.alert-message {
	padding:8px;
	font-size: 14px;
	color: #5f0000;
}

.alert-message span {
	font-weight: 700;
}

/* Strength of Schedule Scale */

.scale-label-container {
	margin-bottom: 10px;
}

.scale-container {
	margin-bottom:30px; 
	clear: both;
}

.scale {
	height:10px; 
	width:100%; 
	background-image: linear-gradient(to right, #f8696b, #f2f2f2, #63be7b);
}

.scale-labels {
	display: inline-block;
	font-weight: 700;
}

.scale-label-left {
	float: left;
}

.scale-label-right {
	float: right;
}
		
/* Main Table */

.table-container {
	width: 100%;
}

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

table img {
	width: 28px;;
}

th, td {
	box-sizing: border-box;
	outline: none;
}

tr {
	height: 46px;
}

td {
	border-bottom:1px solid #f1f1f3;
	vertical-align: middle;
	text-align: center;
}

thead {
	border-bottom: 1px solid #d8d8da;
	font-size: 11px;
	font-weight: 700;
}

tbody {
	font-size: 14px;
}

tbody tr:nth-child(even) {
	background-color: #f9f9fa;
}

.section-label {
	padding:4px 0px;
	border-bottom:1px solid #d8d8da;
	border-right:10px solid white;
	border-left:10px solid white;
}

.thead-separate {
	padding:10px 0px;
}

.column-labels-row {
	font-size:11px;
	vertical-align:bottom;
	line-height:14px;
}

.column-labels {
	padding: 5px;
	width: 10%;
	letter-spacing: 1.1;
}

.table-header-short {
	display: none;
}

#active-sort {
	color: white;
	background-color: #515455;
}

.rank {
	padding: 5px;
	width: 5%;
	letter-spacing: 1.1;
}

.logo {
	width: 30px;
}

.team {
	width: auto;
}

.team-name {
	font-size: 15px;
	font-weight: 700;
}

.abbrv {
	display: none;
}

.record {
	padding-left:8px; 
	font-size:11px; 
	color:#888888; 
	letter-spacing:.8px;
}

.move-block {
	width:50%;
	background-color:lightgray;
	padding:6px;
	border-radius:10px;
}

.col-text-left {
	padding-left: 8px;
	text-align:left;
}

.col-text-center {
	text-align: center;
}

.col-text-right {
	padding-right: 8px;
	text-align: right;
}

.table-section-border {
	border-right:3px solid #f1f1f3;
}

/* NCAA RANKINGS TABLE */

.ncaa {
	width: 15.75%;
	padding: 5px;
	letter-spacing: 1.1;
}

.ncaa-team {
	width: auto;
	padding: 5px;
	letter-spacing: 1.1;
}

/* GURU FC TABLE EXPERIMENT */

.gfc-rankings-table tr {
	height: 48px;
}

.gfc-rank-col {
	width: 3%;
}

.gfc-rank {
	font-size: 12px;
	text-align: center;
}

.gfc-team-col {
	width: 34%;
	padding-left: 46px;
}

.gfc-logo {
	vertical-align: middle;
	margin-right: 5px;
	width: 28px;
	height: 28px;
}

.gfc-team-name {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
}

/* GURU FC TABLE EXPERIMENT */

/* RANKINGS TABLE V2 VERSION */

.column-labels-v2 {
	padding: 5px 0px;
}

.rank-col-v2 {
	width: 3%;
}

.team-col-v2 {
	width: 34%;
	padding-left: 46px;
}

.average-col {
	width: 9%;
}

.move-col-v2 {
	width: 9%;
}

.sos-col {
	width: 9%;
}

.wins-col {
	width: 9%;
}

.loss-col {
	width: 9%;
}

.playoff-col {
	width: 9%;
}

.champ-col {
	width: 9%;
}

.rank-v2 {
	font-size: 12px;
	text-align: center;
}

.logo-v2 {
	vertical-align:middle;
	margin-right: 5px;
	width: 28px;
	height: 28px;
}

.team-name-v2 {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
}

.nhl-average-col {
	width: 10.5%;
}

.nhl-move {
	width: 10.5%;
}

.nhl-sos-col {
	width: 10.5%;
}

.nhl-points-col {
	width: 10.5%;
}

.nhl-playoff-col {
	width: 10.5%;
}

.nhl-champ-col {
	width: 10.5%;
}

.gfc-data-col {
	width: 15.75%;
}


/* RANKINGS TABLE V2 VERSION END */

/* SoS TABLE V2 */



/* SoS TABLE V2 */

.sos-division {
	width: 21%;
}

.sos-gr {
	width: 21%;
}

.sos-opp-avg {
	width: 21%;
}

/* HEAT CHART CSS */

.heat-chart tr {
	height: 32px;
}

.heat-team {
	width: 15%;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align:left;
}

.heat-column-labels {
	padding-bottom: 5px;
	width: 12%;
}

.nhl-heat-team {
	width: 14%;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align:left;
}

.nhl-heat-column-labels {
	padding-bottom: 5px;
	width: 18%;
}

.heat-team-name {
	font-size: 15px;
	font-weight: 700;
	padding-left: 8px;
	text-align:left;
	border-right: 1px solid #d8d8da;
}

.heat-average {
	width: 14%;
	padding-bottom: 5px;
	font-weight: 700;
}

.heat-average-data {
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	border-left: 1px solid #d8d8da;
}

.heat-chart-data {
	text-align: center;
}

/* FOUR SITE HEAT CHART (replicated from NHL heat chart */

.four-heat-team {
	width: 14%;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align:left;
}

.four-heat-column-labels {
	padding-bottom: 5px;
	width: 18%;
}





/* FIVE SITE HEAT CHART */

.five-heat-team {
	width: 15%;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align:left;: 
}

.five-heat-column-labels {
	padding-bottom: 5px;
	width: 14%;
}

.five-heat-average {
	width: 15%;
	padding-bottom: 5px;
	font-weight: 700;
}

/* THREE SITE HEAT CHART */

.three-heat-team {
	width: 14%;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align:left;: 
}

.three-heat-column-labels {
	width: 24%;
	padding-bottom: 5px;
}

.three-heat-average {
	width: 14%;
	padding-bottom: 5px;
	font-weight: 700;
}

/* SOS TABLE CSS */


.sos-division {
	width: 21%;
}

.sos-gr {
	width: 21%;
}

.sos-opp-avg {
	width: 21%;
}

.sos-color {
	width:35%;
	padding:6px;
	margin: auto;
	border-radius:10px;
	font-weight: 700;
}

/* CHANGE TABLE */

.change-col {
	width: 15.75%;
}

.change-logo {
	width: 30px;
	text-align: center;
}

.change-block {
	width:50%;
	padding:6px;
	margin: auto;
	border-radius:10px;
	font-weight: 700;
}

/* PARAGRAPH FORMATTING */

.description {
	margin: 30px 0px;
}

.description p {
	font-size: 18px;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
	letter-spacing: .03em;
	color: #222;
}

.description a {
	text-decoration: none;
	color: #06c;
	font-weight: 700;
}

.description a:hover {
	text-decoration: underline;
}

/* SIDEBAR CSS */

.sidebar {
	width: 300px;
	margin-left: 20px;
	float: right;
}

.sidebar-ad {
	width:300px;
	height:250px;
}

.sidebar h2 {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #f3f3f3;
	color: #222;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.sb-general-links {
	margin: 20px 0px;
	border-radius: 7px;
	border: 1px solid #d8d8d8;
	width:300px;
	text-align:center;
	background-color:white;
}

.sb-general-links a {
	display: block;
	padding: 15px 0px;
	border-bottom: 1px solid #f3f3f3;
	font-size: 13px;
}

.sb-general-links a:hover {
	color: #06c;
}

.sb-link-bottom {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.sidebar-follow {
	width: 300px;
	margin-bottom: 20px;
	background-color: white;
	border-radius: 7px;
	border: 1px solid #d8d8d8;
	text-align: center;
}

.sidebar-guru-logo img {
	padding: 10px 0px;
}

.sidebar-social-links {
	padding: 5px 0px 15px 0px;
	font-size: 26px;
}

.sidebar-social-links a {
	margin: 0px 10px;
	color: #222;
}

footer {
	width: 100%;
	background-color: #1b3151;
}

.footer-container {
	width: 1240px;
	margin: auto;
}

.footer-content {
	width: 920px;
	padding: 20px 0px;
	color: white;
}

.footer-logo {
	margin: 20px 0px;
	text-align: center;
}

.footer-logo img {
	height: 13px;
}

.footer-links {
	text-align: center;
	margin-bottom: 20px;
}

.footer-links a {
	color: white;
	margin: 0px 20px;
	font-size: 14px;
}

.footer-links a:hover {
	color: #f98d21;
}

.footer-break {
	display: inline-block;
}

/** CONTACT US **/

.guru-sketch {
	display: block;
	margin: 40px auto;
	width:50%;
}


@media screen and (max-width: 1275px) {

	.container {
		width: 1120px;
	}

	.main-content {
		width: 800px;
	}

	.sidebar {
		margin-left: 20px;
	}

	.footer-container {
		width: 1120px;
	}

	.footer-content {
		width: 800px;
	}

}

@media screen and (max-width: 1150px) {

	.container {
		width: 96%;
	}

	.main-content {
		display: block;
		width: 100%;
	}

	.sidebar {
		float: none;
		width: 100%;
		padding-top: 15px;
		margin-left: 0;
	}

	.sidebar-ad {
		margin: auto;
	}

	.sb-general-links {
		width: 100%;
	}

	.sidebar h2 {
		font-size: 20px;
	}

	.sb-general-links a {
		padding-left: 10px;
		font-size: 18px;
	}

	.sidebar-follow {
		width: 100%;
	}

	.footer-container {
		width: 96%;
	}

	.footer-content {
		width: 100%;
	}

}

@media screen and (max-width: 1045px) {
	
	/* NAVIGATION */
	
	.nav-options {
		margin: 0;
		float: right;
	}

	
	.nfl-caret {
		left: 12px;
	}

	.nba-caret {
			left: 15px;
	}

	.mlb-caret {
			left: 16px;
	}

	.nhl-caret {
			left: 15px;
	}

	.fc-caret {
			left: 20px;
	}
	
	.nav-social {
		display: none;
	}
	
	/* MAIN CONTENT */
	
	.container {
		display: block;
	}

}

@media screen and (max-width: 890px) {

	/* NAVIGATION */
	
	.nav-options {
		display: none;
	}
	
	.nav-overlay-button {
		display: inline-block;
		float: right;
		height: 100%;
	}
	
	.nav-overlay-button:hover {
		cursor: pointer;
	}
	
	.nav-overlay-button img {
		height: 20px;
		margin: 15px 0;
	}
	
	/* MAIN CONTENT */
	
	.main-content {
		padding: 15px;
	}
	
	.description p {
		font-size: 16px;
	}

}

@media screen and (max-width: 750px) {

	/* ----- HEADER AD ----- */ 
	
	.responsive-mobile-banner { 
		width: 468px; 
		height: 60px; 
	}
	
	.header-ad {
		width: 468px;
		height: 60px;
	}
	
	/* ----- SHARE BAR FORMATTING ----- */
	
	.social-share-bar img {
		width:  16px;
		padding: 10px 21px;
	}

	.share-button {
		width: 58px;
	}
	
	/* ----- CONTROLLER FORMATTING ----- */
	
	.gfc-controller {
		font-size: 12px;
	}
	
	/* ----- TABLE FORMATTING ----- */ 
	
	.table-header-full {
		display: none;
	}

	.table-header-short {
		display: inline;
	}
	
	.heat-team {
		padding-left: 0px;
		text-align:center;
	}
	
	.heat-team-name {
		text-align: center;
		padding-left: 0px;
	}
	
	.nhl-heat-team {
		padding-left: 0px;
		text-align:center;
	}

	.four-heat-team {
		padding-left: 0px;
		text-align:center;
	}

	.full-name {
		display: none;
	}

	.abbrv {
		display: inline;
	}
	
	.col-visibility {
		display: none;
	}
	
	/* ----- FOOTER ----- */ 

	.footer-break {
		display: block;
		margin-bottom: 20px;
	}
	
	/* RANKINGS TABLE V2 VERSION */	

	.team-col-v2 {
		width: 27%;
		padding-left: 46px;
	}
	
	.average-col {
		width: 14%;
	}
	
	.move-col-v2 {
		width: 14%;
	}
	
	.wins-col {
		width: 14%;
	}
	
	.playoff-col {
		width: 14%;
	}
	
	.champ-col {
		width: 14%;
	}
	
	.nhl-average-col {
		width: 14%;
	}

	.nhl-move {
		width: 14%;
	}

	.nhl-points-col {
		width: 14%;
	}

	.nhl-playoff-col {
		width: 14%;
	}

	.nhl-champ-col {
		width: 14%;
	}
	

}

@media screen and (max-width: 575px) {

	.container {
		width: 100%;
	}

	.main-content {
		padding: 10px;
		border-radius: 0px;
	}

	.controller {
		font-size: 11px;
	}
	
	.controller-full {
		display: none;
	}
	
	.controller-abbrv {
		display: inline;
	}
	
	.nhl-controller {
		font-size: 11px;
	}

	.column-labels-row {
		font-size:9px;
	}

	tbody {
		font-size: 12px;
	}

	.rank {
		width: 5%;
		font-size: 10px;
	}

	.logo {
		width: 10%;
		min-width: 30px;
	}

	.team {
		width: 10%;
	}
	
	.opp-avg {
		width: 25%;
	}
	
	.sos-color {
		width:50%;
	}

	.guru-rank {
		width: 25%;
	}

	.sos-remain {
		width: 25%;
	}
	
	.change-col {
		width: 18%;
	}

	.move {
		font-weight: 700;
	}
	
	.ncaa-team {
		width: 8%;
	}
	
	.ncaa {
		width: 12%;
	}
	
	.ncaa-img {
		width: 25px;
		height: 25px;
	}

	table img {
		width: 28px;
	}

	.team-name {
		font-size: 14px;
		border-width: 0;
	}
	
	.abbrv {
		font-size: 13px;
	}

	.record {
		display: none;
	}

	.table-section-border {
		border-width: 0;
	}

	.heat-team-name {
		font-size: 13px;
	}

	.heat-average-data {
		font-size: 13px;
	}
	
	.change-block {
		width:80%;
	}

	.sb-general-links {
		border-radius: 0px;
	}

	.sidebar h2 {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.sb-link-bottom {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.sidebar-follow {
		border-radius: 0px;
	}

	.footer-container {
		width: 100%;
	}
	
	/* RANKINGS TABLE V2 VERSION */

	.rank-col-v2 {
		width: 3%;
	}
	
	.team-col-v2 {
		width: 22%;
		padding-left: 46px;
	}
	
	.average-col {
		width: 15%;
	}
	
	.move-col-v2 {
		width: 15%;
	}
	
	.wins-col {
		width: 15%;
	}
	
	.playoff-col {
		width: 15%;
	}
	
	.champ-col {
		width: 15%;
	}
	
	.rank-v2 {
		font-size: 10px;
	}
	
	.nhl-average-col {
		width: 15%;
	}

	.nhl-move {
		width: 15%;
	}

	.nhl-points-col {
		width: 15%;
	}

	.nhl-playoff-col {
		width: 15%;
	}

	.nhl-champ-col {
		width: 15%;
	}
	
	.guru-sketch {
		width:75%;
	}

}

@media screen and (max-width: 500px) { 
	.overlay {
		font-size: .85em;
	}
	
	.responsive-mobile-banner { 
		width: 320px; 
		height: 50px; 
	}
	
	.header-ad {
		width: 320px;
		height: 50px;
	}
	
	.container {
		width: 100%;
	}
	
	.main-content {
		border-right: 0px;
		border-left:0px;
	}
	
	/* ----- CONTROLLER FORMATTING ----- */
	
	.sidebar-follow {
		border-right: 0px;
		border-left:0px;
	}
	
	.sb-general-links {
		border-right: 0px;
		border-left:0px;
	}
	
	.rank-col-v2 {
		width: 2%;
	}
	
	.team-col-v2 {
		width: 23%;
	}
	
	.logo-v2 {
		width: 25px;
		height: 25px;
		margin-right: 2px;
	}
	
}


@media screen and (max-width: 356px) {
	
	.main-content {
		padding: 5px;
	}
	
	.controller {
		font-size: 10px;
	}
	
	.nhl-controller {
		font-size: 10px;
	}
	
}