table tr td {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    font-size: 1rem;
}

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

table thead th {
   font-size:1.2rem;
   color:#2e77bb;
   text-align:left;
   font-weight:normal;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom:10px;

}