/**
 * Stylesheet for the WP Events Calendar
 * Some overrides for thickbox and tooltip
 * and calendar formatting
 */

/* import the tooltips stylesheet classes for EC */
@import "ec-tooltips.css";
#tooltip * {
    color: white;
}
#tooltip {
    background-color: #1B9DA4;
    border: thin solid #1B9DA4;
    color: white;
    opacity: 1;
    padding: 10px;
    position: absolute;
    width: 122px;
    word-wrap: break-word;
    z-index: 3000;
}
#tooltip h3, #tooltip div {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
#tooltip ul {
    padding: 0;
}
#tooltip li {
    margin-bottom: 9px;
    width: auto;
}