.body{
    color: #f7f7f7 !important;
}
.depthButton {
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 4px;
    transition: all .15s ease;
}

.depthButton:hover {
    color: #5778F3;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.btn{
    margin-bottom: 10px !important;
}
.floatflag a{
    z-index: 100;
    color: white;
    position: fixed;
    background: linear-gradient(to bottom, #FDEB71, #F8D800);
    font-weight: 400;
    padding: 5px;
    border-radius: 5px;
    right: -5px;
    width: 150px; 
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.floatflag2 a{
    z-index: 100;
    color: white;
    position: fixed;
    background: linear-gradient(to bottom, #FDEB71, #F8D800);
    font-weight: 400;
    padding: 5px;
    border-radius: 5px;
    left: -5px;
    width: 150px; 
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.floatflag a:hover{
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
.floatflag {display: none;}

}