﻿
.container{
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-fixed-buttons {
    position: fixed;
    bottom: 80px;
    right: 20px;
}

/*.to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #999999;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    padding: 6px;
}

.to-top a {
    color: white;
}*/

@media screen and (max-width: 400px) {
    .to-top {
        bottom: 20px;
        right: 20px;
    }
}
