.forceNone {
  display: none !important;
}

#rvTicker {
  position: fixed;
  bottom: 2rem;
  width: 200px;
  z-index: 999;
}

#rvTicker img, 
#rvTicker a {
  width: 100%;
  max-height: 180px;
  cursor: pointer;
}

#rvTicker a {
  color: #0275d8;
  font-weight: bold;
}

#rvTicker a:hover {
  color: #01559e;
}

#rvTicker .search_title {
  background-color: #5c93b4;
  color: white;
  text-align: center;
  margin-top: 0.8rem;
  padding: 4px 3px;
}

#rvTicker .search-link {
  display: block;
  padding: 4px 3px 0px 3px;
}

#rvInblock {
  margin-top: 2rem;
  position: relative;
}

#rvInblock h2 {
  color: rgb(55, 151, 146);
  font-size: 1.1rem;
  border-bottom: 1px solid rgb(42, 117, 112); 
}

#rvInblock .VueCarousel {
  width: 95%;
  left: 30px;
}

#rvInblock .card {
  width: 13rem;
  margin-right: 1rem;
  position: relative;
  box-shadow:8px 5px 10px -3px #c9c9c9;
}

#rvInblock .card img {
  width: 100%;
  max-height: 220px;
  cursor: pointer;
  border: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#rvInblock .card-title {
  position: absolute;
  top: 0px;
  z-index: 5;
  background-color: #343a40d2;
  color: white;
  padding: 4px 6px;
  line-height: 135%;
  display: block;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  max-height: 2.3rem;
  overflow: hidden;
  font-weight: 100;
}

#rvInblock .card-title.hidden {
  display: none !important;
}

#rvInblock .card-text {
  padding-left: 3px;
  padding-right: 3px;
  height: 2.3rem;
  line-height: 135%;
  overflow: hidden;
}

#rvInblock .btn-dark {
  color: white;
  background-color: #343a40;
  font-size: 0.8rem;
}

#rvInblock .btn-dark:hover {
  color: white;
  background-color: #404850;
}

#rvInblock .btn-base {
  position: absolute;
  display: block;
  top: 40%;
  font-size: 1.5rem;
  color: rgb(158, 158, 158);
}

#rvInblock .btn-base.active {
  color: rgb(90, 175, 171);
}

#rvInblock .btn-prev {
  left: 0px;
}

#rvInblock .btn-next {
  right: 0px;
}

#rvInblock .btn-box {
  margin: 1rem 0.2rem 0.2rem 0rem;
}
