﻿.dummy {
  color: #000; }

.today {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  background-color: #ffcf01;
  background-image: url("/images/widgets/arrow.png");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold; }
  .today .today-banner {
    color: #000; }
  .today .today-link {
    color: #2200cc; }
    .today .today-link:hover, .today .today-link:focus {
      color: #150080;
      text-decoration: none; }
  .today ul.list-inline {
    margin-bottom: 5px; }
  @media (max-width: 991px) {
    .today {
      background-image: none; } }

