table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    font-size: 15px !important;
    }
    
    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;
    }

    p {
        font-size: 15px !important;
    }
    
    li {
        font-size: 15px !important;
    }