.module{
	background: #fff;
	margin: 0 10px 15px;
	border: 1px solid #e8e8e8;
}

.mod-league .ft{
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
}
.mod-league .ft span{
	padding-left: 24px;
	background: url('../images/soccer/icon-hot.png') left center no-repeat;
}
.mod-league .ft a{
	margin: 0 12px;
}

.mod-banner .bd{
	margin: 0 10px 15px;
	overflow: hidden;
}
.mod-banner .box{
	float: left;
	width: 50%;
}

.mod-schedule .hd{
	height: 42px;
	padding: 0 15px;
	background: #006bb7;
	line-height: 42px;
}
.mod-schedule-doing .hd{
	background: #d33556;
}
.mod-schedule-end .hd{
	background: #444444;
}
.mod-schedule .hd h3{
	font-size: 16px;
	color: #fff;
}
.mod-schedule .bd{
	padding-bottom: 5px;
}
.mod-schedule table{
	width: 100%;
	color: #000;
}
.mod-schedule thead{
	background-color: #032f4f;
    color: #fff;
}
.mod-schedule-doing thead{
	background-color: #4f0303;
}
.mod-schedule-end thead{
	background-color: #000000;
}
.mod-schedule thead th{
	height: 26px;
	padding: 7px 5px;
	line-height: 26px;
}
.mod-schedule thead th:first-child{
	padding-left: 15px;
}
.mod-schedule tbody td{
	height: 26px;
   	padding: 2px 5px;
    line-height: 26px;
}
.mod-schedule tbody td[align="center"]{
	width: 6px;
	padding:2px;
}
.mod-schedule tbody td:first-child{
	padding-left: 15px;
}
.mod-schedule .text-center{
	text-align: center;
}
.mod-schedule tbody tr:nth-child(2n){
    background-color: #f6f6f6;
}
.mod-schedule tbody tr.caption {
    background-color: #ccc;
}
.mod-schedule tbody tr.caption span{
	margin-right: 10px;
	font-weight: bold;
	color: #444;
}
.mod-schedule td a{
	display: table;
	width: 100%;
    table-layout: fixed;
}
.mod-schedule td a span{
	display: table-cell;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mod-schedule td .sc{
	width: 60px;
	text-align: center;
}
.mod-schedule td .sl{
	text-align: right;
}
.mod-schedule td .sr{
	text-align: left;
}

.title-logo {

	display:inline-block;
	height:26px
}