/* 
 * 05.css
 * ketqua.net main site
 *
 * Custom CSS File thong ke tan suat loto and tan suat cap loto
 */
tr.tansuatrow.danghov > td:not(.darkgb), td.verti-hov:not(.darkgb) {
    background-color: #ffeaa6;
}

tr.tansuatrow.dangact > td:not(.darkgb), td.verti-act:not(.darkgb) {
    background-color: #ffbf00;
}

td.darkgb {
    background-color: gray;
}

table.bangts > tbody > tr > td {
    min-width: 25px;
    max-width: 25px;
    max-height:25px;
    min-height:25px;
}

.table-bordered>tbody>tr>td {
    border: solid;
    border-width: 1px;
    border-color: #666;
}

.table-bordered>thead>tr>th {
    border: solid;
    border-top: 1px;
    border-width: 1px;
    border-color: #666;
}

table.bangts {
    width: auto !important;
    max-width: 25px;
    max-height:25px
}
.table>tbody>tr>td {
    line-height: 1.3;
}
#change_view {
  font-size:15px;
  margin-bottom: -15px;
}
.ts_border {
	border:solid;
	border-color:#990000;
	border-width:1px;
}
