body {
    font-family: 'Nunito', sans-serif;
    text-align: center;
    color: #8a97a0;
}

table {
    margin: 10px auto;
    border-collapse: collapse;
}

thead tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
}

thead tr:first-child th:last-child {
    border-radius: 0 5px 0 0;
}

tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

thead th {
    font-weight: 400;
    background: #8a97a0;
    color: #FFF;
}

tr {
    background: #f4f7f8;
    width: 600px;
}

tr:nth-child(even) {
    background: #e8eeef;
}

th, td {
    text-align: center;
    padding: 20px;
    font-weight: 300;
}

tr:hover {
    color: #384047;
}
.container
{
    padding: 15px;
}
