﻿#imported_scheduler_widget {
    max-width: 940px;
    min-width: 580px;
    margin: 0 auto !important;
}

#id_selectedDatePreviewDisplay {
    display: block;
}

#map_canvas {
    border: 1px solid #ccc;
    border-radius: 4px;
}

h5 {
    font-size: 125%;
}

img.img-profile {
    max-height: 230px;
    float: right;
}

.alert:empty {
    display: none;
}

.table th {
    vertical-align: top;
    text-align: center;
    font-size: 85%;
    line-height: 1.5;
}

.table td {
    vertical-align: top !important;
    padding-left: 15px !important;
}

.table thead th b {
    font-weight: normal !important;
}

.table a {
    display: block;
}

.opening {
    border: 1px solid #fff;
    padding: 2px 8px;
    margin: 0 0 4px 0;
    display: block;
    color: #999;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

    .opening:hover {
        color: #000;
        border-color: #ccc;
        text-decoration: none;
    }

    .opening.selected {
        background-color: #E0EBDA;
        border-color: #d6e9c6;
        color: #307906;
    }

.span4:empty {
    display: none;
}

input[type='text'], textarea {
    padding: 4px 6px;
}
