/* start training teasers */
/* same css as for training_dates */
div.training_teaser {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

div.training_teaser h2 {
    text-align: center
}

div.training_teaser table {
    color: #424242;
}

div.training_teaser th, div.training_teaser td {
    text-align: center;
}

div.training_teaser th:first-child, div.training_teaser td:first-child {
    text-align: left;
    width: 8%;
}

div.training_teaser th:last-child, div.training_teaser td:last-child {
    width: 8%;
}

div.training_teaser td:nth-of-type(2) {
    width: 33%;
}

div.training_teaser td:nth-of-type(3) {
    width: 45%;
}

div.training_teaser td a {
    display: block;
    border: 1px solid #D8DCD7;
    border-radius: 3px;
    padding: 0rem 0.4rem;
    color: rgb(34, 137, 45);
    text-decoration: none;
    text-align: center;
}

div.training_teaser td a:hover {
    border: 1px solid rgb(34, 137, 45);
    color: rgb(34, 137, 45);
}

div.training_teaser a.all_dates_button {
    display: block;
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    text-align: center;
    padding: 0.2rem;
    margin-top: 2.5rem;
}

div.training_teaser a.all_dates_button:hover {
    display: block;
    border: 1px solid rgb(34, 137, 45);
    border-radius: 4px;
    text-decoration: none;
    font-family: basefont_bold;
}
/* end training teasers */
