﻿body {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 10px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #444;
    line-height: 15px;
    background: #FCFCFC;
}

#page-wrap {
    margin: 10px;
}

table, thead, tbody, th, td, tr {
    display: block;
    border-spacing: 4px;
    font-size: 10px;
}

.table-bordered {
    border: 1px solid #DDD;
    border-collapse: separate;
    border-radius: 2px;    
}

    .table-bordered td {
	    padding: 6px 5px;
        padding-left: 55%;
        text-align: left;
        font-size: 10px;
    }

tr.table-tr-bordered {
    background: #FFF;
    font-size: 10px;
}

tr:nth-of-type(odd) {
    background: #F2F2F2;
    font-size: 10px;
}

td {
    border: none;
    font-size: 10px;
    padding-left: 55%;
}

    td:before {
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: normal;
        font-size: 10px;
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
    }

.table-bordered th {
    float: left;
    padding: 6px 5px;
    margin-left: 5px;
    text-align: left;
    width: 46%;
    font-size: 10px;
    white-space: nowrap;
}

.sub-title {
    margin-left: -1px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    top: 6px;
    left: 6px;
    height: 25px;
    border-radius: 2px;
    border: 1px solid #FCFCFC;
    border-collapse: separate;
    font-weight: bold;
    background: #FE9324;
    color: #FFFFFF;
    white-space: nowrap;
}

.sub-title-p {
    margin-top:5px;
    font-size: 12px;
}

.separate {
    border: 0;
    width: 90%;
    margin: 10px 5%;
}
