/* Change the styles of various elements in Bang Dac Biet Tuan page */
span.first-digit, span.last-digit, span.last-2-digit, span.sum-2-digit {
    display:none;
}

table#dacbiettuan tbody td:hover{
    background-color: #ffeaa6;
    color: black;
}

table#dacbiettuan tbody td.act{
    background-color: #ffbf00;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

}

.btn-mauxanh{
  color:white;
  background-color:blue !important;
  background:blue !important;
}

.btn-mauden{
	color:white;
	background-color:black !important; 
	background:black !important;   
}
.btn-maudo{
	color:white;
	color:red !important;
	background:red !important;
}

.btn-dosam{
	color:white;
	color: #990000 !important;
	background:#990000 !important;
}

