/* Desktop */
@import url("main_result.css");
/* Phone */
@import url("phone_result.css") only screen and (max-width:800px);
/* Tablet */
/* @import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);