/*
Theme Name: PlayMag - Child Theme
Theme URI: http://wpcurve.com
Author: WPCurve
Author URI: http://wpcurve.com
Description: PlayMag is a modern, responsive Magazine WordPress theme that combines both form and function into one comprehensive website. It is perfect for all kinds of online magazines, classic news websites, professional blogs and other editorial related projects.
Version: 1.0
Template: playmag
*/
#char-table {
	float: left;
	width: 100%;
}
.char-row {
	float: left;
	width: 100%;
	clear: both;
	align-self: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.char-panel {
	float: left;
	width: 25%;
	align-content: center;
	text-align: center;
	text-transform: uppercase;
}
.char-panel img {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.header-row {
	border-bottom: medium solid #1682BF;
	-webkit-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.75);
}
.header-row-small {
	border-bottom: medium solid #1682BF;
}
.char-panel-small {
	float: left;
	width: 16.666666%;
	align-content: center;
	text-align: center;
	text-transform: uppercase;
}
.char-panel-small img{
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
/* Mobile Friendly Divs */
@media only screen and (max-width: 768px){
.char-panel-small {
	float: left;
	width: 33.333333%;
	align-content: center;
	text-align: center;
	text-transform: uppercase;
}
}