modified: 20130624161859
type: text/css
_cache-max-age: 43200

/* Because this makes sense. */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

