/* press CTRL-F5 in Mozilla to reload style sheets */

@import "styleStandard.css";

/*
@import "stylePhoneScaled1.css" only screen and (max-device-width : 736px);
@import "stylePhoneScaled2.css" only screen and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3);
*/
@import "styleReducedResolution1.css" only screen and (max-width: 1189px) and (orientation: portrait);
@import "styleReducedResolution1.css" only screen and (max-width: 1189px) and (orientation: landscape);

@import "stylePhone2.css" only screen and (max-width: 999px) and (orientation: portrait);
@import "stylePhone2.css" only screen and (max-width: 999px) and (orientation: landscape);

/*
@import "stylePhoneScaled2.css" only screen and (min-width: 600px) and (max-width: 799px);
@import "stylePhoneScaled1.css" only screen and (min-width: 600px) and (max-width: 799px) and (min-resolution: 190dpi);
@import "stylePhoneScaled1.css" only screen and (min-width: 800px) and (max-width: 1079px) and (min-resolution: 254dpi);
@import "stylePhoneScaled2.css" only screen and (min-width: 1080px) and (max-width: 1439px) and (min-resolution: 342dpi);
@import "stylePhoneScaled2.css" only screen and (min-width: 1440px) and (max-width: 1599px) and (min-resolution: 400dpi);
@import "stylePhoneScaled2.css" only screen and (min-width: 1600px) and (min-resolution: 480dpi);
*/

