@font-face {
  font-family: "PragmaticaCTT-Regular";
  src: url("/fonts/PragmaticaCTTRegular.eot"); /* IE9 Compat Modes */
  src: url("/fonts/PragmaticaCTTRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/PragmaticaCTTRegular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/PragmaticaCTTRegular.svg") format("svg"), /* Legacy iOS */
    url("/fonts/PragmaticaCTTRegular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/PragmaticaCTTRegular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/PragmaticaCTTRegular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PTSans-Regular";
  src: url("/fonts/PTSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("/fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/PTSans-Regular.otf") format("opentype"), /* Open Type Font */
    url("/fonts/PTSans-Regular.svg") format("svg"), /* Legacy iOS */
    url("/fonts/PTSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/PTSans-Regular.woff") format("woff"), /* Modern Browsers */
    url("/fonts/PTSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "PTSans Caption Bold";
    src: url("/fonts/PTSansCaptionBold.ttf") format("truetype");
}

html {font-size: 100%;min-height: 100%; height: 100%;}

body {
    min-width: 320px;
    min-height: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.1px;
    font-family: "PragmaticaCTT-Regular",sans-serif;
}

img {
/*    max-width: 100%;*/
}

p+h2, p+h3, p+h4, ul+h2, ul+h3, ul+h4{margin-top: 30px;}

ol{margin: 20px 0;padding: 0;list-style: none;counter-reset: item;}
ol li{position: relative;margin-top: 9px;padding-left: 30px;}

ol li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0px;
    min-width: 23px;
    padding-left: 0px;
    font-weight: bold;
    background: #f8f4e8;
    height: 23px;
    line-height: 23px;
    padding-left: 5px;
    color: #689eae;
}

a {
    -webkit-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

ol li ol{margin: 0;}

ul{margin: 20px 0;padding: 0;list-style: none;}

ul li {
    margin-top: 9px;
    padding-left: 29px;
    background: url(/desimages/ul_li.png) left 9px no-repeat;
}

ul li ul{margin: 0;}

table{margin: 20px 0;border-collapse: collapse;}

th, td{border: 1px solid #d2d6d5;}
th{padding: 10px;font-weight: normal;background-color: #f8f4e8;}
td{padding: 10px;}


iframe{max-width: 100%;border: 0;}

blockquote {
    border-left: 4px solid #a11c1d;
    display: block;
    background: #f7f4e7;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 21px 25px;
    font-style: italic;
}