﻿/* 季報 quarterlyRepor */
.btnArea {
    justify-content: space-between;
}

.btn-group {
    position: inherit;
    justify-items: right;
    z-index: 0;
}

.table {
    color: #464646;
}

    .table th,
    .table td {
        border-top: 0;
        border-bottom: 1px solid #dee2e6;
        width: unset !important;
    }

    .table .thead-dark th {
        background-color: #096391;
        border-color: #096391;
        font-weight: 400;
        border-bottom: none;
    }

    /* PDF icon與深入了解 */
    .table tr td a {
        color: #464646;
    }
    .table tr td:nth-child(2) {
        text-align: right;
        width: 33% !important;
        vertical-align: middle;
    }

.fa-file-pdf {
    color: #B30B00;
}

/* 發言人&股務代理區 */
.spStf {
    padding-top: 5rem;
    padding-bottom: 70px;
}



/******/
.btnArea .btn-group .dropdown-toggle {
    background: #002f4a;
    color: #fff;
    border: none;
}

@media (max-width: 991px){
    .refixlayout-spStf {
        padding-top: 0;
    }
    .refixlayout-spStf .spStf {
        padding-top: 0;
    }
    .investShadow .buttonLine {
        text-align: center;
    }
    .investShadow .buttonLine h4 {
        padding: 0 10px;
    }
}
@media (max-width: 767px){
    .refixlayout-spStf a {
        word-break: break-all;
    }
    .refixlayout-spStf .spokesperson1,
    .refixlayout-spStf .spokesperson2{
        width: 100%;
    }
    .refixlayout-spStf .spokesperson {
        display: block !important;
    }
    .refixlayout-spStf .spokesperson2 {
        position: static;
        margin-top: 30px;
    }
    .refixlayout-spStf,
    .refixlayout-spStf .spStf {
        padding-top: 0;
        padding-bottom: 0;
    }
    .investShadow {
        padding: 0 10px;
    }
    .buttonLine {
        padding: 20px 0 10px 0;
    }
    .buttonLine .h4, 
    .buttonLine h4 {
        font-size: 1.3rem;
    }
    
}
@media (max-width: 575px){
    .buttonLine .h4, 
    .buttonLine h4 {
        font-size: 1rem;
    }
    .investShadow .buttonLine h4 {
        padding: 0 5px;
    }
}

