﻿.map-row {
    display: grid;
    grid-template-columns: .5fr 1fr 1fr 1fr 2fr 1fr 1fr 2fr 1fr 1fr 2fr 1fr 1fr 1fr;
    grid-template-rows: 6vh;
}

.inner-left-coord {
    background-color: grey;
}

.inner-right-coord {
    background-color: grey;
    border-right-style: groove;
    border-right-width: 1px;
}

.row-name-coord {
    margin: auto;
    width: 50%;
    text-align: center;
}

.col-name-coord {
    text-align: center;
}

.rating-text {
    text-align: center;
    vertical-align: middle;
    font-size: 2em;
}

.main-coord {
    border-style: groove;
}
