/* Table style */
table.table-style-1 {
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 18px;
    margin-top: 4px;
    word-break: normal;
}

.table-style-1 td {
    border: 1px solid #ffffff;
    padding: 5px 6px;
    vertical-align: top;
}

.m2table-head-center {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.m2table-head-left {
    color: #FFFFFF;
    font-weight: 600;
    text-align: left;
}

table.table-style-2 {
    margin-bottom: 18px;
    margin-top: 4px;
    word-break: normal;
}

.table-style-2 td {
    padding: 5px 6px;
    vertical-align: top;
}

.m2table-head-small {
    background-color: #41687d;
    font-size: 9px;
    line-height: 1.5;
}

p.m2table-text-right {
    text-align: right;
}

.m2body-text-bold {
    font-weight: 700;
    margin-bottom: 1px;
}

table p {
    margin: 0;
}

td.m2table-head {
    background-color: #41687d;
}

td.m2table-light {
    background-color: #eceff1;
}

td.m2table-dark {
    background-color: #d3dae1;
}

/* Typography */
p.m2heading-2 {
    color: #000000;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1.143;
    margin: 0 0 31px;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

p.m2heading-3 {
    color: #000000;
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1.182;
    margin: 9px 0 15px;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

.m2heading-4 {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

.m2heading-5 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    font-style: italic;
}

p.m2figure-title {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1.211;
    margin: 0 0 9px;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

.content-body img {
    margin: 10px 0;
}

p.m2caption {
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.25;
    margin: 6px 0 19px;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

p.m2note {
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    margin-bottom: 7px;
}

p.m2note-semibold {
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 17px;
}


p.m2source {
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: none;
}

.m2table-text-left-bold {
    font-weight: 700;
}

p.m2table-title {
    color: #000000;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    margin: 0 0 9px;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
}

.m2table-text-center {
    text-align: center;
}

span.italic {
    font-style: italic;
    font-weight: normal;
}

span.bold {
    font-weight: bold;
}

/* Footnotes style */
.footnotes {
    font-size: 13px;
    line-height: normal;
    margin-top: 37px;
}

.footnotes p.m2footnote {
    margin-bottom: 9px;
}

.footnotes p {
    margin: 0;
}

/* End of Footnotes style */

span.superscript {
    vertical-align: super;
    line-height: 12px;
    font-size: 13px;
}

span.subscript {
    vertical-align: sub;
    line-height: 12px;
    font-size: 11px;
}

/* Box style */
.m2box {
    background: none repeat scroll 0 0 #eceff1;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 27px 27px 7px;
}

.m2box-title {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.m2box-author {
    font-style: italic;
    font-weight: 600;
}

.m2quote {
    border: 1px solid #333333;
    margin-bottom: 20px;
    padding: 26px 26px 6px;
}

/* End of Box style */

/* Reference style */
p.m2reference-1 {
    margin-bottom: 10px;
    margin-left: 2em;
    text-indent: -2em;
}

p.m2glosary {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -2px;
}

p.m2glossary-body {
    margin-left: 2em;
}