#testContent{
    margin: 0 ;
}
#testContent h2{
    font-size: x-large;
    font-weight: 700x;
    margin: 25px 0 20px;
    padding-left: 20px ;
    padding-top: 5px;
    border-left: 4px solid black ;
}
#testContent p{
    color: #000c;
    margin: 20px 0px;
    font-weight: 400;
    font-size: large;
}
#testContent strong{
    font-weight: bold;
}


#testContent ul{
    list-style: '-  ' !important;
}

#testContent li{
    margin-left: 60px !important;
}

#testContent table{
    /* display : block; */
    width : 100% !important;
}

#testContent th{
    background-color: green;
    font-size : 20px;
    color: white;
    padding: 0.5rem 1rem;
}

#testContent td{
    border : 1px solid black;
    padding: 4px ;
}

