﻿.toggletip-container {
    position: relative;
    display: inline-block;
}

.ttl20 { left: -20px !important; }
.ttt20 { top: 20px !important; }
.ttl160 { left: -160px !important; }

.toggletip-bubble {
    display: block;
    position: absolute;
    left: -5px;
    top: -32px;
    width: 180px;
    padding: 10px;
    background: #004D99;
    color: #fff;
    z-index: 999;
    text-align: center;
}

.tooltipButton {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background: #004D99;
    font-family: serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
}

.tooltipButton:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem skyBlue;
}

.timerDescription > .toggletip-bubble { top: 20px !important; }