#ac-age-wrapper > *{
    margin: 0;
    padding: 0;
}

#ac-age-result{
    padding: 5px 10px;
    margin: 15px 0px;
}

#ac-age-submit{
    margin-left: 20px;
    padding:0 10px;
}

#ac-age-wrapper .ac-age-form-control{
    height: 34px;
    padding: 6px 12px;
}
#ac-age-wrapper .fade {
    opacity: 1;
    -webkit-transition: background 2s linear;
    transition: background 2s linear;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
