.contentTagText {
  text-decoration: underline;
}
.contentTag[title*="today"] {
  background-color: #FFC800 !important;
  color: black;
}
.contentTag[title*="today"]::after {
  content: " \25b6";
  position: relative;
  top: -0.15em;
}

.contentTag[title*="tomorrow"] {
  background-color: #FFE800 !important;
  color: black;
}
.contentTag[title*="tomorrow"]::after {
  content: " \23e9";
  position: relative;
  top: -0.15em;
}

.contentTag[title*="sunday"],
.contentTag[title*="monday"],
.contentTag[title*="tuesday"],
.contentTag[title*="wednesday"],
.contentTag[title*="thursday"],
.contentTag[title*="friday"],
.contentTag[title*="saturday"]{
  background-color: #D6E800 !important;
  color: black;
}
.contentTag[title*="sunday"]::after,
.contentTag[title*="monday"]::after,
.contentTag[title*="tuesday"]::after,
.contentTag[title*="wednesday"]::after,
.contentTag[title*="thursday"]::after,
.contentTag[title*="friday"]::after,
.contentTag[title*="saturday"]::after {
  content: " \1f4c6";
  position: relative;
  top: -0.05em;
  font-weight: normal;
}

.contentTag[title*="every"],
.contentTag[title*="201"], .contentTag[title*="202"] {
  background-color: #B2E800 !important;
  color: black;
}

.contentTag[title*="every"]::after,
.contentTag[title*="201"]::after, .contentTag[title*="202"]::after {
  content: " \1f4c5";
  position: relative;
  top: -0.05em;
  font-weight: normal;
}

.contentTag[title*="repeat"],
.contentTag[title*="nolink"],
.contentTag[title*="CG"] {
  border-radius: 3px;
  background: #def;
  border: none;
  color: rgb(60, 100, 140);
  text-decoration: underline;
  display: inline-block;
  padding: 0 3px;
}
