body {
    font-size: 14px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}
/* header {
    position: fixed;
    top: 0px;
    width: 100%;
    font-size: 18px;
    height: 56px;
    background-color: #01A09C;
    color: #fff;
    line-height: 56px;
    padding: 0px 24px;
} */
.main-container {
    color: #191919;
    padding: 0px 24px 30px;
}
.main-container > div {
    margin-top: 20px;
}
.head-description {
    font-size: 16px;
}
ul > li {
    margin: 10px 0px;
}
table, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
    vertical-align: top;
}
table {
    border-spacing: 0;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 8px;
}
.hyperlink-section {
    margin: 10px 0px;
} 
a {
    color: #0177d6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.head-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}