﻿.shortcut {
    justify-content: space-evenly;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.group:target:before {
    content: "";
    display: block;
    margin-top: -120px;
    height: 120px;
}

.group {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

#boardMembers {
    margin-top: 3rem;
}

.table th,
.table td {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
    width: unset !important;
}

/* PDF icon與深入了解 */
.table tr td:nth-child(2) {
    text-align: right;
    width: 160px;
    vertical-align: middle;
}

.table tr td a {
    color: #464646;
}

.fa-file-pdf {
    color: #B30B00;
}

.table tr td > a {
    white-space: nowrap;
}
