.content-block {
    position: absolute;
    left: 210px;
    top: 20px;
    width: calc(100% - 210px);
    max-height: calc(100% - 20px);

    padding-right: 10px;
    padding-bottom: 20px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;

    font-family: 'Arial', sans-serif;
    text-align: left;
}
.content-block p {
    color: #000080;
    margin: 0;
    padding-top: 10px;
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
    color: #000080;
    margin: 20px 0 5px 0;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}

.content-block .table-responsive {
    max-width: 100%;
    overflow-x: auto;

    margin-top: 20px;
    margin-bottom: 20px;
}

.content-block table {
    border-collapse: collapse;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.content-block table tr {
    background: #ffffff;
}
.content-block table tr:nth-child(even) {
    background: #f3f3f3;
}
.content-block table tr:nth-child(1) {
    background: #dddddd;
}
.content-block table tr:nth-child(1) td {
    text-align: center;
    font-weight: 600;
}

.content-block table tr td {
    padding: 10px;
    text-align: left;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 16px;
}
.content-block table tr td p {
    padding: 0;
}

.content-block ul {
    color: #000080;
    font-family: 'Arial', sans-serif;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.content-block img {
    display: block;
    border-radius: 10px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 10px auto;
}