﻿.body {
    /*! padding-top: 100px; */
    padding-bottom: 50px;
    background: #ececec;
}

    .body a {
        color: black;
    }

    .body h1 {
        font-size: 2em;
        text-align: center;
        margin: 1em 0;
    }

    .body li, .body h6 {
        color: black;
        font-family: Roboto, sans-serif;
    }

.text-red {
    color: red;
}

.body h2 {
    font-size: 1.5em;
    margin: 20px 0px 15px;
    font-weight: bold;
}

.body h6 {
    margin-top: 0.8em;
    font-weight: bold;
    text-decoration: none;
    color: #3589A6;
    font-size: 1.3em;
    margin-bottom: 0px;
}

.body ol[type='A'] li {
    margin: 15px 0px;
}

.body i:before {
    font-size: 2.6em;
    color: #3589A6;
}


/*tooltips */
#chat-link, #chat-nav2 {
    cursor: pointer;
}

.tooltip2 {
    margin: 0px 12px;
    padding: 0px;
    position: fixed;
    z-index: 2147483644;
    bottom: 24px;
    top: auto;
    height: 34px;
    width: 1px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
    background: none;
    display: block;
    right: 80px;
}

    .tooltip2 .tooltiptext {
        position: absolute;
        width: 180px;
        background-color: #007bff;
        color: white;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1;
        display: none;
        font-size: 1.4em;
    }

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

    .tooltip-left::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #007bff;
    }

/*end tooltip css*/