/*-------------------------- CONTENT STYLING -----------------------------------*/

.csc-default {
}

.table_content {
    margin-left: 0px;
    border-spacing: 0px;
    width: 100%;
    table-layout: fixed;
}
.table_content td{
    vertical-align:top;
}

.column_center {
}