﻿.demo-settings {
    margin-bottom: 20px;
}

.tootltip-type-switcher {
    margin: 0 0 2em 0;
    padding: 0;
    width: 750px;
    list-style: none;
    min-height: 0;
    _zoom: 1;
}

    .tootltip-type-switcher:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
    }

    .tootltip-type-switcher li {
        margin: 0 10px;
        width: 355px;
        float: left;
        display: inline;
    }

    .tootltip-type-switcher small {
        margin-top: 1.5em;
        font-size: .9em;
        line-height: 1.4;
        display: block;
    }

.appointment-tooltip {
    padding: 10px;
}

    .appointment-tooltip p {
        margin: 0 0 5px 0;
    }
