.table
{
    display: block;
    margin-top: 17px;
}

.header-row, .row
{
    display: block;
}

.header-row > div
{
    font-weight: bold;
    font-size: 15px;
    height: 30px;
}

.header-row input
{
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
    background: none;
    padding: 0;
    border: 0;
    height: 20px;
    cursor: pointer;
}

.header-arrow input
{
    margin-left: 5px;
    text-decoration: none;
}

.even-row, .odd-row
{
    font-family: 'Open Sans', sans-serif;
}

.even-row
{
    background-color: #eee;
}

.odd-row
{
    background-color: #fff;
}

.total-row
{
    font-weight: bold;
}

.total-row, .back-to-top-row
{
    background-color: #fafafa;
    font-size: 13px;
    height: 30px;
}

.total-cell, .back-to-top-cell
{
    margin-top: 15px;
}

.cell
{
    display: inline-block;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
}

.header-row .cell
{
    vertical-align: top;
}

.sng-cell
{
    width: 35%;
}

.art-cell
{
    width: 25%;
}

.vox-cell 
{
    width: 25%;
}

.int-cell
{
    width: 15%;
}

.bnd-cell
{
    width: 0;
}