﻿.shortcut {
    justify-content: space-evenly;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.group:target:before {
    content: "";
    display: block;
    margin-top: -150px;
    height: 150px;
}

.group {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

#boardMembers {
    margin-top: 3rem;
}

.table {
    color: #464646;
}

    .table th,
    .table td {
        border-top: 0;
        border-bottom: 1px solid #dee2e6;
    }

    .table .thead-dark th {
        background-color: #096391;
        border-color: #096391;
        font-weight: 400;
        border-bottom: none;
    }

    .table tr th {
        font-weight: 400;
        white-space: nowrap;
    }


    /* PDF icon與深入了解 */
    .table tr td a {
        color: #464646;
    }

.fa-file-pdf {
    color: #B30B00;
}
