body {
	font-family: 'proxima-nova', sans-serif;
	/*overflow-x: hidden;*/
}
/* Banner Styles */

navbar {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    position: fixed;
    z-index: 2000;
	background-color: white;
	top: 0;
}

textbranding {
    position: fixed;
	top: 0;
	color: #000;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 5px;
    font-weight: 400;
	width: 100%;
    text-align: center;
	font-family: 'proxima-nova', sans-serif;
}
@media only screen and (max-width: 690px) {
	textbranding {
		font-size: 15px;
		margin-top: 15px;
	}
}
pglogo {
    background: url(//newsinteractive.post-gazette.com/penguins/50/wearing-the-c/img/PG-logo.png) center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
	top: 0;
}
@media only screen and (max-width: 1280px) {
	pglogo {
		left: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	pglogo {
		left: 10px;
	}
}
social {
    font-size: 25px;
	position: fixed;
	right: 30px;
	top: 5px;
}
@media only screen and (max-width: 1024px) {
	social {
		right: 10px;
	}
	
}
social a {
    color: black;
    padding: 0 5px;
	
}
social a:hover {
	color: black;
	opacity: .5;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 4px 10px;
	vertical-align: top;
}

table.dataTable tr.odd td.sorting_1{ background-color: white !important; }
table.dataTable tr.even td.sorting_1{ background-color: #FFF3E0 !important; }
table.dataTable tr.odd { background-color: white !important;  }
table.dataTable tr.even{ background-color: #FFF3E0 !important;  }
	
.dataTables_wrapper .dataTables_filter {
	margin-right: 20px;
}
.dataTables_wrapper .dataTables_length {
	margin-left: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: none;
	background-color: #FFF3E0;
	border: none;
	color: #EF6C00 !important;
	border-bottom: 1px solid #EF6C00;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	border: none;
	border-bottom: 1px solid #EF6C00;
	background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: none;
	border: none;
	color: #EF6C00;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #FFF3E0 ;
	border: none;
	color: #EF6C00 !important; 
}


/* LOADER STYLES----------------------------------------*/	
#mask {
	background: black; 
	position: fixed; 
	left: 0; top: 0; 
	width: 100%; height: 100%;
	opacity: .70;
	z-index: 7;

}
.loader
{
width:100%;
margin:auto;
text-align:center;
top:45%;
left: 50%;
transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
position:fixed;
text-shadow:0px 0px 5px #007fd4;
z-index: 10;
color: white;
z-index: 25;

}
@media (max-width: 500px) {
		.loader
		{
			top: 200px;
			
		}
	}
.loader .fa-spin {
	font-size:30pt;
	color: white;
}
.loader p {
	font-size: 200%;
}
/* SOCIAL STYLES----------------------------------------*/
.social {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
	
		.social a i
		{
		float:left;
		color:white;
		line-height:30px;
		margin-right:20px;
		}
			.social a i:hover
			{
			opacity: .7;
			cursor:pointer;
			}
.social_fullscreen_fb {
	position: absolute; top: 10px; right: 10px; z-index: 3; 
}	
.social_fullscreen_twitter {
	position: absolute; top: 10px; right: 40px; z-index: 3; 
}	
.pglogo {
	background: url(//newsinteractive.post-gazette.com/penguins/50/wearing-the-c/img/PG-logo-1.png) center center no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    /* margin-right: 70px; */
    position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	background-color:transparent;
}


/* AD STYLES----------------------------------------*/
.leader-ad {
    width: 728px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
		padding-bottom: 10px;
}

.box-ad {
	display: none;
}

.ad-preview {
    text-align: center;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

	@media only screen and (max-width: 1000px) {
	
		.leader-ad {
				display: none;
		}

		.box-ad {
				width: 300px;
				height: auto;
				display: block;
				margin: 5px auto 0 auto;
				padding-bottom: 10px;
		}	
	}	
/*COMMENTS ------------------------------------------------------*/
.tw-bs {
	margin-top: 20px;
	margin-left: 5px;
}
@media (max-width: 1280px) { 
	.tw-bs {
		margin-left: 10px;
		margin-top: 10px;
	}
}
#commentsDiv {
	margin-left: 5px;
}
@media (max-width: 1280px) { 
	#commentsDiv {
		margin-left: 5px;
	}
}
@media (max-width: 700px) { 
	#commentsDiv {
		margin-left: 0px;
	}
}
.gig-comments-container td {
	background-color: white !important;
}
/* END COMMENTS ------------------------------------------------------*/
.row {
	margin-bottom: 20px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.screen {
	width: 100%;
}
.content {
	width: 60%;
	margin: 0 auto;
}
@media (max-width: 1024px) { 
	.content {
		width: 98%;
		margin: 0 auto;
		padding: 10px;
	}
}

.attribution {
	text-align: center;
}
.center {
	text-align: center;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
@media (max-width: 1024px) { 
	.desktop {
		display:none;
	}
	.mobile {
		display: block;
	}
}
@media (max-width: 1024px) { 
	#myDataTable {
		/*margin-top: 50vh;*/
		display: none;
	}

}

.ads {
	padding-bottom: 40px;
}

#mobileTable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#mobileTable tr:nth-child(even)  {
	background-color: #eee;
}

#mobileTable tr th, #mobileTable tr td {
	padding: 5px;
	vertical-align: top;
}
@media (max-width: 400px) { 
/* collapse title column for very small screens */
	#mobileTable {
		margin-left: 10px;
		margin-right: 0;
	}
	
	#mobileTable tr th:nth-child(2), #mobileTable tr td:nth-child(2){
		display:none;
    }

}
