.course_tooltip .qtip-content{
    background-color : #FFF;
}

.course_tooltip {
    border: #000;
    border-color: white !important;
}

.course_tooltip.space_available .qtip-titlebar{
    background-color: #006666;
    color: #FFF;
}

.course_tooltip.space_limited .qtip-titlebar{
    background-color: #ffa633;
    color: #FFF;
}

.course_tooltip.waitlist_only .qtip-titlebar{
    background-color: #8c1919;
    color: #FFF;
}

.course_tooltip.no-available .qtip-titlebar{
    background-color: #8c8c8c;
    color: #FFF;
}

.course_tooltip .qtip-title, .course_tooltip .qtip-content{ font-size: 13px; line-height: 17px;}

.fc-today.fc-corner-right {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.fc-today.fc-corner-left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.fc-today {
    background-color: #f5f5f5 !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid;
    opacity: 1;
}