table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid black;
    padding: 20px;
    text-align: center;
}

th {
    background-color: #d6d6d6;
}

.table-container {
    width: 100%;
}

.newsec {
    margin-top: 20px;
}

a.underlined {
    text-decoration: underline;
    color: #303030;
}

ul {
    font-size: 16px !important;
}

.forheader {
    width: 1400px;
}