
.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 4px 8px;
    overflow: auto;
    color: #fcfcfc;
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    border: 1px solid #141414;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #262626;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.tooltip-help {
    min-width: 100px;
    max-width: 300px;
    color: #212121;
    text-align: left;
    white-space: normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    border: 1px solid #141414;
    background-color: #ffbf75;
}
