table.scb.scb_theme_clean {
    border: 1px solid #fff;
    font-family: Arial,sans-serif,sans;
    width:100%;
}
table.scb.scb_theme_clean.scb_vertical .scb_first_col,
table.scb.scb_theme_clean.scb_horizontal .scb_first_row,
table.scb.scb_theme_clean .scb_section .scb_section.scb_data {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
table.scb.scb_theme_clean.scb_horizontal tr.scb_element_name td,
table.scb.scb_theme_clean.scb_vertical tr.scb_first_row td
{
    background: url(img/right.png) no-repeat top right !important;
    height: 27px;
    padding: 0;

}

table.scb.scb_theme_clean tr td.scb_first_col  {
    background-image: url(img/left-side.png);
    background-repeat: repeat-y;
}

table.scb.scb_theme_clean.scb_horizontal tr.scb_element_name td span, table.scb.scb_theme_clean.scb_vertical tr.scb_first_row td>span {
    background: url(img/left.png) no-repeat top left !important;

    display: block;
    height: 27px;
    width: 100%;
    padding: 10px 20px 0 0;
}

table.scb.scb_theme_clean tr.scb_element_name td.scb_blank { min-width:0; }
table.scb.scb_theme_clean tr.scb_element_name td span.scb_title { }

table.scb.scb_theme_clean td {
    background: #E9ECF2;    /* or #dadfe9 */
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    font-size: 12px;
    margin:2px;
}


table.scb.scb_theme_clean tr.scb_element_name td.scb_odd { color:inherit; }
table.scb.scb_theme_clean td.scb_odd {
    color: #1d449b;
}

table.scb.scb_theme_clean td.scb_even {
    background: #DFE3EC; /* or d0d6e2 */

}


table.scb.scb_theme_clean tr.scb_element_name td span.scb_title { font-size:14px !important; }

table.scb.scb_theme_clean.scb_horizontal tr.scb_element_name td.scb_first_col>span,
table.scb.scb_theme_clean.scb_horizontal tr.scb_element_name td.scb_last_col>span,
table.scb.scb_theme_clean.scb_vertical tr.scb_first_row td.scb_first_col>span,
table.scb.scb_theme_clean .scb_section .scb_section.scb_data
{
    color: #c30000;
}


table.scb.scb_theme_clean td a {
    color: #000;
    font-size: 12px;
    text-decoration:underline;
}

table.scb.scb_theme_clean.scb_horizontal tr:hover {
    background-color: #d0d6e2
}

table.scb.scb_theme_clean.scb_vertical .scb_post_title { font-size:125%; }
table.scb.scb_theme_clean tr td span.scb_rank { font-size:150%; }
table.scb.scb_theme_clean .scb_element_name span.scb_rank, table.scb.scb_theme_clean.scb_vertical tr.scb_first_row span.scb_rank  { font-size:100% !important }
table.scb.scb_theme_clean .scb_rating_container { background-color:white; border: solid 1px black; padding:2px; }