.module{
	box-sizing: border-box;
	width: 100%;
	/*min-height: 200px;*/
	/*border: 1px solid black;*/
	margin: 0 0 20px 0;
	background: #F5F5F5;
}
.module.fleft{
	float: left;
}
.module.fleft.upcoming-schedule-dumb-float{
    margin-right: 10px;
}

.module.fright{
	float: right;
}
.module h1{
	position: relative;
	margin: 0;
	padding: 0 0 0 12px;
	color: #EAEAEA;
	/*color: black;*/
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: left;

	border-bottom: 1px solid darkgrey;

	background: #e01616; /* Old browsers */
	background: -moz-linear-gradient(top,  #e01616 0%, #bf0303 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e01616), color-stop(100%,#bf0303)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e01616 0%,#bf0303 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e01616 0%,#bf0303 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01616', endColorstr='#bf0303',GradientType=0 ); /* IE6-9 */
}
.module h1.court-number-double-height{
    height: 70px;
}

.module h1.past{
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfff4 0%, #e2e2e2 40%, #bcbcbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#e2e2e2), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfff4 0%,#e2e2e2 40%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfff4 0%,#e2e2e2 40%,#bcbcbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfff4 0%,#e2e2e2 40%,#bcbcbc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfff4 0%,#e2e2e2 40%,#bcbcbc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

	color: #000;

}

.module-header-embellishment{
	position: absolute;
	left: 0;
	width: 4px;
	height: 35px;
	display: none;
}
.module-header-embellishment.green{
	background: #005A9C;
}
.module-header-embellishment.grey{
	background: #AAA;
}
.heading-select{
	float: right;
	margin: 8px 10px 0 0;
}
.module.half{
	width: 315px;
}

.module.half.multicourt{
	width: calc(50% - 10px);
}
.module.half.multicourt.nomoremargin{
	margin-right: 0;
	width: 50%;
}
.module.third.multicourt{
	width: calc(33% - 15px);
}
#leader-board{
	float: right;
	/*max-width: 645px;*/
	box-sizing: border-box;
	margin: 0 auto 10px auto;
}
/*.module.half:nth-child(2n+0){
	float: left;
}
.module.half:nth-child(2n+1){
	float: right;
}*/
.module-list, .team-stats{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px solid #AEAEAE;
	height: 20px;
}
.team-stats.headings{
	font-weight: bold;
}
.module-list:nth-child(2n+1), .team-stats:nth-child(2n+1){
	background: #DDD;
}

.module-list:last-child, .team-stats:last-child{
	border-bottom: none;
}
.module-list li, .team-stats li{
	float: left;
	line-height: 20px;
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.team-stats li:first-child{
	width: 120px;
	text-align: right;
}
.team-stats li:not(:first-child){
	width: 100px;
}

.module-list.blog li{
	padding: 0 5px;
	width: 98%;
	text-align: left;
}
/*.schedule li a{
	text-decoration: none;
	color: #0A0;
}*/
.schedule-time{
	width: 35px;
	text-align: right;
}
.schedule-datetime{
	width: 100px;
	text-align: right;
	font-size: 12px;
}
.schedule-team{
	width: 43%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.schedule-score{
	width: 7%;
}

.schedule-team.winner{
	font-weight: bolder;
	/*color: #0ba91a;*/
}

.big-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.big-list-item{
	width: 32.333%;
	float: left;
	height: 30px;
	background: #E1E1E1;
	margin: 3px;
	line-height: 30px;
}
.big-list-item a{
	display: block;
}
/*.schedule-team:nth-child(2){
	text-align: right;
	border-right: 1px solid black;
}
.schedule-team:nth-child(3){
	text-align: left;
}*/

@media only screen and (max-width: 640px){
	.module.half,
	.module.half.multicourt,
	.module.half.multicourt.nomoremargin{
		width: 100%;
	}
}

@media only screen and (min-width: 641px) and (max-width: 984px){
	.module, .module.half{
		width: 49%;
		min-width: 315px;
	}
}

@media only screen and (max-width: 985px){
	.module.third.multicourt{
		width: 100%;//calc(33% - 15px);
	}

	.module, .module.half{
		width: 100%;
		float: none;
		margin: 0 auto 20px auto;
	}
	#leader-board{
		max-width: 100%;
		width: 100%;
		float: none;
		margin: 0 auto 20px auto;
	}
	.big-list-item{
		width: 48%;
	}
	.team-stats li:first-child{
		width: 25%;
		text-align: right;
	}
	.team-stats li:not(:first-child){
		width: 15%;
	}

}

@media only screen and (min-width: 986px){
	.cf.cfhalf, .cf.cfthird{
		display: none;
	}
}
