﻿/* Small Device*/
@import url(PaperSmall.css) only screen and (min-width: 320px) and (max-width: 600px);

/* Desktop */
@import url(Paper.css) only screen and (min-width: 601px);