  @font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Montserrat-bold';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v10/BYPM-GE291ZjIXBWrtCwejOo-lJoxoMO4vrg2XwIHQk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  src: local('Hind Light'), local('Hind-Light'), url(https://fonts.gstatic.com/s/hind/v5/0IXD51eZ8qgi73bhvRidlQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/hind/v5/R5nyNcvoz7n0iBHxjY_LyQ.woff) format('woff');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: local('Hind Regular'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v5/xLdg5JI0N_C2fvyu9XVzXg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/hind/v5/mjitrc9VnL7D7tS-i3g3XQ.woff) format('woff');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  src: local('Hind Medium'), local('Hind-Medium'), url(https://fonts.gstatic.com/s/hind/v5/_JiDQLq4JWzs7prWhNNmuA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/hind/v5/yATwQM0pIZXIFPrEDZyOHg.woff) format('woff');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  src: local('Hind Semibold'), local('Hind-Semibold'), url(https://fonts.gstatic.com/s/hind/v5/A2xpLU2z2kq5byuh5bkohg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/hind/v5/2dBELi3ZbivnVPt1KR2lhQ.woff) format('woff');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: local('Hind Bold'), local('Hind-Bold'), url(https://fonts.gstatic.com/s/hind/v5/PQuIEfcr_wdF_zOSNjqWKQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/hind/v5/lyIZFqDTaXXyAxN6-svvJg.woff) format('woff');
}
* {
    border: 0 none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
HTML, BODY, DIV, SPAN, OBJECT, IFRAME, H1, H2, H3, P, A, EM, FONT, IMG, STRONG, DL, DT, DD, UL, OL, LI, FORM, LABEL, TABLE, TR, TD {
    border: medium none;
    font-family: Hind, sans-serif;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: baseline;
}
HTML, BODY {
    font-family: Hind, sans-serif;
    background: #FCFCFC;
    margin: 0 auto;
    padding: 0;
    min-height: 100% !important;
    height: auto;
    color:#616161;
}
.center{
    text-align:center;
}
.section-wrapper{
    margin:20px 0;
    padding:0;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
}
.sec-content {
    margin:0; 
    padding: 5px 8px;
    background-color: #ffffff;
}
.sec-content.sec-no-header {
    border-radius: 5px;
}
.sec-content.sec-box-1{
    padding:10px;
}
.definition-data-table{
    display: table;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    clear: both;
    margin: 6px 0 25px;
}
.definition-data-table .dt-row {
    width:100%;
    display: table-row;
    border-top: 1px solid #e5e5e5;
    border-left:1px solid #e2e6f4;
    border-right:1px solid #E2E6F4;
}
.definition-data-table .dt-row:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}
.definition-data-table .dt-name-cell  {
    display:table-cell;
    border-top:1px solid #e2e6f4;
    font-size:14px;
    padding: 2px 0 4px 8px;
    width: 10%;
    vertical-align: middle;
    font-weight: bold;
}
.definition-data-table .dt-value-cell{
    display:table-cell;
    border-top:1px solid #E2E6F4;
    border-left:1px solid #E2E6F4;
    font-size:16px;
    padding: 2px 0 4px 5px;
    width: 45%;
    vertical-align: middle;
}