﻿
.mg-data {
    margin-top: 20px;
}

.mg-header .mg-title {
    font-size: 28px;
    color: #04453A;
    font-weight: 600;
}

.mg-info > div {
    padding: 15px 50px;
}

.mg-label {
    font-weight: bold;
}

.mg-info-header {
    background-color: #E6E7E9;
    margin-top: 40px;
    color: #04453A;
    font-size: 24px;
}

.mg-info-item {
    border-bottom: 1px solid #04453A26;
}

.mg-actions {
    margin-top: 50px;
}

    .mg-actions a,
    .mg-actions a:hover {
        text-decoration: none;
        border: 2px solid #04453A;
        border-radius: 5px;
        padding: 7px 30px;
        color: #04453A;
        font-size: 24px;
    }
