.container-content {
    margin-top: 5%;
}

.container-content .row .col-sm p{
    text-indent: 3rem;
}

.container-content .row .col-sm {
    padding: 4rem;
}





table, td, th {
    text-align: left;
    padding: 1rem;
    border: 1px solid black;
}

th{
    color: white;
    background-color: #46667e;
    text-align: center;
}


th:hover{
    color: white;
    background-color: #374f61;
}

td:hover{
    border: 1px solid black;
    background-color: #f5f5f5;
    color: black;
}

table {
    border-collapse: collapse;
  }

li.admissionlink{
    list-style-type: none;
    
}


a.moulist{
    color : black;
}

a.moulist:hover{
    color : #46667e;
}