/*
************************************************************
Styles:     flix//theme
************************************************************
*/



/* NOTE - This Style transformes only specific components from 320px.css  */
/* starting body tag increases the level without important */


@media only screen and (min-width: 480px) and (max-width: 1000px) {

   #nav-mobile-canvas {
      width:351px;
   }

   .form-row label {
      width:140px;
      margin:10px;
   }

   .ort-input .textbox {
      width: 86% !important;
   }


   /* ********** optout ********* */
   #optout {
      height:240px;
   }

}