.textLeft{text-align: left !important; }
.none{display:none}

td.none{width:120px}
.date{width:120px}
.bcheckbox{width:50px;}
th,td{text-align: center;}
.board_number{width:50px;}

.table thead th, .table  td{border-color:#e3e3e3;}
.table th, .table  td{border-top:1px solid #e3e3e3;}

.textLeft a:hover{color:#71748d}

@media screen and (min-width:768px){
    .none{display:revert}    
    .textLeft{;padding-left:40px !important }
    .bcheckbox{width:90px;}
}

@media screen and  (min-width:1024px){
    td.none{width:150px}
    .date{width:150px}

}