.page_number .active-paginator a {
  color: #bb1919;
}
.error {
  background: #ffbbbb none repeat scroll 0 0;
}
.red_bg2 li.active {

  transition: all .1s ease-in-out;
  background: linear-gradient(#1e88e5, #1e88e5);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
img {
  max-width: 100%;
}

.fullstoryMid a {
  text-decoration: underline;
}
.news {
  height: 884px;
}

.ajax-loader {
  background-image: url("/img/ajax-loader.gif");
  background-size: 60px 60px;
  border-radius: 60px;
  display: none;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: fixed;
  top: 50%;
  width: 60px;
  z-index: 1000;
}
.news_table{
  overflow:auto !important;
}
.news_table td{
  padding:5px 10px !important;
}
.page_number li a {
  font-size: 18px;
}
.title h1 {
  color: #b61314;
  font-size: 23px;
  margin-bottom: 0;
  margin-left: 15px;
}