.most-read-widget {
  padding:16px;
  background-color:#fff;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  border-radius:2px;
  -o-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -ms-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -moz-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -khtml-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  -webkit-box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12);
  box-shadow:0 2px 2px 0 rgba(33,65,141,.2),0 0 2px 0 rgba(0,0,0,.12)
}
.most-read-widget__tab ul li:nth-of-type(1):before {
  content:"1"
}
.most-read-widget__tab ul li:nth-of-type(2):before {
  content:"2"
}
.most-read-widget__tab ul li:nth-of-type(3):before {
  content:"3"
}
.most-read-widget__tab ul li:nth-of-type(4):before {
  content:"4"
}
.most-read-widget__tab ul li:nth-of-type(5):before {
  content:"5"
}
.most-read-widget__tab ul li:nth-of-type(6):before {
  content:"6"
}
.most-read-widget__tab ul li:nth-of-type(7):before {
  content:"7"
}
.most-read-widget__tab ul li:nth-of-type(8):before {
  content:"8"
}
.most-read-widget__tab ul li:nth-of-type(9):before {
  content:"9"
}
.most-read-widget__tab ul li:nth-of-type(10):before {
  content:"10"
}
.most-read-widget__tab ul li:nth-of-type(11):before {
  content:"11"
}
.most-read-widget {
  background-color:#fff;
  margin-bottom:16px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
  padding:0 0 8px
}
.most-read-widget input {
  display:none
}
.most-read-widget input:checked+label {
  color:#21418d;
  border-bottom:3px solid #21418d
}
.most-read-widget label {
  font-family:"proximanova-regular",sans-serif;
  display:inline-block;
  padding:10px 0 6px;
  min-width:125px;
  text-align:center;
  letter-spacing:1.4px;
  color:#dd1f26;
  background:#fff;
  border:none;
  text-transform:uppercase;
  font-size:14px;
  cursor:pointer;
  border-bottom:3px solid #fff;
  margin-bottom:0;
  -webkit-transition:color .2s ease,border .2s ease;
  -moz-transition:color .2s ease,border .2s ease;
  -o-transition:color .2s ease,border .2s ease;
  transition:color .2s ease,border .2s ease
}
.most-read-widget label:hover {
  color:#dd1f26;
  border-bottom:3px solid #dd1f26
}
.most-read-widget #tab-0:checked~#content-tab-0 {
  display:block
}
.most-read-widget #tab-1:checked~#content-tab-1 {
  display:block
}
.most-read-widget #tab-2:checked~#content-tab-2 {
  display:block
}
.most-read-widget #tab-3:checked~#content-tab-3 {
  display:block
}
.most-read-widget__tab {
  display:none;
  width:100%;
  border-top:1px solid #e2e2e2
}
.most-read-widget__tab ul {
  margin:0;
  padding:8px 0 0
}
.most-read-widget__tab ul li {
  list-style:none;
  display:flex;
  padding:4px 8px 4px 0
}
.most-read-widget__tab ul li:before {
  font-size:20px;
  font-family:"proximanova-bold",sans-serif;
  color:rgba(33,33,33,.15);
  width:39px;
  height:24px;
  display:block;
  text-align:center;
  padding-left:2px;
  line-height:22px;
  flex:0 0 auto
}
.most-read-widget__tab ul li a {
  display:flex;
  color:#212121;
  font-family:"proximanova-bold",sans-serif;
  font-size:14px;
  font-weight: bold;
  line-height:17px;
  -webkit-transition:color .2s ease;
  -moz-transition:color .2s ease;
  -o-transition:color .2s ease;
  transition:color .2s ease
}
.most-read-widget__tab ul li a:hover {
  color:#545454
}
.most-read-widget .adblock {
  margin:8px 0 0 0
}
.most-read-widget .adblock div:first-of-type {
  margin-bottom:0
}
