.red { color: red; }
.bold { font-weight: bold; }
.w-full { width: 100%; }
.upcoming-event { color: white !important; background: rgb(215, 36, 41) !important; /* red */ }
.ongoing-event { color: white !important; background: rgb(57, 176, 55) !important; /* green */ }
.past-event { color: white !important; background: #999 !important; /* gray */ }
.upcoming-top, .upcoming-bot, .happening-top { top: -1.8em; height: 1.8em }
.upcoming_posters {
    border-radius: 0 !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: 2px 2px 12px -6px black;
}
.poster-icon img, .poster-t-icon img {
    box-shadow: 5px 5px 16px -6px #333;
    -moz-box-shadow: 5px 5px 16px -6px #333;
    -webkit-box-shadow: 5px 5px 16px -6px #333;
}
