/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
@media screen and (max-width: 35.5em) {
    .pure-u-sm-0 {
        display: none;
    }
}

@media screen and (max-width: 48em) {
    .pure-u-md-0 {
        display: none;
    }
}

@media screen and (max-width: 64em) {
    .pure-u-lg-0 {
        display: none;
    }
}

@media screen and (max-width: 80em) {
    .pure-u-xl-0 {
        display: none;
    }
}

