﻿/* 主文區 */
.btnArea {
    justify-content: space-between;
}

.btn-group {
    position: inherit;
    justify-items: right;
}

/* 法說會 roadShow */
.table {
    color: #949494;
}

.G-3-Date {
    width: 160px;
}

.G-3-Download {
    width: 83px;
}

.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;
}

.table tr td a {
    color: #464646;
}

.titleName {
    color: #303030;
}

td ol {
    margin: 0;
    padding: 0;
}

.fa-file-pdf {
    color: #B30B00;
}

.roadShowIntro {
    background-color: #fbfbfb;
    display: none;
    position: relative;
    width: 100%;
    cursor: pointer;
}

/* 發言人&股務代理區 */
.spStf {
    padding-top: 5rem;
    padding-bottom: 70px;
}

/******/
.btnArea .btn-group .dropdown-toggle {
    background: #002f4a;
    color: #fff;
    border: none;
}
table.Chi tr th.G-3-Date {
    width: 105px;
}
@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;
    }
}