table.styled-table tbody:first-child tr:first-child > *:first-child{
	/*border-left: none !important;
	border-radius:0px !important;*/
	border-top-left-radius: 10px;
}
table.styled-table thead tr .sort-col {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	/*padding-right:20px;*/
}
table.styled-table thead tr .sort-col.asc.choose-sort{
	background-image: url(asc.gif);
	background-color: #8dbdd8;
}
table.styled-table thead tr .sort-col.desc.choose-sort{
	background-image: url(desc.gif);
	background-color: #8dbdd8;
}
/* coaches style */
#content.coaches .inner-box h2 {
	display: block;
	text-align: center;
	font-size: 2em;
}
#content.coaches .area{
	width: 50%;
	float:left;
}
#content.coaches .inner-area{
	padding:0px 20px;
	margin: 10px;
	border: 5px solid #71797b;
	border-radius: 10px;
}
#content.coaches .inner-area .info img{
	display: block;
	float: left;
	margin: 10px 10px 10px 0px;
}
#content.coaches .inner-area .info{
	float: left;
	width: 100%;
}
#content.coaches .inner-area .info p{
	color: #7ec4fb;
}
#content.coaches .inner-area p{

}
#content.coaches .inner-area a{

}



#content.coaches .inner-area2{
	padding:0px 20px;
	margin: 10px;
	border: 5px solid #47aa56;
	border-radius: 10px;
}
#content.coaches .inner-area2 .info img{
	display: block;
	float: left;
	margin: 10px 10px 10px 0px;
}
#content.coaches .inner-area2 .info{
	float: left;
	width: 100%;
}
#content.coaches .inner-area2 .info p{
	color: #7ec4fb;
}
#content.coaches .inner-area2 p{

}
#content.coaches .inner-area2 a{

}





/** comment style */

#comment-form .input-comment {
	margin-bottom: 5px;
}

.box-comment{
	width: 800px;
	margin: 0px auto;
}
.avatar{
}
.input-comment{
}

.content .login .username {
	font-weight: bold;
	color: #0070c0;
	font-size: 14px;
}

.content .login .joindate {
	font-weight: normal;
	color: #808080;
	font-size: 13px;
	/*padding-left: 50px;*/
}

.inner-box:after{
	content: '';
	display: block;
	height: 0px;
	clear: left;
}

.input-comment p {
	margin: 5px 0;
}

.input-comment>.content{
	padding: 2px 3%;
	width: 94%;
	overflow: hidden;
}
textarea#ta-comment{
	width: 773px;
	
}
.show-comment{
	clear: left;
}
.show-comment hr {
	margin-left: 37px;
	width: 70%;
	border-style: solid;
	border: none;
	border-bottom: 1px solid #DEDEDE;
}
.show-comment hr:last-child {
	display: none;
}
.act-tools {
}
.act-comment{
	padding-left: 10px;
}

.replies .act-comment {
	padding-left: 0;
}

.replies .act-comment a:first-child {
	padding: 0;
}

.act-comment a:link {
	padding: 0px 5px 25px;
	font-size: 0.8em;
	font-weight: bold;
	color: #c00000;
}
.act-comment a:hover {
	color: #e00000;
}

.act-like, .act-unlike{
	background-image: url(spite_cm.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: inline-block;
	padding: 0px 10px;
	opacity: 0.5;
}
.act-like{
	background-position: center -88px;
}
.act-unlike{
	background-position: center -234px;
}
.act-like:hover,
.act-unlike:hover {
	opacity: 1;
}
.act-spam{
	padding: 0px 10px;
	text-align: center;
}

.item-comment .replies {
	margin-left: 70px;
}

.item-comment .replies .content {
	margin-left: 0;
	padding-left: 0;
}

.buttonred button.color{
	background: #ee1a28;
	border-color: maroon;
	opacity: 1;
	font-size: 16px;
	font-family: sans-serif;
	color: white;
	display: inline-block;
	height: 36px;
	text-decoration: none;
	border-radius: 5px;
	padding: 0 19px;
	border-style: solid;
	cursor: pointer;
}

#reply-cancel {
	background: #dedede;
	border-color: #EEEEEE;
	opacity: 1;
	font-size: 16px;
	font-family: sans-serif;
	color: #333;
	display: inline-block;
	height: 36px;
	text-decoration: none;
	border-radius: 5px;
	padding: 0 19px;
	border-style: solid;
	cursor: pointer;
}

#reply-cancel:hover {
	background: #f3f3f3;
}

.buttonred button.color:hover{
	cursor: hand;
	opacity: 0.9;
}

.wrap-comment {
	width: 780px;
	text-align: left;
	padding: 10px;
	border-top: 1px solid #ECE2E2;
	margin: 0px auto;
}
.beat_pro_challenge .wrap-comment{
	border: 1px solid #ECE2E2;
	border-radius: 5px;
}

.item-comment #comment-form {
	margin-left: 70px;
}
.replies .login:before{
	content: 'reply by ';
	font-weight: 100;
}
.replies .act-show, .replies .act-tools{
	display: inline;
	padding-right: 3px;
}
.gray-border{
	width: 802px;
	margin: auto;
	border: 1px solid #ECE2E2;
	padding-top: -20px;
}
.padding10{
	padding: 10px;
}
.item-comment textarea#ta-comment{
	width: 633px;
}
img.star-member{
	width: 16px;
}
/*beat*/
.wrap-beat,
.wrap-beat .col-left,
.wrap-beat .col-right {
	box-sizing: border-box;
}
.wrap-beat{
	width: 90%;
	margin: 0px auto;
}
.col-left{
	width: 75%;
	float: left;
}
.col-right{
	width: 25%;
	float: left;
}
.col-left img{
	max-width: 100%;
	height: auto !important;
}
.col-left .inner{
	padding: 10px;
}
.col-right .inner{
	padding: 20px 0px;
}
.wrap-beat .col-left h2{
	/*font-family: 'Electrolize', sans-serif;
	color: #0e92a1;*/
	color: #003466;
	font-weight: bold;
}
.wrap-beat .styling{
	/*color: #FF6600;*/
	font-size: 1.1em;
	display: block;
	border: 2px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	
	text-align: justify;
}
.wrap-beat .styling h3{
	/*color:#0e92a1;*/
	color: #003466;
	/*font-family: 'Electrolize', sans-serif;*/
}


#test-div{background:url(img/bg.gif) repeat;color:#313131;font-family:Georgia,sans-serif;font-size:15px; padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#test-div h3{background:url(img/h3.png) no-repeat center;color:#dd3c04;font-size:13px;font-weight:normal;text-align:center;text-transform:uppercase;margin-bottom:17px;}
#test-div .photo{background:url(img/photo-bg.png) no-repeat center;margin-right:6px;position:relative;float:left;}
#test-div .photo img{max-width:115px;max-height:115px;overflow:hidden;position:absolute;}
#test-div .photo img.photo-bg{z-index:1;}
#test-div .photo img.photo{left:0;}
#test-div p.test-content{font-style:italic;line-height:24px;padding-left:19px;position:relative;overflow:hidden;}
#test-div p.test-content span {text-indent;}
#test-div p.test-content span.laquo{background:url(img/laquo.png) no-repeat;width:14px;height:11px;position:absolute;left:0;top:4px;display:block;}
#test-div p.test-content span.raquo{background:url(img/raquo.png) no-repeat right 4px;width:13px;height:15px;padding-left:4px;display:inline-block;}
#test-div .sign{text-align:right;}
#test-div .sign a{color:#577302;font-family:Arial,sans-serif;font-size:13px;text-decoration:none;}
#test-div .sign a:hover{text-decoration:underline;}
#test-div .sign p{color:#577302;font-size:10px;line-height:15px;margin-top:6px;}
.test-step{
	display: block;
	border: 2px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	color: black;
}
.test-step span.step-tt{
	font-family:font2;
	/*color: #FF6600;*/
	color: #003466;	
	font-weight: bold;
	font-size: 1.1em;
}
/** end comment */


@media screen and (max-width: 890px){
	#content.coaches .area{
	width: 100%;
	float:left;
	}
	.wrap-beat, .col-left, .col-right{
		width: 100%;
		margin: 0px auto;
	}

}
.beat_pro_challenge #leader-board,
.beat_pro_challenge .wrap-comment,
.beat_pro_challenge .wrap-comment #ta-comment {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.beat_pro_challenge #leader-board {
	float: right;
	width: 40%;
	background: url(img/bg.gif) repeat;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.beat_pro_challenge #leader-board h4 {
	margin-top: 0;
}
.beat_pro_challenge #leader-board #leader-list {
	margin-top: 10px;
	padding-left: 30px;
}
.beat_pro_challenge #leader-board #leader-list li {
	font-family: sans-serif;;
	font-weight: bold;
	margin: 5px 0;
}
.beat_pro_challenge .wrap-comment {
	float: left;
	width: 54%;
}
.beat_pro_challenge .wrap-comment #ta-comment {
	width: 100%;
}
.beat_pro_challenge .wrap-comment .box-comment {
	width: auto;
}
}

@media screen and (min-width: 791px) {

.reporttable{
	float: left !important; 
	width: 420px !important;
	max-width: 45%  !important;
	margin-right: 10px !important;
}


.samplereporttable{
	float: left !important; 
	width: 48% !important;
	max-width: 48%  !important;
	margin-right: 10px !important;
}

.samplereporttable2{
	float: left !important; 
	width: 97% !important;
	max-width: 97%  !important;
	margin-right: 0px !important;
}


.row {
	width: 960px;
	max-width: 100%;
	margin: 0 auto 0 auto;
	overflow: auto;
}

.centerrow{
	margin: 30px auto 30px auto;
}

.reporttable2{
	float: left !important; 
	width: 48%  !important;
	margin: 10px 0 10px 0;
}

.reporttable3{
	width: 600px;
	max-width: 90%;
	margin: 0 auto 0 auto;
	
}

.floatright{
	/*float: right;*/
	width: 48%  !important;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: font2, sans-serif;
}

.floatright2{
	/*float: right;*/
	width: 48%  !important;
	width: 40%\9 !important;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: font2, sans-serif;
}


.floatleft{
	/*float: left;*/
	width: 80%  !important;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: font2, sans-serif;
}


h2.mobileshrink{
	font-size: 30px;
}

h3.mobileshrink{
	font-size: 23px;
}

}

@media screen and (max-width: 790px) {

h2.mobileshrink{
	font-size: 30px;
}

h3.mobileshrink{
	font-size: 23px;
}


	.centerrow{
	margin: 30px auto 30px auto;
}

.floatright{
	float: left;
	width: 95%;
	text-align: center;
}

.floatright2{
	float: left;
	width: 95%;
	text-align: center;
}


.floatleft{
	float: left;
	width: 95%;
	text-align: center;
}

.samplereporttable{
		float: left !important; 
	width: 100% !important;
}

.samplereporttable2{
	float: left !important; 
	width: 100% !important;
}


.reporttable{
	float: left !important; 
	width: 100% !important;
	max-width: 100% !important;
}

.reporttable2{
	float: left  !important; 
	width: 100%  !important;
}

.reporttable3{
	width: 600px;
	max-width: 95%;
	margin: 0 auto 0 auto;
	
}

.beat_pro_challenge #leader-board,
.beat_pro_challenge .wrap-comment {
	width: 100%;
	float: none;
}
.beat_pro_challenge .wrap-comment {
	margin-top: 20px;
}

}



