.table-wrapper{
    margin: 0px;
    box-shadow: 0px 10px 10px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
	table-layout:fixed;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
	width:14.28%;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th{
    color: #ffffff;
    background: #009ad6;
}

.fl-table thead th span{
    color: #ffffff;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #145b7d;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
#tablehead{
	border-top: 1px solid #f8f8f8;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
}
.fl-table td .day {
	height:30px;
	line-height:30px;
}

.fl-table td .on {
    background: url(../images/sign_have.gif) no-repeat center;
}
.fl-table td .today,.fl-table td .holiday{
    color:red;
}
.fl-table td .holiday{
	width:100%;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;	
}

.fl-table td .lunar{
    color:blue;
}
.fl-table .repairlist{
	width:100%;
}
.fl-table .repairlist li{
	width:25%;
	height:25px;
	line-height:25px;
	float:left;
}
.fl-table .repairlist li a{
	color:blue;
}	
.w480,.w720{
	display:none;
}
@media (max-width:720px) {
	.w720{display:block;}
	.week{display:none;}
}
@media (max-width:480px) {
	.w480{display:block;}
	.w720{display:none;}
	.week{display:none;}
}