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;
    -o-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: #6d8c9b;
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5;
}

demo-include {
  display: block;
}

/* For documentation printing purposes, set background color */
@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] {
  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;
  }
}




/* This styling should be not applied to codepen demos, so we need to add a unique identifier. */
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;
}

/* Center the doc tool icons at the top */
.docs-tools .md-button.md-icon-button {
  min-height: 0;
  height: auto;
}

.docs-anchor,
.docs-anchor:visited {
  color: inherit;
}

.md-fab.docs-scroll-fab {
  position: fixed !important;

  -webkit-transform: scale(0);

          transform: scale(0);
  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 {
  align-self: flex-end;
  padding: 16px 32px;
  width: 100%;

  text-align: center;
  font-size: small;
  border-top: 1px solid #ddd;
}

.training_link {
  color: #D32F2F;
  text-transform: none;
}

.training_site {
  text-transform: none;
}

.training_info {
  text-transform: none;
}
/***************
 * TYPE DEFAULTS
 ***************/
a {
  text-decoration: none;
  font-weight: 400;
  transition: border-bottom 0.35s;
  color: #1565C0;
}
a:visited {
  color:;
}
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: #1976D2;
  color: white;
}
.md-api-table code,
.md-api-table a {
  background-color: rgba(255, 255, 255, 0.25);
}

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:not(.md-nav-item) {
  /*margin-left: 16px;*/
  padding: 0;
  /* margin-top: 3px; */
  list-style-position: inside;
}
ul li:not(.md-nav-item):first-child {
  margin-top: 0;
}
/************
 * UTILS
 ************/
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%;
  transition: opacity   0.15s linear;
}
ul.skip-links li a:focus {
  background-color: #fff !important;
  opacity: 1;
  z-index: 2;
}
/*******************
 * CODE HIGHLIGHTING
 *******************/
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.05);
}

code.highlight {
  display: block;
  overflow-wrap: break-word;
}

code:not(.highlight) {
  color: #1565C0;
  margin-left: 1px;
  margin-right: 1px;
  padding: 0.125em 0.35em;
  border-radius: 2px;
}
.layout-content code.highlight {
  margin-bottom: 15px;
}
/************
 * DOCS MENU
 ************/
.site-sidenav {
  background: #106CC8;
}
.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;
}
ul.docs-menu li {
  margin: 0;
}
.docs-menu > li:nth-child(1) {
  border-top: none;
}
.md-whiteframe-glow-z1 {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14),
              0 0 2px 2px rgba(0, 0, 0, 0.098),
              0 0 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;
  align-items: inherit;
  line-height: 40px;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  padding: 0 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: #1D77D5 !important;
}
.docs-menu .md-button md-icon {
  color: white;
}

.docs-menu md-select {
 /* Override md-select margins.  With margins the menu will look incorrect and causes mobile list
    to not be scrollable.
  */
  margin: 0;
  width: 100%;
}

.docs-menu md-select md-select-label {
  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: #1D77D5;
}
.menu-heading {
  display: block;
  line-height: 32px;
  margin: 0;
  padding: 8px 16px 0;
  text-align: left;
  width: 100%;
}
.menu-heading>a {
  color: white;
  font-weight: 700;
  font-size: 12px;
}

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;

  /* Prevent the hidden License link from causing a double bottom-border */
  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);
  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);
}

/* End Docs Menu */

.docs-logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 16px;
  margin: 0 auto;
}
.docs-logo:focus {
  outline: none;
}
.docs-logo > img {
  margin-top: 19px;
  height: 120px;
  width: auto;
  display: block;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.nav-header {
  background-color: #106CC8;
  background: linear-gradient(#185694, #106cc8);
  border-bottom: 1px solid #1D77D5;
  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;
  margin-bottom: 1rem;
  margin-top: 21px;
}
.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-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;
  transition: 0.02s padding cubic-bezier(0.35, 0, 0.25, 1);
  position: relative;
  padding-bottom: 0;
}
.demo-source-tabs {
  z-index: 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: flex;
  overflow: hidden;
}
.small-demo .demo-source-tabs:not(.ng-hide) {
  height: 224px;
}
.small-demo .demo-content {
  min-height: 128px;
}

.doc-content > * {
  flex: 1 1 auto;
}
.demo-content > * {
  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);
  color: white;
}
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 {
  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 {

}

/***************
 * Landing Page
 ***************/
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;
  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: #106CC8 !important;
  background-color: #ebebeb !important;
}
/************
 * API DOCS
 ************/
.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;
  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: #1D77D5 !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: #106CC8;
  display: block;
  height: 50px;
  width:  50px;
}
.doc-demo-content {
  padding: 0;
}
docs-demo .doc-demo-content {
  margin: 16px;
}
.site-content-toolbar {
  z-index: 3;
}
.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;
}
.service-desc code {
  background-color: rgba(255, 255, 255, 0.25);
}

/* Styles for Windows High Contrast mode */
@media screen and (-ms-high-contrast: active) {
  a {
    text-decoration: underline;
  }
  iframe, hljs pre {
    border: 1px solid #fff;
  }
}

.no-transition {
  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;

  /* Offset the padding of the <td> element */
  margin: -12px -16px 12px -16px;

  background-color: #0C2238;
  color: #9ccc65;
}

/* Fix some odd bottom margin */
table.md-css-table td p {
  margin: 0.8em 0;
}

.layout_note {
  font-size: 0.9em;
  margin: -5px 40px 0 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;
}

table.custom-table {
  margin: 24px 2px;
  box-shadow: 0 1px 2px rgba(10, 16, 20, 0.24), 0 0 2px rgba(10, 16, 20, 0.12);
  border-radius: 2px;
  background: #fafafa;
  color: rgba(0,0,0,0.87);
  border-spacing: 0;
}
table.custom-table thead > {
  vertical-align: middle;
  border-color: inherit;
}
table.custom-table thead > tr {
  vertical-align: inherit;
  border-color: inherit;
}
table.custom-table thead > tr > th {
  background: rgba(219, 219, 219, 0.2);
  border-bottom: 1px solid #dbdbdb;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 24px;
  text-align: left;
  text-transform: uppercase;
  line-height: 28px;
}
table.custom-table tbody > tr > th,
table.custom-table tbody > tr > td {
  border-bottom: 1px solid #dbdbdb;
  padding: 16px;
  text-align: left;
  line-height: 24px;
  vertical-align: top;
}
@media (max-width: 480px) {
  table.custom-table tbody > tr > th:before,
  table.custom-table tbody > tr > td:before {
    display: inline-block;
  }
}
table.custom-table tbody > tr > td {
  letter-spacing: 0.3px;
}
@media (max-width: 480px) {
  table.custom-table tbody > tr > td tr td:first-child {
    background-color: #dbdbdb;
  }
}
table.custom-table tbody > tr > th:first-child {
  border-right: 1px solid #dbdbdb;
}
table.custom-table tbody > tr > th {
  background: rgba(219, 219, 219, 0.2);
  font-weight: 600;
  max-width: 100px;
}
table.custom-table tbody > tr >:last-child td {
  border: none;
}

/* Provide some layout/padding enhancements for mobile/small devices */
@media(max-width: 500px) {
  /* Reduce the size of the nav logo/header */
  .docs-logo > img {
    height: 75px;
    margin-top: 10px;
  }

  .docs-logo h1 {
    font-size: 18px;
    line-height: 2rem;
  }

  /* Reduce the padding around standard doc content */
  .docs-ng-view .doc-content {
    margin: 8px;
    padding: 0;
  }

  /* Reduce the padding around doc demos */
  .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;
  }
}
