﻿article ul li {
    list-style: disc;
    margin-left: 1.5rem;
}

article ul {
    padding-bottom: 2rem;
}

.container h6 {
    padding-bottom: 0;
}

.d-flexEnd,
tr .titleName {
    padding-left: 1.3rem;
}

/* 表格資料 */
.table {
    color: #303030;
}

    .table th,
    .table td {
        border-top: 0;
        border-bottom: 1px solid #dee2e6;
    }

    .table th {
        border-top: 0px;
    }

    .table .thead-dark th {
        background-color: #096391;
        border-color: #096391;
        font-weight: 400;
        border-bottom: none;
    }

    .table tr th {
        font-weight: 400;
    }

    .table tr td a {
        color: #464646;
    }

.titleName {
    color: #303030;
}

td ol {
    margin: 0;
    padding: 0;
}

.fa-file-pdf {
    color: #B30B00;
}

.roadShowIntro {
    background-color: #fbfbfb;
}
