
.indices {
    background: #d8d8d8;
    padding-bottom: 0px;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
}

.indices>a {
    display: block;
    text-align: center;
    margin: 10px 0px;
    color: #000;
    font-size: 13px;
}

.indices .table {
    width: 100%;
}

.indices .table>div:first-child {
    background: #bdbdbd;
}

.indices .table>div:first-child>div {
    font-size: 12px;
}

.indices .table>div>div {
    color: #000;
    font-size: 10px;
    text-align: center;
}

.indices .table>div>div:first-child {
    text-align: left;
    padding-left: 10px;
}

.indices .table>div>div:last-child {
    text-align: right;
    padding-right: 10px;
}

.indices .table>div>div em {
    font-style: normal;
}

.indices .table>div>div strong {
    padding-left: 11px;
    background-position: left center;
    background-repeat: no-repeat;
}



