@import url('/etc/designs/nyu/clientlibs/components/calendar/datepicker-calender-jqueryui.css');
.miniCalfeed {
    padding: 0 15px 10px;
    display: none;
}
.today .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: none !important;
    font-weight: bold !important;
    color: #fff !important;
    background-color: #D11255 !important;
    border: none !important;
}
.selected_day .ui-state-default {
    font-weight: normal;
    background-color: #eee !important;
    color: #000;
    border: none;   
}
div.ui-datepicker, .ui-datepicker td{
    border: none;
}
.ui-datepicker-header {
    color: #000;
    font-weight: bold;
    line-height: 30px;
    border: none;
}
.ui-datepicker tbody td {  
    padding: 0;
    margin: 0;
    align: center;
    border: none;
}
.calendarList {
    min-height: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('//www.nyu.edu/etc/designs/nyu/clientlibs/components/calendar/images/grey_loader.gif');
    padding: 0 15px;
}
.calendarList > h2 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 7px;
}
.livewhaleCal > .miniCalfeed.hasDatepicker > hr {
    margin: 0;
    width: 163px;
}
.entries > h4 {
    font-size: 11px;
    margin: 0;
    padding-bottom: 7px;
    color: #000;
}
.entry {
    padding-bottom: 7px;
}
.entry > .date {
    /* color: #23241E; */
}
.entry > .entrytitle, .entry > .date {
    font-size: 11px;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
}
.moreButton > p {
    margin: 0;
    height: 18px;
}
.moreButton > p > a {
   color: black;
   font-weight: bold;
   text-decoration: none;
}
.moreButton > p > a:hover {
   color: #D11255;
   font-weight: bold;
}
.moreButton > p > a:before {
   content: "» ";
   color: #D11255;
   font-weight: normal;
}