@charset "utf-8";
/* CSS Document */
.table_zj{
	color: #f44;
    border-top-width: 0;
    width: 100%;
    background-color: #fff;
	height:auto;
                float: left;
}
.table_zj button{
	float: left;
    width: 50%;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    padding: 1px 6px;    
}
.table_zj:after{
    content: '';
    display: table;
    clear: both;
}
.active{
	border-bottom: 1px solid #f44;
	color:#f44;
}
