div.news-calendar-compact .NewsCalTable,div.news-calendar-compact  .NewsCalTable tr,div.news-calendar-compact  .NewsCalTable td {
    border-collapse:collapse;
}
div.news-calendar-compact .NewsCalWeekend,div.news-calendar-compact  .NewsCalToday,div.news-calendar-compact  .NewsCalDefault,div.news-calendar-compact  .NewsCalOtherMonth ,div.news-calendar-compact  .NewsCalHeader,div.news-calendar-compact  .NewsCalMonthNav,div.news-calendar-compact  .NewsCalDay,div.news-calendar-compact  .NewsCalNews{
    font-size:19px;
    color:#000000;
}
div.news-calendar-compact .NewsCalToday{
    background-color:#dadded;
}
div.news-calendar-compact .NewsCalDefault{
    color:#999999;
}

div.news-calendar-compact .NewsCalWeekend{
    color:#f24841;
}

div.news-calendar-compact .NewsCalHeader{
    color:#000;
    text-transform: uppercase;
}

div.news-calendar-compact .NewsCalHeader .month-name {
    font-weight: normal;
}

div.news-calendar-compact .NewsCalMonthNav{
}

div.news-calendar-compact .NewsCalDay{
    color:#999999;
}

div.news-calendar-compact .NewsCalDayOther{
    color:#999999;
}

div.news-calendar-compact .NewsCalNews{
    color:#7488B9;
}

.index-news .item.calendar > div,
.news-calendar-compact {
    height: 100%;
}

.index-news .item.calendar table {
    height: 60%;
    position: relative;
    top: 20%;
}

.index-news .item.calendar table td .top-name {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

div.news-calendar-compact .NewsCalHeader .month-name {
    position: absolute;
    color: #cc2939;
    font-weight: normal;
    font-size: 24px;
    top: -70px;
    text-transform: lowercase;
}

.index-news .item.calendar .month-name:first-letter {
    text-transform: uppercase;
}

div.news-calendar-compact .NewsCalDefault a,
div.news-calendar-compact .NewsCalWeekend a {
    color: #fff;
    display: inline-block;
    background-color: #f24841;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    line-height: 38px;
    text-align: center;
}

div.news-calendar-compact .NewsCalWeekend a:hover,
div.news-calendar-compact .NewsCalDefault a:hover {
    transform: scale(1.05);
}