@media (min-width: 992px){
    .doubleR {
        flex: 1;
        background: #fff;
        margin-top: 0;
    }
}

.menuTitle {
    display: flex;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #F4F4F4;
}

.menuTitle a.active {
    border-bottom: solid 3px #01A56C;
}

.menuTitle a {
    margin-left: 30px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    border-bottom: solid 3px #fff;
    cursor: pointer;
    text-decoration: none;
}

.reportCon table {
    border-collapse: collapse;
}

.reportCon td, .reportCon th {
    border: solid 1px #ccc;
}
.menuTitle .yearSelect {
    margin-left: 30px;
    line-height: 40px;
    font-size: 16px!important;
    color: #666;
    border: none;
    outline: none;
    text-align: center;
    text-align-last: center;
    border-bottom: solid 3px #fff;
    cursor: pointer;
    width: 10%;
    -webkit-appearance: menulist;
    background-image: none;
    margin-top: 7px;
}