.no-link-underline {
    text-decoration: none;
}

.f-grey {
    background-color: #343333;
}


.f-red,.f-hover-red:hover,.f-red,.f-hover-red:hover {
    color:#eee!important;background-color:#E60808!important
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.width-100 {
    width: 100%;
}

.float {
    float: right;
    left: 44.8%;
    position: absolute;
    text-align: center;
}

.color-grey {
    color: #00af91;
}