/* 961px - 1050px */
@media all and (min-width:60.063em) and (max-width:65.062em) { /* 961px - tablet, landscape iPad, lo-res laptops ands desktops */ 
   nav ul li {
      font-size: 1.35em !important;
   }

   .one_fifth {
      width: 23%;
      min-width: 100px;
   }

   .one_fifth_mr {
      margin: 0 1%;
   }
}