<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.topicslink a{
text-decoration:none;color:#fff;font-weight:bold;
}
.topicslink h6{
margin:0;padding:6px;line-height:1;font-size:1.3em;font-weight:600;
}
@media screen and (max-width: 1024px){
.topicslink h6{
font-size:1em;
}}

.circle{
  position:absolute;
  margin-left:4%;
  margin-top:10px;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align:center;
  font-size:12px;
  color:#fff;
  line-height:70px;
  border-radius: 50%;
  background: #990000;
}

@media screen and (max-width: 768px){
.circle{
  margin-left:23%;
  margin-top:-25px;
}}


a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  padding:14px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  text-decoration:none;
  font-size:1.2em;
  color:#111;
  font-weight:600;
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

@media screen and (max-width: 768px){
a.btn-radius-solid {
display:block;
}}
</pre></body></html>