
.browsers ul, .pgn__list {
  list-style: none;
  margin: 0;
  padding: 0;
}



.mainbox {
  width: 80%;
  margin: 0 auto;
}

.browsers {
  margin: 150px 0 50px;
  overflow: hidden;
}
.browsers li {
  float: left;
  text-align: center;
  padding-top: 80px;
  margin-right: 25px;
  background-size: 400px;
  background-image: url("http://outdatedbrowser.com/public/imgs/browsers-bg.png");
  background-repeat: no-repeat;
  font-size: 13px;
  font-size: 0.8125rem;
}
.browsers .chrome {
  width: 67px;
  background-position: -6px -83px;
}
.browsers .firefox {
  width: 69px;
  background-position: -85px -83px;
}
.browsers .safari {
  width: 69px;
  background-position: -246px -83px;
}
.browsers .opera {
  width: 66px;
  background-position: -327px -83px;
}
.browsers .ie {
  width: 70px;
  background-position: -165px -83px;
}

.credit {
  margin: 0 0 50px;
}

/*-- Pagination --*/
.pgn {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  clear: both;
  margin-top: 28px;
  margin-bottom: 8px;
}
.pgn li {
  float: left;
}
.pgn a,
.pgn span,
.pgn strong {
  float: left;
  text-align: center;
  padding-top: 20px;
  color: #313868;
}
@media screen and (min-width: 48em) {
  .pgn a,
  .pgn span,
  .pgn strong {
    display: block;
  }
}
.pgn a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-family: OpenSans-Semibold;
  text-decoration: none;
}
.pgn .prev,
.pgn .next {
  width: 33.33333%;
}
@media screen and (min-width: 37.5em) {
  .pgn .prev,
  .pgn .next {
    width: 20%;
  }
}
.pgn .prev a,
.pgn .next a {
  display: block;
  width: 100%;
}
.pgn .prev {
  float: left;
}
.pgn .prev a {
  text-align: left;
}
.pgn .next {
  float: right;
}
.pgn .next a {
  text-align: right;
}

/* <ul> */
.pgn__list {
  width: 55%;
  position: relative;
  top: -3px;
margin: auto;
}

/* <li> - pagination numbers */
.pgn__item {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .pgn__item {
    width: calc(100% - 230px);
  }
}
.pgn__item a,
.pgn__item span,
.pgn__item strong {
  display: none;
  text-align: center;
  width: 100%;
}
.pgn__item a.current,
.pgn__item span.current,
.pgn__item strong.current {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .pgn__item a {
    display: block;
  }
}

/* prev/next icon */
.pgn__prev-icon,
.pgn__next-icon {
  margin-top: 1px;
}
.disabled .pgn__prev-icon, .disabled
.pgn__next-icon {
  color: #bec2d8;
}

.fullprevnext .pgn__prev-icon {
  float: left;
}

.fullprevnext .pgn__next-icon {
  float: right;
}

/* prev/next text */
.pgn__prev-txt,
.pgn__next-txt {
  display: none;
}
.disabled .pgn__prev-txt, .disabled
.pgn__next-txt {
  color: #bec2d8;
}
.fullprevnext .pgn__prev-txt, .fullprevnext
.pgn__next-txt {
  display: inline-block;
  padding-top: 0;
}

.fullprevnext .pgn__prev-txt {
  float: left;
  color: #000;
  font-size: 15px;
  font-family: OpenSans-Semibold;
  text-decoration: none;
}

.fullprevnext .pgn__next-txt {
  float: right;
  color: #000;
  font-size: 15px;
  font-family: OpenSans-Semibold;
  text-decoration: none;
}

.pgn__magic-line {
  background-color: #e60008;
  position: absolute;
  height: 4px;
  top: 0px;
}