﻿body {
    font-family: 'lato', sans-serif;
}
.table-header {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/*td {
    background-color: #ffffff;
    border-radius: 3px;*/
    /*padding: 5px 25px;*/
    /*background-color: #ffffff;
   
}*/
thead {
    background-color: #95A5A6;
    border-radius: 3px;
    padding: 25px 30px;
    height: 70px;
    justify-content: space-between;
    margin-bottom: 25px;
}
/*tr {
    border-radius: 3px;
    padding: -5px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}*/
/*tbody tr {
    border-radius: 3px;
    padding: 25px 9px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
}*/
/*th {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
}*/

td {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 22px 25px;
    background-color: #ffffff;
    justify-content: space-between;
    margin-bottom: 25px;
}
tbody tr {
    justify-content: space-between;
    margin-bottom: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
}