hljs {
    display: block;
    overflow-x: auto;
    padding: 0;
    background: #0C2238;
    color: white;
    font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
    line-height: 1.45;
    -moz-tab-size: 2;
    tab-size: 2;
    -webkit-font-smoothing: auto;
    -webkit-text-size-adjust: none;
    position: relative;
    border-radius: 2px;
    margin: 0 0 1em;
}
hljs:before {
    content: attr(lang);
    display: block;
    background: #1C5792;
    color: white;
    line-height: 48px;
    padding: 0 16px;
    border-radius: 2px 2px 0 0;
}
hljs.no-header:before {
    display: none;
}
.hljs-tag,
.hljs-tag .hljs-title,
.hljs-keyword,
.hljs-literal,
.hljs-strong,
.hljs-change,
.hljs-winutils,
.hljs-flow,
.nginx .hljs-title,
.tex .hljs-special {
    color: #E5C3A2;
}
hljs {
    color: #ddd;
}
hljs .hljs-constant,
.asciidoc .hljs-code,
.markdown .hljs-code {
    color: #80CBC4;
}
.hljs-code,
.hljs-class .hljs-title,
.hljs-header {
    color: white;
}
.hljs-link_label,
.hljs-attribute,
.hljs-symbol,
.hljs-symbol .hljs-string,
.hljs-value,
.hljs-params,
.hljs-regexp {
    color: #7DB9F4;
}
.hljs-link_url,
.hljs-tag .hljs-value,
.hljs-string,
.hljs-bullet,
.hljs-subst,
.hljs-title,
.hljs-emphasis,
.hljs-type,
.hljs-preprocessor,
.hljs-pragma,
.ruby .hljs-class .hljs-parent,
.hljs-built_in,
.django .hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-javadoc,
.django .hljs-filter .hljs-argument,
.smalltalk .hljs-localvars,
.smalltalk .hljs-array,
.hljs-attr_selector,
.hljs-pseudo,
.hljs-addition,
.hljs-stream,
.hljs-envvar,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.hljs-prompt,
.hljs-name {
    color: #9ccc65;
}
.hljs-comment,
.hljs-annotation,
.smartquote,
.hljs-blockquote,
.hljs-horizontal_rule,
.hljs-decorator,
.hljs-pi,
.hljs-doctype,
.hljs-deletion,
.hljs-shebang,
.apache .hljs-sqbracket,
.tex .hljs-formula {
    color: #607D8B;
}
.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
    opacity: 0.5;
}
demo-include {
    display: block;
}
@media print {
    .demo-content {
        background-color: white !important;
    }
}
.colorNested .demo-content > div div {
    padding: 8px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
    opacity: 0.9;
    color: white;
    text-align: center;
}
.colorNested-noPad .demo-content > div div {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
    opacity: 0.9;
    color: white;
    text-align: center;
}
.colorNested .demo-content > div div:nth-child(1),
.colorNested-noPad .demo-content > div div:nth-child(1) {
    background-color: #009688;
}
.colorNested .demo-content > div div:nth-child(2),
.colorNested-noPad .demo-content > div div:nth-child(2) {
    background-color: #3949ab;
}
.colorNested .demo-content > div div:nth-child(3),
.colorNested-noPad .demo-content > div div:nth-child(3) {
    background-color: #9c27b0;
}
.colorNested .demo-content > div div:nth-child(4),
.colorNested-noPad .demo-content > div div:nth-child(4) {
    background-color: #8bc34a;
}
.colorNested .demo-content > div div:nth-child(5),
.colorNested-noPad .demo-content > div div:nth-child(5) {
    background-color: #deb867;
}
.colorNested .demo-content > div div:nth-child(6),
.colorNested-noPad .demo-content > div div:nth-child(6) {
    background-color: #FF5722;
}
.colorNested .demo-content > div div:nth-child(7),
.colorNested-noPad .demo-content > div div:nth-child(7) {
    background-color: #03A9F4;
}
.layout-content md-divider {
    margin-top: 16px;
}
.layout-demo :not(.layout-row),
.layout-demo :not(.layout-column) {
    border: 1px solid #eee;
    padding: 8px;
}
.layout-content .demo-box {
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.26);
    padding: 16px;
}
.layout-panel-parent {
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 2;
}
[ng-panel] {
    -webkit-transition: 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    transition: 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
[ng-panel].ng-enter {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
    opacity: 0.1;
    z-index: 1;
}
[ng-panel].ng-enter.ng-enter-active,
[ng-panel].ng-leave {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
[ng-panel].ng-leave.ng-leave-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.5;
}
[ng-panel] .demo-content {
    background: white;
}
@media screen and (-ms-high-contrast: active) {
    .colorNested > div {
        border: 1px solid #fff !important;
    }
}
html {
    font-size: 62.5%;
    line-height: 1.4;
}
body {
    font-size: 1.8rem;
}
body.docs-body {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}
.md-api-table {
    margin-bottom: 16px;
    max-width: 100%;
    width: 100%;
    border-spacing: 0;
    border-radius: 2px;
    overflow: hidden;
}
.docs-tools .md-button.md-icon-button {
    min-height: 0;
    height: auto;
}
.docs-anchor {
    color: inherit;
}
.md-fab.docs-scroll-fab {
    position: fixed !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.docs-scroll-fab.scrolling {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#license-footer {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    padding: 16px 32px;
    width: 100%;
    text-align: center;
    font-size: small;
    border-top: 1px solid #ddd;
}
.training_link {
    color: rgb(255, 82, 82);
    text-transform: none;
}
.training_site {
    text-transform: none;
}
.training_info {
    opacity: 0.4;
    text-transform: none;
}
a {
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: border-bottom 0.35s;
    transition: border-bottom 0.35s;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
h1 {
    font-size: 3.400rem;
    font-weight: 400;
    line-height: 4rem;
}
h2 {
    font-size: 2.400rem;
    font-weight: 400;
    line-height: 3.2rem;
}
h3 {
    font-size: 2.000rem;
    font-weight: 500;
    letter-spacing: 0.005em;
}
h4 {
    font-size: 1.600rem;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 2.4rem;
}
p {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 1.6em;
    margin: 0.8em 0 1.6em;
}
strong {
    font-weight: 500;
}
.md-api-table td,
.md-api-table th {
    padding: 12px 16px;
    text-align: left;
}
.md-api-table td {
    vertical-align: top;
}
.md-api-table td.description *:first-child {
    margin-top: 0;
}
.md-api-table td.description *:last-child {
    margin-bottom: 0;
}
.md-api-table tr:nth-child(odd) td {
    background-color: #E3ECF5;
}
.md-api-table tr:nth-child(even) td {
    background-color: #D1DEEC;
}
.md-api-table th {
    background-color: #4C9EF0;
    color: white;
}
blockquote {
    border-left: 3px solid rgba(0, 0, 0, 0.12);
    font-style: italic;
    margin-left: 0;
    padding-left: 16px;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin-left: 16px;
    padding: 0;
    margin-top: 3px;
    list-style-position: inside;
}
ul li:first-child {
    margin-top: 0;
}
ul.skip-links li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.skip-links li a {
    background-color: #fff;
    display: block;
    margin: 0.5em 0 0.5em 0.5em;
    opacity: 0;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 92%;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
ul.skip-links li a:focus {
    background-color: #fff !important;
    opacity: 1;
    z-index: 2;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre > code.highlight {
    padding: 16px;
    font-weight: 400;
}
pre, code {
    margin: 0;
    padding: 0;
    font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
    overflow-wrap: break-word;
}
pre > code.highlight {
    background-color: transparent;
    font-weight: 400;
    padding: 16px;
}
code {
    font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.065);
}
code.highlight {
    display: block;
    overflow-wrap: break-word;
}
code:not(.highlight) {
    color: #388E3C;
    margin-left: 1px;
    margin-right: 1px;
    -webkit-font-smoothing: auto;
    padding: 0.125em 0.35em;
    border-radius: 2px;
}
.layout-content code.highlight {
    margin-bottom: 15px;
}
.site-sidenav {
    background-color: #1A237E;
}
.site-sidenav md-content {
    background: transparent;
}
.site-sidenav,
.site-sidenav.md-locked-open-add-active,
.site-sidenav.md-locked-open {
    width: 272px;
    min-width: 272px;
    max-width: 272px;
}
.site-sidenav > * {
    min-width: 218px;
}
.docs-menu,
.docs-menu ul {
    list-style: none;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}
.docs-menu li {
    margin: 0;
}
.docs-menu > li:nth-child(1) {
    border-top: none;
}
.md-whiteframe-glow-z1 {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 0px 2px 2px rgba(0, 0, 0, 0.098),
    0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}
.docs-menu > li {
    border-bottom: 1px solid #267ED5;
}
.docs-menu .md-button {
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: block;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0px 16px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}
html[dir=rtl] .docs-menu .md-button,
body[dir=rtl] .docs-menu .md-button {
    unicode-bidi: embed;
    text-align: right;
}
.docs-menu .md-button:hover,
.docs-menu .md-button:focus {
    background-color: rgb(64,196,255);
    color: rgba(0,0,0,0.87);
}
.docs-menu .md-button md-icon {
    color: white;
}
.docs-menu md-select {
    
    margin: 0;
    width: 100%;
}
.docs-menu md-select md-select-label {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-top: 10px;
}
.docs-menu md-select md-select-label span {
    margin-right: auto;
    padding-left: 13px;
}
.docs-menu md-select .md-select-icon {
    margin-right: 28px;
}
.docs-menu button.md-button::-moz-focus-inner {
    padding: 0;
}
.docs-menu .md-button.active {
    background: #ffc107;
}
.menu-heading {
    display: block;
    line-height: 32px;
    margin: 0;
    padding: 8px 16px 0;
    text-align: left;
    width: 100%;
    color: rgba(255, 255, 255, 0.54)
}
html[dir=rtl] .menu-heading,
body[dir=rtl] .menu-heading {
    unicode-bidi: embed;
    text-align: right;
}
.menu-toggle-list {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 0;
}
.docs-menu .menu-toggle-list a.md-button {
    display: block;
    padding: 0 16px 0 32px;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
}
.parent-list-item:last-child {
    margin-bottom: 20px;
    
    border-bottom: none;
}
.md-button-toggle .md-toggle-icon {
    display: block;
    margin-left: auto;
    speak: none;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.md-button-toggle .md-toggle-icon.toggled {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.docs-logo {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 16px;
    margin: 0 auto;
}
.docs-logo:focus {
    outline: none;
}
.docs-logo > img {
    height: 125px;
    width: auto;
    display: block;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin: 25px;
}
.nav-header {
    background-color: #1A237E;
    border-bottom: 1px solid #3F51B5;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 2;
}
a.docs-logo {
    border-bottom: none;
}
.docs-logotype {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}
.docs-menu-separator-icon {
    margin: 0;
}
.docs-menu-separator-icon img {
    height: 16px;
}
.md-breadcrumb {
    font-size: 24px !important;
    font-weight: 400 !important;
}
.md-breadcrumb md-icon {
    color: #666 !important;
    fill: #666 !important;
}
.md-breadcrumb-page {
    display: inline-block;
    word-wrap: break-word;
}
.docs-toolbar-tools {
    max-width: 864px;
    padding: 0;
    margin: 0 24px;
    width: auto;
}
.docs-tools .md-button,
.docs-tools .md-button md-icon {
    color: #666 !important;
}
.docs-toolbar-tools .md-button md-icon {
    color: #666 !important;
    fill: #666 !important;
}
@media (max-width: 400px) {
    .docs-tools {
        display: none;
    }
}
.layout-content,
.doc-content {
    max-width: 864px;
    margin: 16px;
    box-sizing: border-box;
}
docs-demo {
    display: block;
    margin-top: 16px;
}
.doc-description p {
    margin-top: 0;
}
.demo-container {
    border-radius: 4px;
    margin-bottom: 16px;
    -webkit-transition: 0.02s padding cubic-bezier(0.35, 0, 0.25, 1);
    transition: 0.02s padding cubic-bezier(0.35, 0, 0.25, 1);
    position: relative;
    padding-bottom: 0;
}
.demo-source-tabs {
    z-index: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.45s cubic-bezier(0.35, 0, 0.25, 1);
    height: 448px;
    background: #fff;
    overflow: hidden;
}
.demo-source-tabs md-tabs-wrapper {
    background-color: #2C80D2 !important;
}
md-tabs.demo-source-tabs md-tab,
md-tabs.demo-source-tabs .md-header {
    background-color: #444444 !important;
}
md-tabs.demo-source-tabs md-tab-label {
    color: #ccc !important;
}
md-tabs.demo-source-tabs .active md-tab-label {
    color: #fff !important;
}
.demo-source-tabs.ng-hide {
    min-height: 0;
    height: 0;
}
.demo-source-tabs {
    position: relative;
    width: 100%;
    z-index: 0;
}
.demo-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.small-demo .demo-source-tabs:not(.ng-hide) {
    height: 224px;
}
.small-demo .demo-content {
    min-height: 128px;
}
.doc-content > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.demo-content > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}
.demo-content > div[layout-fill] {
    min-height: 448px;
}
.demo-content > div.layout-fill {
    min-height: 448px;
}
.small-demo .demo-content > div[layout-fill] {
    min-height: 224px;
}
.small-demo .demo-content > div.layout-fill {
    min-height: 224px;
}
.layout-content .small-demo .demo-content > div[layout],
.layout-options .small-demo .demo-content > div.layout {
    min-height: auto !important;
    max-height: auto !important;
    height: 128px !important;
}
.small-demo .demo-toolbar,
.small-demo .md-toolbar-tools {
    min-height: 48px;
    max-height: 48px;
}
md-toolbar.demo-toolbar {
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
md-toolbar.demo-toolbar md-tab-label {
    color: #99E4EE
}
md-toolbar.demo-toolbar .md-button:hover {
    background: rgba(0, 0, 0, 0.1);
}
md-toolbar.demo-toolbar .md-button.active, md-toolbar.demo-toolbar .md-button.active md-icon {
    color: #418CD6;
}
md-toolbar.demo-toolbar .md-button {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #616161;
}
.demo-source-container {
    display: block;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    height: 400px;
}
.demo-source-container hljs {
    margin-bottom: 0;
    border-radius: 0;
}
.show-source div[demo-include] {
    border-top: #ddd solid 2px;
}
.docs-list {
    padding: 16px;
}
.docs-descriptions h4 {
    margin: 0;
}
.docs-list md-divider {
    margin: 8px 0;
}
.docs-list li {
    list-style: none;
    margin: 0 0 8px;
}
.docs-output {
}
ul.buckets {
    margin: 24px 0 24px -8px;
    padding: 0;
    position: relative;
}
ul.buckets li {
    list-style: none;
    margin: 0;
    text-align: center;
}
ul.buckets li md-card md-card-content {
    padding: 0;
}
ul.buckets li a {
    display: block;
    font-weight: 500;
    padding: 16px 0;
    text-decoration: none;
    background-color: #f6f6f6 !important;
    box-shadow: none !important;
    margin-right: 0;
    margin-top: 0;
}
ul.buckets li a,
ul.buckets li a md-icon {
    color: #666 !important;
    -webkit-transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.35, 0, 0.25, 1);
}
ul.buckets li a:hover,
ul.buckets li a:focus,
ul.buckets li a:hover md-icon,
ul.buckets li a:focus md-icon {
    color: #388E3C !important;
    background-color: #ebebeb !important;
}
.api-options-bar .md-button {
    margin: 4px;
    padding: 4px;
}
.api-options-bar .md-button:hover,
.api-options-bar .md-button:focus {
    background: rgba(0, 0, 0, 0.2);
}
.api-options-bar.with-icon md-icon {
    position: absolute;
    top: -3px;
    left: 2px;
}
.api-options-bar.with-icon .md-button span {
    margin-left: 22px;
}
header.api-profile-header > h2 {
    margin: 0;
    color: #164371;
}
.api-params-item {
    min-height: 72px;
}
.api-params-label {
    margin-right: 8px;
    text-align: center;
    margin-top: 14px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.api-params-title {
    color: #888;
}
.api-params-content ul {
    padding-left: 4px;
}
ul.methods > li {
    margin: 0 0 48px;
}
ul.methods .method-function-syntax {
    font-weight: normal;
    font-size: 2.0rem;
    margin: 0;
}
h3 .method-function-syntax {
    display: block;
    padding: 0 16px;
    background: #1C5792;
    color: white;
    line-height: 48px;
}
@media (max-width: 600px) {
    ul.methods > li {
        padding-left: 0;
        border-left: none;
        list-style: default;
    }
    ul.methods .method-function-syntax {
        font-size: 1.4rem;
    }
}
.demo-source-container pre,
.demo-source-container code {
    min-height: 100%;
}
md-content.demo-source-container {
    background-color: transparent;
    border: none;
}
.demo-container > md-tabs {
    border-radius: 0;
}
md-content.demo-source-container > hljs,
md-content.demo-source-container > hljs > pre,
md-content.demo-source-container > hljs > pre > code.highlight {
    min-height: 100%;
}
.dashed-bottom {
    border-bottom: dashed 1px rgb(224, 224, 224);
    padding-bottom: 10px;
}
.dashed-top {
    border-top: dashed 1px rgb(224, 224, 224);
    margin-top: 10px;
}
.api-section, .api-param-section {
    margin: 3em 0 0;
}
.api-section h3 {
    padding-top: 20px;
}
.responsive-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.no-style {
    padding: 0;
    list-style: none;
}
ul.methods {
    padding: 0;
    list-style: none;
}
ul.methods > li:first-child > *:first-child {
    padding-top: 0;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.version-picker {
    background: #267ED5 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 1px !important;
}
.version-picker .menu-toggle-list {
    background: transparent !important;
}
md-icon.block {
    color: #388E3C;
    display: block;
    height: 50px;
    width: 50px;
}
.doc-demo-content {
    padding: 0;
}
docs-demo .doc-demo-content {
    margin: 16px;
}
.service-desc {
    overflow: hidden;
    background: #E3ECF5;
    padding: 16px;
    margin: 0 0 8px;
}
.service-desc > p:first-child {
    margin-top: 0;
}
.service-desc > p:last-child {
    margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active) {
    a {
        text-decoration: underline;
    }
    iframe, hljs pre {
        border: 1px solid #fff;
    }
}
.no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}
table.attributes, table.md-api-table {
    padding-left: 15px;
    margin-bottom: 20px;
}
table.attributes tr td:first-child {
    font-weight: bold;
    background-color: #DBEEF5;
}
table.attributes tr td:last-child {
    padding-left: 10px;
}
table.md-api-table:not(.md-css-table) tr td:first-child {
    font-weight: bold;
}
table.md-css-table .md-css-selector {
    display: block;
    padding: 8px 16px;
    
    margin: -12px -16px 12px -16px;
    background-color: #0C2238;
    color: #9ccc65;
}
table.md-css-table td p {
    margin: 0.8em 0;
}
.layout_note {
    font-size: 0.9em;
    margin: -5px 40px 0px 20px;
    color: rgb(1, 57, 114);
    background-color: rgba(156, 204, 101, 0.4);
    padding: 20px;
}
.contributor_tables {
    padding-left: 25px;
}
.contributor_tables > table {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 500px) {
    
    .docs-logo > img {
        height: 75px;
        margin-top: 10px;
    }
    .docs-logo h1 {
        font-size: 18px;
        line-height: 2rem;
    }
    
    .docs-ng-view .doc-content {
        margin: 8px;
        padding: 0;
    }
    
    .docs-ng-view docs-demo {
        padding: 0;
    }
    .docs-ng-view docs-demo:first-child {
        margin-top: 0;
    }
    .docs-ng-view docs-demo .doc-demo-content {
        margin: 0;
    }
}
md-datepicker .md-datepicker-input {
    width: 100%;
}
._md-datepicker-floating-label > md-datepicker .md-datepicker-input-container {
    width: 100%;
}
