table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    font-size: 1em;
    margin: 20px 0;
}

table th {
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
    background: #222222;
    padding: .2em 1em;
}

table td {
    padding: .2em .5em;
}

#wrapper .table td {
    text-align: left;
    border-bottom: 1px solid #444444;
    padding: .2em 1em;
    background: #111111;
}

table thead th {
    text-align: left;
    border-bottom: 1px solid #444444;
    font-size: 1.4em;
    background: #333333;
}

table .text-right, table .text-left, table .text-center {
    display: block;
}


