
.cal-icons {
  position: relative;
  padding-right: 20px !important;
  border: 1px solid #ddd !important;
}

.cal-icons:before {
  display: block;
  background-size: 28px 28px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 4px;
  top: 4px;
}

.cal-icons-other:before {
  content: url('/static/svgs/flag.svg');
}

.cal-icons-game:before {
  content: url('/static/svgs/trophy.svg');
}

.cal-icons-scrimmage:before {
  content: url('/static/svgs/soccer-ball.svg');
}

.cal-icons-practice:before {
  content: url('/static/svgs/stop-watch.svg');
}
