.main76-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ccc;
	margin-bottom: 30px;
}
.main76-row {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}
.main76-row:last-child {
    border-bottom: none;
}
.main76-cell {
    display: flex;
    align-items: center;
    padding: 0 8px;
}
.main76-cell-left {
    justify-content: flex-start;
    width: 80%;
}
.main76-cell-center {
    justify-content: center;
    width: 20%;
}
.main76-header {
    background-color: #f2f2f2;
    font-weight: bold;
}
.main76-subheader {
    background-color: #e0e0e0;
    font-weight: bold;
    text-align: center;
}
.main76-flag {
    width: auto;
    height: 16px;
    margin-right: 8px;
}
.main76-empty-row {
    height: 18px;
}
.main76-border-right {
    border-right: 1px solid #ccc;
}