/* #reserve_form{
    width:40%;
} */
div.payment_options {
    text-align: left;
}

div.payment_option{
    margin: 0px 10px;
    font-size: 12px;
}

div.payment_option img{
    height:50px;
}

#customers_table tbody tr:hover{
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */


    cursor: pointer;
}


audio{
    width: 100%;
}

/**
* CALENDAR
**/
#AnyTime--start_date[style], #AnyTime--start_date .AnyTime-body[style]{
    height: auto !important;
}

#AnyTime--start_date .AnyTime-date[style]{
    height: auto !important;
    float: none;
}

