@charset "UTF-8";
/* Small */
@import url("layout_small.css") only screen and (min-width:50px) and (max-width:670px);
/* Medium */
@import url("tablet_landscape.css") only screen and (min-width:951px) and (max-width:1100px);

@import url("tablet_portrait.css") only screen and (min-width:671px) and (max-width:950px);



/* Text Formatting */