/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
.sectiontableentry1, .sectiontableentry2 {
    font-size: 11px;
	font-family: oswald;
	font-weight:normal;
    }
.sectiontableheader {
    font-size: 12px;
    }
#content #yt_component {
    padding: 0 !important;
    }
.players-h1 {
    font-size: 130%;
	margin-top: 0 !important;
    }
}


.players-h1{
	margin-top:-15px;
}
.players-h2{
	font-size:150%;
	margin:3px 0 auto !important;
	height: 33px;
	text-transform: none;
	color: #ccffcc;
}
.players-h22{
	font-size:180%;
	margin:22px 0 auto !important;
	height: 45px;
	text-transform: none;
	color: #444;
	text-align:center;
}
.players-h222{
	text-transform: none;
	color: #444;
}
.players {
	width:100%;
font-size:100%;
}
table.players td {	border:none !important; }
.players th {
    background: #444 none repeat scroll 0 0;
	border: 1px solid #444;
    color: #ccffcc;
    height: 30px;
    text-align: center;
    text-transform: capitalize;

}
tr.rosterheader {

}

tr.totals td.td_l,
tr.totals td.td_c,
tr.totals td.td_r {
	padding-bottom:25px;
}

.td_l {
	text-align: left;
	width: 50%;
	font-size:120% !important;
}

.td_c {
	text-align: center !important;
	padding:5px !important;
}

.td_r {
	text-align: right !important;
}

.playername {
	font-weight: bold;
	margin-left: 3px;
	white-space: nowrap;
}

.staffname {
	font-weight: bold;
	margin-left: 3px;
	white-space: nowrap;
}