.md-header {
   color: #038;
   background: #fff;
}

.md-header__title {
   font-size: 14px;
}

.md-header[data-md-state="shadow"] {
  box-shadow: 0 2px 8px 0 rgba(0, 51, 136, 0.1);
}

.md-search__input::placeholder {
  color: #444;
}

.md-search__input:hover {
  background-color: rgba(0,0,0,0.35);
}

.md-header-nav__title {
  color: #038;
  font-size: 14px;
}

body {
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
 }

@media only screen and (max-width: 1220px) {
  .logo-docs-change {
  	display: none;
  }
}

th {
  color: white;
  background: #757575;
}
