﻿a{
    text-decoration: none;
}

.active{
    font-weight: bold;
}

.navbar-nav{
    width: 100%;
}

.navbar-nav .nav-link{
    padding-left: 10%;
}

.badge{
    font-weight: normal;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(229, 244, 255, 150) !important;
}

/* 取消 table hover 的顏色透明度調整 */
.table > :not(caption) > * > *{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
}