﻿/* 每月營業額報告 monthlyRevenue */
.btnArea {
    justify-content: space-between;
}

.year {
    text-align: center;
    margin-top: 1.5rem;
}

.btn-group {
    /*position: inherit;
    justify-items: right;
    z-index: 0;*/
}

.table {
    color: #464646;
}

    .table thead {
        background-color: #096391;
        color: #fff;
    }

    .table tr {
        text-align: center;
    }
.table thead th {
    vertical-align: middle;
}

/* 發言人&股務代理區 */
.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;
    }
}
