/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
#html_monetize #monetize_mobile_nav,
#html_monetize #floatnav li a i,
#html_monetize #floatnav a.signup_link {
  display: none;
}
/* 750-933 aka DESKTOP */
/* 480-749 aka TABLET */
@media (min-width: 480px) and (max-width: 749px) {
  #html_monetize #monetize_mobile_nav,
  #html_monetize #floatnav li a i,
  #html_monetize a.signup_link {
    display: block;
  }
  #html_monetize a.signup_button {
    display: none;
  }
}
/* 480-749 */
/* < 480 aka MOBILE-LANDSCAPE */
@media (max-width: 479px) {
  #html_monetize #monetize_mobile_nav,
  #html_monetize #floatnav li a i,
  #html_monetize a.signup_link {
    display: block;
  }
  #html_monetize a.signup_button {
    display: none;
  }
}
/* < 480 */
/* max 320 aka MOBILE-PORTRAIT */
/* max 320 */
