.widget-topturnover .top5_title {
    width: 26px;
    float: left;
    position: relative;
    display: inline-block;
    background-color: #f3f3f3;
    font-size: 0.8em;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 300;
    height: 300px;
}

.widget-topturnover .top5_col4 small {
    color : #b4b4b4;
}

.widget-topturnover .top5_title_label {
    position: absolute;
    font-size: 1.15em;
    font-weight: 500;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.widget-topturnover .top5_container {
    margin-left: 26px;
    height: 300px;
    width: calc(100%-26px);
}

.widget-topturnover .top5_row {
    height: 60px;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #f7f7f7;
}

.widget-topturnover .top5_row:last-child {
    border-bottom: none;
}

.widget-topturnover .top5_company_name {
    cursor: pointer;
}

.widget-topturnover .top5_company_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}

.widget-topturnover .top5_company_name, .widget-topturnover .top5_issue_size, .widget-topturnover .top5_price_bid, .widget-topturnover .top5_price_ask {
    height: 50%;
    line-height: 30px;
    padding-left: 12px;
}

.widget-topturnover .top5_price_bid, .widget-topturnover .top5_price_ask {
    padding-left: 4px;
    line-height: 22px;
}

.widget-topturnover .top5_price_abs1, .widget-topturnover .top5_price_change_abs {
    height: 50%;
    text-align: center;
    line-height: 26px
}

/*.top5_price_abs1,.top5_price_change_abs, .top5_col3,.top5_company_name,.top5_issue_size {font-weight:900;}*/

.widget-topturnover .top5_col1, .widget-topturnover .top5_col2, .widget-topturnover .top5_col3, .widget-topturnover .top5_col4 {
    overflow: hidden;
}

.widget-topturnover .top5_price_change {
    height: 50%;
    padding: 3px 8px;
    text-align: center;
}

.widget-topturnover .top5_col1 {
    width: 70%;
    float: left;
    height: 100%
}

.widget-topturnover .top5_col2 {
    width: 100%;
    height: 100%
}

.widget-topturnover .top5_col2_container {
    width: 30%;
    float: left;
    height: 100%;
}

.widget-topturnover .top5_col3 {
    background-color: #eee;
    width: 25%;
    float: left;
    height: 100%;
    color: #212257;
    font-size: 160%;
    line-height: 60px;
    text-align: center
}

.widget-topturnover .top5_col4 {
    width: 25%;
    float: left;
    height: 100%
}

@media screen and (min-width: 397px) and (max-width: 492px) {
    .widget-topturnover .top5_col4 {
        display: none;
    }
    .widget-topturnover .top5_col1 {
        width: 50%;
    }
    .widget-topturnover .top5_col2_container {
        width: 25%;
    }
    .widget-topturnover .top5_price_abs1 {
        display: none;
    }
    .widget-topturnover .top5_col2_container {
        padding: 3px 3px;
    }
    .widget-topturnover .top5_price_change .changePlus, .widget-topturnover .top5_price_change .changeMinus {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 110%;
    }
    .widget-topturnover .top5_price_change_abs .changePlus, .widget-topturnover .top5_price_change_abs .changeMinus {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 110%;
    }
    .widget-topturnover .top5_price_change, .widget-topturnover .top5_price_change_abs {
        line-height: initial;
    }
}

@media screen and (min-width: 493px) and (max-width: 630px) {
    .widget-topturnover .top5_col1 {
        width: 40%;
    }
    .widget-topturnover .top5_col2_container, .widget-topturnover .top5_col3, .widget-topturnover .top5_col4 {
        width: 20%;
    }
    .widget-topturnover .top5_price_abs1 {
        display: none;
    }
    .widget-topturnover .top5_price_change {
        height: 50%;
    }
    .widget-topturnover .top5_col2_container {
        padding: 3px 3px;
    }
    .widget-topturnover .top5_price_change .changePlus, .widget-topturnover .top5_price_change .changeMinus {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 110%;
    }
    .widget-topturnover .top5_price_change_abs .changePlus, .widget-topturnover .top5_price_change_abs .changeMinus {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 110%;
    }
    .widget-topturnover .top5_price_change, .widget-topturnover .top5_price_change_abs {
        line-height: initial;
    }
}

@media screen and (min-width: 631px), (max-width: 396px) {
    .widget-topturnover .top5_col4, .widget-topturnover .top5_col3 {
        display: none;
    }
    .widget-topturnover .top5_price_change_abs {
        display: none;
    }
}