/*课程表*/
.class-table{
    background: #f6fafe;
    border: 1px solid #e9ecee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
}
.class-table-tit{
    height: 30px;
    line-height: 30px;
}
.class-table-tit h3{
    color: #666;
    font-size: 16px;
    font-weight: bold;
}
.class-table-tit a{
    font-size: 14px;
    color: #187aff;
}
.class-table table{
    width: 100%;
}
.class-table table th{
    height: 50px;
    background: #1890FF;
    text-align: center;
    border-right: 1px solid #fff;
	color: #fff;
	
}
.class-table table th:first-child{
    background: #55aaff;
    border-right: 0;
}
.class-table table td{
    height: 30px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.class-table table td input{
    border: 0;
    height: 20px;
    line-height: 20px;
    width: 70%;
    background: none;
    text-align: center;
    color: #666;
}
.class-table table td input.activeStu{
    background: #66a7ff;
    color: #fff;
}
.td-bg{
    background: #c4ea96;
}

.kbt{border-spacing: 10px;}
.kbt th{min-height: 100px;}
.kbtd {
    border-radius: 14%;
    color: #333333;
	
}