﻿.inThisPage {
    margin-bottom: 24px;
    margin-top: 0px;
}

.Anchors {
    display: none;
}

    .inThisPage ul {
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        /*display: initial;*/
    }

    .inThisPage li {
        display: block;
        float: right;
        margin-left: 5px;
        margin-bottom:5px;
        background-color: #ededed;
        border-radius: 25px;
        padding: 0px 10px;
        border: 2px solid transparent;
    }

        .inThisPage li:hover, .inThisPage li:focus {
            border-color: #0a6aae;
        }

    .inThisPage a {
        font-family: 'blenderRegular', Arial, sans-serif;
        font-size: 19px;
        /*line-height: 35px;*/
        color: #0a6aae;
        text-decoration: none;
        cursor: pointer;
    }

        .inThisPage a:hover, .inThisPage a:focus {
            font-weight: bold;
        }


    .inThisPage h2 {
        font-family: "BlenderBold",Arial,sans-serif;
        font-size: 23px !important;
        font-weight: normal !important;
        /*line-height: 28px !important;*/
        /*margin-left: 3px !important;*/
        vertical-align: sub;
        display:inline-block;
    }
