table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

table th {
    background-color: #E8E8E8;
    text-align: center;
}

table th, table td {
    border: solid 1px #ccc;
    padding: 10px;
    text-align: center;
}

.downp {
    font-size: 22px;
    color: #0032e0;
    font-weight: 900;
    padding: 30px;
}

table .thead {
    background-color: #d3d3d3;
}

.tbtn {
    width: 75px;
    color: #fff;
    background-color: #4ab775;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 10px 5px 10px 5px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}