#calendar {
    width: 900px;
    margin: 40px auto;
}
#simplemodal-container {
    width: auto !important;
    height: auto !important;
}
.fc-event{
    border: 1px solid #5b5b5b;
    background-color: #5b5b5b;
    color: #eee;
}
.fc-event:hover{
    border: 1px solid #7e7e7e;
    background-color: #9a9ef6;
    color: #4b4b4b;
}
.required{
    border: 1px solid red !important;
}
.contact-error{
    opacity: 0;
    overflow: hidden;
    height: 0px;
}
.biothumb{
    width: 320px;
}
.biothumb div.overlay{
    height: 100px;
    padding: 18px;
}
.biothumb div.overlay h3{
    margin: 0;
    color: white;
    font-weight: 500;
}