﻿.d-flexEnd,
tr .titleName,
.container p {
    padding-left: 1.3rem;
}

.leftBlueLine{
    text-align:left;
}

/* 表格資料 */
.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;
        white-space: nowrap;
    }

    .table tr td a {
        color: #464646;
    }

.titleName {
    color: #303030;
    white-space: nowrap;
}

td ol {
    margin: 0;
    padding: 0;
}

.fa-file-pdf {
    color: #B30B00;
}

.roadShowIntro {
    background-color: #fbfbfb;
}

@media screen and (max-width: 575px){
    .table-scroll .table {
        width: 100%;
    }
    .table-scroll .table td,.table-scroll .table th {
        word-break: break-all;
        white-space: unset;
    }
}

