/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
    background-color: #dbe2e4;
}

/* Tooltip container */
.spanV {
    margin-left: 1vh;
    margin-right: 1vh;
    display: inline-block;
    font-size: 1rem;
    background-color: rgba(68, 68, 68, 0);
}

/* Tooltip text */
.spanV .tooltiptext {
    visibility: hidden;
    width: auto;
    height: auto;
    background-color: rgba(68, 68, 68, 0.79);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(68, 68, 68, 0.64);
    /* Position the tooltip text - see examples below! */
    margin-left: 10px;


    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.spanV:hover .tooltiptext {
    visibility: visible;
}


