
h1,
h2,
h3 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
}
h1{
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    font-size: 20px;
}
p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px;
}

table {
    width: 100%;
    border: 1px solid #666;
    border-collapse: collapse;
    min-width: 576px;
}
ul li{
    margin-bottom: 10px;
}
ul li ul {
    margin-top: 10px;
}
ul li strong{
    margin-right: 5px;
}
.tableWrapper {
    width: 100%;
}

table th,
table td,
table tr {
    border: 1px solid #666;
    height: 50px;
    padding: 0px 5px;
}

@media screen and (max-width:991px) {
    .contentWrapper {
        margin-top: 50px;
    }
}

@media screen and (max-width:576px) {
    .tableWrapper {
        overflow-x: scroll;
    }
}