.pure-button:focus {
    border             : none;
    -webkit-transition : all 0.3s ease-in-out;
    -moz-transition    : all 0.3s ease-in-out;
    -o-transition      : all 0.3s ease-in-out;
    transition         : all 0.3s ease-in-out;
}

.pure-button.circle {
    box-shadow    : 0px 3px 10px rgba(0, 0, 0, 0.23), 0px 3px 10px rgba(0, 0, 0, 0.16);
    border-radius : 100%;
    height        : 50px;
    width         : 50px;
    margin-right  : .5em;
}

.pure-button.primary-0:hover {
    background         : #4C9CD0;
}

.pure-button.complement-0:hover {
    background         : #FFB353;
}

.pure-button.primary-0:focus {
    background         : #4C9CD0;
}

.pure-button.complement-0:focus {
    background         : #FFB353;
}

.pure-button.success {
    background         : #59B159;
}

.pure-form input.naked {
    border: 0;
    background: transparent;
}