body {
    padding: 10px;
}

.gv-emph {
    font-weight: bold;
}

.gv-title {
    font-size: 150%;
    font-weight: bold;
    background-color: #EFEFEF;
    text-align: center;
    padding: 4px;
    margin-top: 10px;
}

.gv-text {
    padding: 4px;
    padding-bottom: 6px;
}
.gv-intro {
}

.gv-note {
    padding-top: 16px;
    font-size: 80%;
    color: #888;
}

.gv-standalone-mac-download {
    padding-top: 24px;
    margin-left: 40%;
}

.gv-download-button {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    padding-top: 4px;
    background-color: white;
}
.gv-download-button a {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 4px;
    text-decoration: none;
    color: #666;
}

.gv-download-button-text {
    display: inline-flex;
    flex-direction: column;
    vertical-align:top;
    margin-left: 2px;
}
.gv-download-button-topline {
    font-size: 60%;
}

.gv-platform-solutions {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

 .gv-platform-solution {
    margin: 4px;
    border: 2px solid #FEE;
    padding: 8px;
    width: 300px;
 }
.gv-platform-solution-os-compatible {
    border-color: greenyellow;
}
.gv-platform-solution-standalone {
    border-color: #0C0;
}

.gv-platform-solution-compatible {
    border-color: #0F0;
}

.gv-platform-solution-recommended {
    border-color: #0A0;
}


 .gv-platform-solution-title {
    font-size: 120%;
    background-color: #666;
    color: #eef;
    padding: 8px;
    font-family: bold;
    text-align: center;
}
 .gv-platform-solution-desc {
    padding: 4px;
    padding-bottom: 6px;
 }

 .gv-show-solution-buttons {
    padding: 8px;
    display: flex;
    justify-content: center;
}

 .gv-show-solution-button {
    padding-left: 2px;
    padding-right: 8px;
    cursor: pointer;
    font-size: 90%;
    font-weight: bold;
    text-decoration: underline;
    color: #aaa;
 }
 .gv-show-solution-button:hover {
    text-decoration: underline;
}

 .gv-footer {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #CCC;
    display: flex;
    justify-content: space-between;
    font-size: 80%;
}

 .gv-footer-button {
    color: #aaa;
    padding-left: 8px;
}

.gv-cartesian-icon {
    position: absolute;
}
