﻿/*網站顏色設定*/
/*Header*/
.container-header {
    background-color: #333333;
}
/*Menu*/
.container-menu {
    background-color: white;
}
/*User*/
.userName{
    color:burlywood;
}
.logout a{
    color:deepskyblue;
}
/*Footer*/
.footer {
    background-color: #cccccc;
}
/*Table*/
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #A1FFA1;
}

.table-hover tbody tr.active > td {
    background-color: #44e15d;
}