/*Online docs - content pages */
@font-face {
    font-family: 'open_sanslight';
    src: url('/fonts/Opensans-Light.eot');
    src: url('/fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/opensans-light.woff2') format('woff2'),
         url('/fonts/opensans-light.woff') format('woff'),
         url('/fonts/opensans-light.ttf') format('truetype'),
         url('/fonts/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
	src: url('/fonts/montserrat.eot');
	src: url('/fonts/montserrat.otf') format('otf'),
		 url('/fonts/montserrat.woff') format('woff'),
		 url('/fonts/montserrat.woff2') format('woff2'),
		 url('/fonts/montserrat.ttf') format('truetype'),
		 url('/fonts/montserrat.svg#montserrat') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_light';
	src: url('/fonts/montserrat-light.eot');
	src: url('/fonts/montserrat-light.otf') format('otf'),
		 url('/fonts/montserrat-light.woff') format('woff'),
		 url('/fonts/montserrat-light.woff2') format('woff2'),
		 url('/fonts/montserrat-light.ttf') format('truetype'),
		 url('/fonts/montserrat-extralight.svg#montserrat_extralight') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'open_sanslight';
    -webkit-margin-before: 8px;
    -webkit-margin-after: 6px;
    padding-left:4px;
    line-height: 22px;
}

h1, h2, h3 ,h4 {
   /* font-family: Arial, Helvetica, sans-serif;*/
   font-family: 'montserrat';
    clear:both;
    color:#303030;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    padding-top:14px;
    padding-left:4px;
}

h1 {
    padding-top:34px;
    font-size:32px;
}

h2 {
    padding-top:30px;
    font-size:28px;
}

h3 {
    font-size:24px;
}

h4 {
    font-size:18px;
}

h5 { /*legend/sub-script*/
   /* font-family: Arial, Helvetica, sans-serif;*/
   font-family: 'open_sanslight';
    font-size:11px;
    font-weight: normal;
    color:#060606;
    white-space: normal;

    padding-left:4px;
    line-height:13px;
    -webkit-margin-before: 2px;
    -webkit-margin-after: 2px;
}

p + h5 { /*captions underneath images*/
    text-align:center;
}

h6 { /*Example code*/
    font-family: "Courier New", Courier, monospace;
    font-size:13px;
    font-weight: bold;
    color: #007224;
    white-space: normal;

    padding-left:18px;
    line-height:14px;
    -webkit-margin-before: 6px;
    -webkit-margin-after: 6px;
}

table  {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: 'open_sanslight';
    font-size: 15px; font-weight:normal;
    border-collapse: collapse;
    width:100%;
}

table tr td, table tr th {
    padding:5px;
    border: 2px solid white;
    line-height: 20px;
}

table >tbody > tr {
    background:#f0f0f0;
}

table > thead > tr {
    background:#e0e0e0;
}


img {
    /*width:100%;*/
    max-width:600px;
    margin-left:auto; margin-right:auto; display:block;
}

ul {
    list-style-type: square!important;
}

ol {
    list-style-type: square!important;
}
