.erfcal {
    line-height:100%;
    color:#222;
    border-color:#ccc;
    font-size:13px;
    margin: 0 0 15px 0;
    padding: 0 1px;
}

.erfcal_table {
    display: table;
    table-layout:fixed;
    text-align:left;
    width:100%;
    border-collapse:collapse;
}

.erfcal *, .erfcal_tip * {
    border-color:inherit;
    border-width:inherit;
    text-decoration:none;
}

.erfcal_table header, .erfcal_table section {
    margin:0;
    padding:0;
}

.erfcal_table>header {
    display: table-caption;
    padding-bottom:15px;
    overflow:hidden;
    border-bottom-width:1px;
    border-bottom-style:solid;
    font-weight:bold;
}

.erfcal_table>header a, .erfcal_table>header span {
    float:left;
    margin-right:10px;
    border-style: solid;
    border-width:1px;
}

.erfcal_table>header span {
    font-size:150%;
    line-height:120%;
    border-color:transparent;
}

.erfcal_table>header a {
    background-color:#eee;
    border-radius:5px;
    padding: 0 7px;
    text-align:center;
    font-size:100%;
    line-height:180%;
}

.erfcal_table .erfcal_week, .erfcal_table .erfcal_weekdays {
    display:table-row;
}

.erfcal_table .erfcal_day {
    display:table-cell;
    border-style: solid;
    border-width:1px;
    height:80px;
}

.erfcal_table .erfcal_weekdays span {
    display:table-cell;
    overflow:hidden;
    padding: 15px 5px 5px 5px;
}

.erfcal_table .erfcal_day>header {
    padding: 5px;
}

.erfcal_table section>header {
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    margin: 4px 2px;
    font-size:85%;
}

.erfcal_table header[data-uid] {
    cursor:pointer;
}

.erfcal_table section>header[style] {
    border-left: 1em solid;
    padding-left:4px;
}

.erfcal_table a:hover {
    text-decoration:underline;
}

.erfcal_table .erfcal_disabled>* {
    opacity:0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.erfcal_table .erfcal_full {
    display:none;
}

.erfcal_table .erfcal_weekend {
    background-color:#efefef;
}

.erfcal_table .erfcal_today {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.erfcal_tip {
    z-index:999;
}

.erfcal_tip .tip {
    background-color:#fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.erfcal_tip .tip-title {
    display:none;
}

.erfcal_tip .tip-text {
    padding: 10px;
    max-width:450px;
}

.erfcal_tip .tip-text>header[style] {
    border-left: 1em solid;
    padding-left:4px;
    line-height:100%;
}

.erfcal_tip .tip-text>header {
    font-weight:bold;
}
