.main-menu {
    width: 900px;
    font-family: 'Barlow', sans-serif;
    margin-top: 40px;
}

.btn-standard {
	background: #4B4B4B; 
	border-radius: 0;
    font-size: 1.2rem;
    margin-left: 2px;
}

.btn-standard:hover {
	background: #3B3B3B; 
}

tr {
    border-top: 1px solid #525252;
    display: flex;
    justify-content: space-between;
}

tr:last-child {
    border-bottom: 1px solid #525252;
}
.table {
    margin-bottom: 4rem;
}
table > tbody > tr > td {
    border-top: unset !important;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}
