#main-content table {
    border-bottom: 1px solid #e7e7e7;
    border-collapse: collapse;
    margin:10px 0;
    padding:0;
    width:100%;
}

#main-content table th {
    border-left:1px solid #fff;
    color:#4d4d4d;
    font:10px tahoma,sans-serif;
    line-height:12px;
    text-align:left;
    vertical-align:top;
    padding:3px 7px 4px;
}

#main-content table td {
    line-height:12px;
    padding: 3px 5px;
}

#main-content table th.value,
#main-content table td.value {
    text-align:right;
}

#main-content table.info tr.first td {
    border-top: none;
}

#main-content table.info tr td.first {
    border-left: none;
}


#main-content table.info .amount,
#main-content table.info .time {
    text-align: right;
}

#main-content table.info .delta,
#main-content table.info .time {
    font-size: 9px;
    vertical-align: bottom;
}

#main-content table.info tr td.up {
    color: #00991c;
}

#main-content table.info tr td.down {
    color: #f00;
}

#indices-data-result td {
    width:14%;
}


#main #main-content table.sorting tr.selected td {
    background-color: #f0f0f0 !important;
}


