body {
        font-family: 'Times New Roman', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

/* Tables */
table {
/*    width: 100%; */
}

table tbody tr {
    border-left: 0;
    border-right: 0;
    border-bottom: 10px solid #f7f7f7;
}

table td {
    padding: 10px;
}

table th {
    padding: 0px 20px 20px 20px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: capitalize;
}

