

/************************************************************************************

IMPORTS FOR DIFFERENT DEVICES

*************************************************************************************/



/*@import 'transdoc.css?parm=1' only screen and (min-width: 960px);*/





@import 'transdoc.css?parm=2.1' only screen and (min-width: 601px);

@import 'general.css?v=5.4';



@import "tabletlandscape.css?parm=2.1" only screen and (min-width: 915px) and (max-width: 1024px);

@import 'tabletportrait.css?parm=2.1' only screen and (min-width: 601px) and (max-width: 914px);

@import 'mobilelandscape.css?parm=2.1' only screen and (min-width: 421px) and (max-width: 600px);

@import 'mobileportrait.css?parm=2.1' only screen and (max-width: 420px);

@import 'normal.css?v=5.4' only screen and (min-width: 1025px);



