tr a[href^="/app_folder"] {
  color: #4B6AD1;
}

.brown-box-involved a {
  color: #4B6AD1;
}

.learn-more h3 {
  padding-top: 10px;
  line-height: 26px;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .learn-more h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .learn-more h3 {
    font-size: 28px;
  }
}

#editor_actions li.tool_events_featured,
#editor_actions li.tool_events_upcoming,
#editor_actions li.tool_events_month,
#editor_actions li.tool_events_archive {
  color: #4B6AD1;
}

.main-conten a {
  border-bottom: 1px solid #506ED3;
}


.carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(221, 221, 221, 0.8);
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #333;
  text-decoration: none;
  z-index: 10;
  transition: background-color 0.2s;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/* Optional hover focus */
.carousel-control:hover,
.carousel-control:focus {
  background-color: rgba(221, 221, 221, 1);
  text-decoration: none;
  outline: none;
}

/* Position the buttons */
.carousel-control.left {
  left: 15px;
}

.carousel-control.right {
  right: 15px;
}

/* Icon adjustments */
.carousel-control .glyphicon {
  font-size: 22px;
  line-height: 1;
}

.carousel-control.left .glyphicon {
  transform: translate(-3px,-2px);
}
.carousel-control.right .glyphicon {
  transform: translate(6px,-2px);
}


#load_jqgSearchTable,
#jqgSearchTable_toppager_center td,
#jqgSearchPager_center td {
  color: #000 !important;
}
