.btn-warning {
    color: #212529!important;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.homeBtn {
    color: #ffc107!important;
}

.homeBtn:hover {
    color: #e0a800!important;
}

.labels {
    color: white;
    background-color: red;
    font-family:"Lucida Grande", "monospace", "微軟正黑體", "Arial", sans-serif;
    font-size: 10px;
    text-align: center;
    width: 30px;
    white-space: nowrap;
}