/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.CTA {
    float: left;
    display: inline-block;
    overflow: hidden;
    margin: 2%;
}

Clear {
    float: left;
    width: 100%;
    clear: both;
    height: 5px;
    display: block;
}


/* TABLE COPY */

.Row, .RowHeader
{
    width: 99%;
    margin: auto;
    font-size: 0.9em;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.Row, .RowHeader
{
    border: solid 1px #DCDCDC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
}

.RowHeader, .RowHeaderThin
{
    background: #FFFFFF;
    border: 1px solid #D9D7D7;
}

.RowHeaderThin
{
    height: 10px;
}


.Cell, .CellTitle, .CellMid, .CellEnd
{
    float: left;
    width: 100px;
    height: auto;
    min-height: 20px;
    border-right: solid 1px #DCDCDC;
    font-weight: bold;
    padding: 5px;
}

.CellEnd
{
    border-right: none;
}

.CellMid
{
    width: auto;
    min-width: 180px;
}

.CellTitle a
{
    text-decoration: none;
}