.register {
    display: block;
    color: #666;
}

.register a {
    display: inline-block;
    background-color: #eee;
    padding: 2px 5px;
    margin: 0 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-decoration: none;
    color: #ccc;
}

.bottom-link a {
    color:#666!important;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
}

.bottom-link a:hover {
    color:#fff!important;
}