.calendar {
    background-color:#288ba8;
}

img {
    border:none;
}
p.more a,
a.more,
p.back a,
a.back,
a.toplink,
.toplink a {
    padding:6px 13px;
    background-color:#f39100;
    text-decoration:none;
    color:#fff;
}
p.more a:hover,
a.more:hover,
p.back a:hover,
a.back:hover,
a.toplink,
.toplink a {
    background-color:#1d895d;
    opacity:.9;
}
.clear {
    height:0px;
    position:relative;
    float:none;
    clear:both;
    display:block;
}
.hr {
    padding-top:15px;
    border-top:1px solid #ccc;
}
.hr2 {
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
}
figure {
    margin:0;
    padding:0;
    font-size:0px;
    line-height:0px;
}
figure:focus,
img:focus {
    outline:none;
}
.invisible {
    width:0;
    height:0;
    left:-1000px;
    position:absolute;
    overflow:hidden;
    top:-1000px;
}
.pdf_link {
    right:0;
    top:-48px;
    position:absolute;
    margin-right:10px;
    white-space:nowrap;
}
@media (max-width:767px) {
    .pdf_link{display:none;}
}
.ce_table table {
    width:100%;
    table-layout: fixed;
}
.ce_table table th,
.ce_table table td {
    padding:8px 10px;
    text-align:left;
}
.ce_table table thead th {
    border-bottom:1px solid #d6d6d6;
    cursor:pointer;
}
