/*!

Author: Enrique Sánchez-Prieto

 */


.row {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.grey_box {
    padding: 1.8rem;
    background-color: #F7F7F7;
}

.empty-box {
    height: 1px;
    width: 100%;
    background: #ffffff;
}

.normal {
    font-weight: normal;
    color: #757575;
}

.bold {
    font-weight: bold;
    color: #646363;
}


.grey_bold_text {
    background-color: #6b6a6a;
    font-weight: bold;
}



.table>tbody>tr>td,
.table>tbody>tr>th {
    border-top: none;
    border-bottom: none;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
    border-bottom: none;
}



