@charset "utf-8";
/* Phone */

/* For John Skelton's Philip Sparrow, set max-width value for tablets in mediaqueries from 767px, the value in the stanndard QuikScan Views template to something larger--probably max-width 900px. */
/*  900 901 seems OK */

@import url("justText.css") only screen and (max-width:880px);

@import url("bottomNoteGap.css") only screen and (min-width:881px) and (max-width:900px); 

@import url("allTight.css") only screen and (min-width:901px) and (max-width:1000px);  

@import url("desktop.css") only screen and (min-width:1001px);
/* for printing */
/* @import url("print.css") only print; */



