/**
 * - PanBox 1.0.0 -
 *
 * central stylesheet
 *
 * @copyright     Copyright 2017, MaGuRu
 * @author        MaGuRu
 *
 */

@import url(global.css);
@import url(master.css);

/* for tablets */
@import url(master_t.css) only screen and (max-width: 1024px);

/* for mobiles */
@import url(master_m.css) only screen and (max-width: 500px);

