

div.ui-datepicker {
    font-size: 0.9rem;
}


button.button.enquire_popup
{
    margin: 20px 0;
    background-color: #FFD600;
    color: #000;
}

button.button.enquire_popup:hover
{
    background: white;
}


.message.alert-box
{
    display: none;
    -webkit-animation: show .3s; /* Chrome, Safari, Opera */
    animation: show .3s;
    height: 50px;
    padding: 0;
    padding-left: 15px;
    line-height: 50px;
    margin-top: 25px;
}

.message.alert-box.success,
.message.alert-box.alert
{
    display: block;
}


/* Chrome, Safari, Opera */
@-webkit-keyframes show
{
    from {height: 1px;}
    to {height: 50px;}
}

/* Standard syntax */
@keyframes show
{
    from {height: 1px;}
    to {height: 50px;}
}
