/* start training types */
div.training_types {
    text-align: center;
}

div.training_types .col > a {
    display: block;
    min-height: 8rem;
    border: 2px solid #C0C0C0;
    border-radius: 4px;
    padding-top: 2rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    color: #797979;
}

div.training_types .col > a:hover {
    border: 2px solid rgb(34, 137, 45);
    color: rgb(34, 137, 45);
    font-family: basefont_bold;
}

div.training_types .icon_wrapper {
    min-height: 2rem;
}
/* end training types */