#block-newsbase-cms-origin-most-read-front-block {
  margin: 40px 0 10px;
  padding: 0 15px; }
  @media screen and (min-width: 80em) {
    #block-newsbase-cms-origin-most-read-front-block {
      padding: 0; } }

.pc-tab {
  margin: 20px 0; }
  .pc-tab *, .pc-tab *:after, .pc-tab *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pc-tab > input {
    display: none; }
  .pc-tab nav {
    z-index: 1;
    position: relative; }
  .pc-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .pc-tab ul li {
      margin-right: 5px; }
      .pc-tab ul li label {
        float: left;
        padding: 10px 15px;
        border: 1px solid transparent;
        border-radius: 6px 6px 0 0;
        border-bottom: 0;
        background: #fff;
        color: #444; }
        .pc-tab ul li label:hover {
          background: #eee; }
  .pc-tab section, .pc-tab section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pc-tab section {
    margin-top: -4px; }
    .pc-tab section > div {
      display: none;
      padding-top: 20px;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      background: #fff;
      line-height: 1.5em;
      letter-spacing: 0.3px;
      color: #444; }
      .pc-tab section > div h2 {
        margin: 0;
        letter-spacing: 1px;
        color: #34495e; }
  .pc-tab_stories {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0 0 10px 0; }
  .pc-tab_storyLink {
    padding: 5px;
    counter-increment: item; }
    .pc-tab_storyLink:before {
      content: counter(item);
      font-weight: 700; }
    .pc-tab_storyLink i {
      padding-left: 4px;
      padding-right: 8px;
      font-size: 0.8rem; }
    .pc-tab_storyLink a, .pc-tab_storyLink a:hover {
      color: #231f20; }
  .pc-tab_storyTimeAgo {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px; }
    .pc-tab_storyTimeAgo span {
      color: #c02126;
      font-size: 14px;
      font-style: italic; }

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block;
  animation: nb_fadein 0.5s linear; }

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: #fff;
  color: #111;
  position: relative;
  border: 1px solid #ddd; }

#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: -1px; }

@keyframes nb_fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*# sourceMappingURL=most_read.css.map */
