table
.table {
width: 100%;
background-color: $white;
tr {
border-bottom: 1px solid #e3e3e3;
&:first-child {
border-top: 1px solid #e3e3e3;
}
}
th {
padding: 25px 30px;
width: 190px;
background-color: #f0f2f1;
font-weight: $font-midium;
color: #222;
text-align: left;
}
td {
padding: 25px 30px;
}
}