@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('/fonts/SourceSansPro-Regular.eot');
    src: local('☺'),
    url('/fonts/SourceSansPro-Regular.woff') format('woff'),
    url('/fonts/SourceSansPro-Regular.ttf') format('truetype'),
    url('/fonts/SourceSansPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('/fonts/SourceSansPro-SemiBold.eot');
    src: local('☺'),
    url('/fonts/SourceSansPro-SemiBold.woff') format('woff'),
    url('/fonts/SourceSansPro-SemiBold.ttf') format('truetype'),
    url('/fonts/SourceSansPro-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('/fonts/SourceSansPro-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('/fonts/OpenSans-ExtraBold.ttf');
}

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

body {
    min-width: 340px;
    min-height: 100%;
    height: 100%;
}

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

h2 {font-weight: normal!important;}

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: 22px;}

ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    position: absolute;
    left: 0;
    top: -2px;
    min-width: 23px;
    padding-left: 0px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    color: #1d499d;
}

a { outline: none;
    -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;
}

a:hover {
    text-decoration: none;
}

ol li ol{margin: 0;}

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

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

ul li ul{margin: 0;}

table{margin: 20px 0;border-collapse: collapse;/*font-size: 14px;*/}

td{border: 1px solid #e6e6e6;}
tr th:nth-of-type(even) {background-color: #1a418c;}
tr:nth-of-type(even) {background-color: #f4f4f6;}
tr:hover {/*-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4); box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.09);*/ box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.15);}
/*tr:hover td:nth-of-type(even) {background-color: #e6e6e6;}*/
th{padding: 10px;font-weight: normal;background-color: #1d499d; color: #fff;}
td{padding: 10px;}


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

blockquote {
    border-left: 4px solid #f7aa3b;
    display: block;
    background: #f4f4f6;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 12px 17px;
}

