@charset "UTF-8";

/* Shared reset and utility classes used by HTML, PHP and CMS rendering. */

html, header, body, p, ul, ol, li, h1, h2, h3, h4, span, article, section{list-style-type:none; margin:0; padding:0; border:none; background:transparent; font-size:100%; font-weight: normal; box-sizing: border-box;}
img{max-width: 100%; height: auto; width /***/:auto;}
.radius_5{border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.radius_10{border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.radius_15{border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}
.radius_30{border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px;}
.radius_50{border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px;}
.radius_15_top-left-bottom-left{-webkit-border-top-left-radius: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-bottomleft: 15px; border-top-left-radius: 15px; border-bottom-left-radius: 15px;}
span.br{display: inline-block;}
