aside#secondary, header.entry-header {
    display: none;
}

.entry-content {
    max-width: 1170px;
    margin: auto;
    padding: 40px 15px;
}

.entry-content h1 {
    font-size: 36px;
    margin: 0px 0px 15px 0px;
}

.entry-content p, .entry-content ul li {
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
}

.entry-content ul li {
    margin-bottom: 15px;
}

table.table b {
    font-weight: 700;
}

table.table th, table.table td {
    font-size: 16px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 0;
}

.entry-content p strong {
    margin-bottom: 5px;
    display: block;
}

.entry-content p br {
    display: none;
}

.entry-content p a {
    color: #337ab7;
}
