h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    padding:3px 10px;
    line-height:40px;
    margin-bottom: 30px;
}

h1.blue {
    color: #ffffff !important;
    background-color:#0055a4;
}

h1.pink {
    color: #ffffff;
    background-color:#eb6b6a;
}

h1.orange {
    color: #ffffff;
    background-color:#ffa400;
}

h1.light-blue {
    color: #ffffff;
    background-color: #5191CD;
}

.justifyright {
    text-align:right;
}

.justifyleft {
    text-align:left;
}

.picright {
    float:right;
    border: 1px solid #c0c0c0;
    padding: 1px;
    margin:7px 0px 7px 7px;
}

.picleft {
    float:left;
    border: 1px solid #c0c0c0;
    padding: 1px;
    margin:7px 7px 7px 0px;
}


/* updates 20200124, see also setup.js */

    .training-options {
        display: none;
        padding: 0 7% 20px 7%;
    }

    .training-options h2 {
        color: #5191cd;
        margin-bottom: 10px !important;

    }
    .training-options h3 {
        color: #5191cd;
        margin-top: 5px !important;
        text-align: center;
    }
        .training-options h2 span {
            color: #6b6b6b;
        }
        .training-options .icons a {
            margin-right: 5%;
        }

    .training-options .fa-circle-icon {
        position: relative;
        font-size: 40px;

        display: inline-block;

        height: 75px;
        width: 75px;
        padding-top: 18px;
        border-radius: 60px;
        text-align: center;
        background-color: #5191cd;
    }
        .training-options .icons > ul {
            text-align: center;
        }
            .training-options li {
                display: inline-block;
                list-style: none;
                margin: 2% 2%;
            }
                .training-options li:hover a.fa-circle-icon {
                    background-color: #37638b;
                }
                .training-options li .fa-circle-icon:before {
                    color: #fff;
                }

        .training-options li .hover {
            display: none;
            position: absolute;
            z-index: 1000;
            margin-left: -13px;
            background-color: #fff;
            border: 1px solid #5191CD;
            box-shadow: 1px 1px 1px #c0c0c0;
        }
            .training-options li:hover .hover {
                display: inline-block;
            }
            .training-options li:hover .hover a {
                display: block;
                border-bottom: 0 !important;
                margin: 0 !important;
                padding-right: 7px !important;
                line-height: 2.2;
                text-align: left;
                white-space: nowrap;
            }
                .training-options li:hover .hover a:hover {
                    background-color: #efefef;
                }
                .training-options li:hover .hover a:hover::before {
                    background-color: #235c90;
                }
            .training-options li:hover .hover div {
                max-width: 300px;
                text-align: left;
                font-size: .8em;
                padding: 5px;
                line-height: 1.2;
            }
            .training-options li:hover .hover a::before {
                display: inline-block;
                width: 25px;
                text-align: center;
                color: #fff;
                background-color: #37638b;
                margin-right: 7px;
            }

    @media only screen and (max-width: 600px) {
        .training-options .fa-circle-icon {
            height: 60px;
            width: 60px;
            line-height: 25px;
            font-size: 30px;
        }
    }

    .training-table {
        border-collapse: collapse;
        font-size: .95em;
    }
        .training-table thead tr {
            border-bottom: 2px solid #0055a4;
        }
            .training-table thead tr td {
                padding: .5em;
                text-align: center;
                vertical-align: bottom;
                font-size: .9em;
                font-weight: 700;
            }
        .training-table tbody tr {
            border-bottom: 1px solid #5191cd;
        }
            .training-table tbody tr:nth-child(odd) {
                background-color: #E5EEF6;
                background-color: #eff7ff;
            }
            .training-table tbody tr td {
                vertical-align: top;
                padding: 15px 1em 10px;
            }
                .training-table tbody tr td .fa-circle-icon {
                    background-color: #37638b;
                    color: #fff;
                    border-radius: 1.3em;
                    font-size: 1.43em;
                    padding: 0.5em .4em;
                }
        .training-table tbody tr td:first-child {
            font-weight: 700;
        }
        .training-table tbody tr td:last-child {
            font-size: .8em;
            text-align: center;
        }
        .training-table a.button {
            display: inline-block;
            padding: .25em .5em;
            font-size: 1.2em;
            white-space: nowrap;
        }
        .training-table p.small {
            font-size: .8em;
            line-height: 1.2em;
            color: #808080;
        }

        .icon-agile.fa-circle-icon::before {
            box-shadow: #fff 0 -0.1em inset;
        }