/* Height hack for float wrappers */
.services {
    overflow: auto;
}

.auth-icon {
    display: block;
    font-size: 38px;
}

.auth-link:hover .auth-icon i,
.auth-link:focus .auth-icon i {

}

.auth-services {
    margin: 0 0 1em;
    list-style: none;
    overflow: auto;
}

.auth-service {
    float: left;
}

.auth-services .auth-service .auth-link {
    display: block;
    width: 45px;
    margin-right: 10px;
}

.auth-service .auth-link .auth-icon {
    margin: 0 auto;
}

.auth-service .auth-link .auth-title {
    display: block;
    margin-top: 0.4em;
    text-align: center;
}