#company .tabular th{
    padding: 10px 20px;
    border-bottom: 2px solid #ffff;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    background-color: #A83B5E;
    color:white;
}

#company .tabular td {
    padding: 10px 20px;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    background-color: #E4E4E4;
}

.column table {
    font-size: 93%;
    line-height: 1.572;
    margin-bottom: 10px;
}


.tabular tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.tabular tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}

.tabular tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.tabular tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}