.bannerwrap{
	padding-top: 20px
}

.bhi-desktop{
	margin-left: 40px
}

.bhi-mobile{
	display:none
}


h2.fancy-title{
	border-bottom: solid 3px #343434;
	border-left:  solid 3px #343434;
	font-size: 2.4em;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-top: 20px;
}

h2.fancy-title img{
	width: 40px; 
	float: right
}


#starlist{margin-bottom:40px}
.wid100{width:100px}
.righty{text-align:right}
.frighty{float:right}
.bhiform label{width:200px; display:inline-block; font-weight:bold}
.bhiform input[type="text"]{width:220px}
.divdisp{border-width: 1px;border-style: solid;-webkit-border-top-right-radius: 3px;-webkit-border-top-left-radius: 3px;border-top-right-radius: 3px;border-top-left-radius: 3px;border-color: #ccc #ccc #dfdfdf;display:inline-block}
.divdisp div{padding:15px;}
.divdisp h2{background:#f9f9f9; margin:0; padding:8px; border-bottom:solid 1px #dfdfdf}
.detailsview{float:right; width:60%; margin-right:20px}

.sponsor-logo {padding: 20px 0}
.sponsor-logo img{height:120px}
.sponsor-image {
    display:block;
	margin-bottom: 30px;
}

.sponsor-image img {
    max-height: 200px
}


.game-deets-wrapper.Forfeit {display:none}
.forfeit-notice{margin:2em 0; padding:1em; font-size:1.4em }
.main-table th , .entry-content .main-table th{padding:4px; background: #232323; color:#efefef}
.main-table td , .entry-content .main-table  td{padding:4px}
.main-table  .altrow{background:#ffffff}

#main-roster{background:#BCD4E7; -webkit-border-radius: 4px;
border-radius: 4px; font-size:.9em; width:100%}
#main-roster td{vertical-align:top; padding:8px; border-bottom:solid 1px #2A5794; color:#121212}
#main-roster th{font-size:1.2em;  font-weight:bold; padding:10px; margin-bottom:10px; border-bottom:solid 2px #2A5794}



#main-schedule, .main-table{background:#efefef; width:100%}
#main-schedule{
	padding-left: 0
}

#main-schedule td{vertical-align:top; padding:8px; border-bottom:solid 1px #232323; color:#121212}
#main-schedule th{font-size:1.2em;  font-weight:bold; padding:10px; margin-bottom:10px; border-bottom:solid 2px #232323}
.sched-date, .sched-venue{ font-weight:bold; color:#151515; font-size: 1em; background:#cdcdcd}
.sched-venue{text-transform:uppercase; background:#dfdfdf; color:#6f6f6f}
.div-note{    border: solid 2px #e95842;    padding: 0px 5px;    background: #e4e4e4;    display: inline-block;    text-align: center;}
.td-note{text-align:center}

li .vis{ border-bottom: solid 1px #999}

tr.newdate{border-top:solid 1px #cdcdcd}
.main-score-cell td{border:none}
.main-score-cell span{display:block; padding:1px; }
.msc-winner{font-weight:bold}
.main-score-cell span.msc-head{ color:#44407B;  }
.main-score-cell span.msc-score{float:right; margin-right:30px}

.score-cell{float:right; margin-right:10px}
.winner{font-weight:bold}

#team-header h2{font-size:1.7em; color:#212121; margin-top:20px; clear:none; }
 #team-header {position:relative; text-transform: capitalize; padding-top:40px;  padding-left:20px; height:145px; width:660px; margin-top:-5px; margin-left:-5px}
 #team-header-logo{float:left; position:relative; top:-35px; left:-15px; width: 141px}
 #head-social img{width:15px; height:20px}
 
 .bhi-ddl {
    font-size:1.4em;
    padding:5px;
    background: #efefef;
    height:38px;
      -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:10px
}
.star-toggle{
		display:none
	}

@media screen and (max-width: 768px){
	.bhi-desktop{
		display:none
	}
	.bhi-mobile {
		display: block;
		text-align: center;
		width: 100%;
		padding: 20px;
	}
	
	.sponsor-image img {
		max-width: 100%;
	}
		
	.bannerwrap .bhi-mobile img{
		width: 300px;
		max-width: 300px;
		height: auto
	}
	
	.rightheader.rtop {
		width: auto;
	}
	
	h2.fancy-title{
		border-left: none;
		font-size: 2.2em;
		line-height: 1.2em;
	}

	h2.fancy-title img{
		width:30px; 
		
	}
	
	.star-division{
				padding-top: 5px;
		border-top: solid 1px #223e87
	}
	
	.star-list-wrap{
		display:none;

	}
	
	.star-toggle{
		display:inline-block;
		float: right;
		text-transform: none;
		font-size: 16px;
		font-weight: normal;
		text-decoration: underline;
		color: #223e87
	}

}

@media screen and (max-width: 651px){
	.bhi-ddl{
		font-size: 1em
	}
}


 @media all and (max-width: 500px){
	#main #team-header h2{
		font-size: 1.1em;
		margin-top: 40px;
		margin-left: 2px
	 }
	 #team-header-logo{width: 85px}
 }
