a.tip {
    text-decoration: none;
    font-size: .8em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #ccc;
    padding: 2px 2px 1px 2px;
    background-color: #FCF8E3;
}
a.tip:hover {
    cursor: help;
    position: relative;
}
a.tip span {
    display: none;
}
a.tip:hover span {
    border: #ccc 1px dotted;
    padding: 5px 20px 5px 5px;
    background-color: #fefeef;
    color: #000;
    display: block;
    z-index: 100;
    left: 0px;
    margin: 10px;
    width: 300px;
    position: absolute;
    top: -100px;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 2px #999;
}
.logo {
    margin: 6px 10px 6px 0;
}
.container h3 {color:#fefefe !important; margin-top: 18px;text-shadow: 3px 3px 10px #000;}
.row {box-shadow: 3px 3px 10px #000;}