@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

html {
  background: #fafafa;
  min-width: 320px;
  overflow-x: auto;
}
body {
  min-height: 100vh;
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
  color: #333;
}
html, body, h1, h2, h3, h4, h5, h6 {
  font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #111111;
}
footer {
  font-size: 14px;
  color: #707070;
}
a {
  text-decoration: none;
}
input {
  outline: none;
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
header.w3-bar {
  background: #111111;
  color: white;
  height: 48px;
  border-bottom: 1px solid #282828;
}
#nav .w3-bar-item {
  line-height: 24px;
  text-align: center;
  height: 48px;
  padding: 12px;
}
.w3-bar-item .logo {
  width: 24px;
  height: 24px;
}
.w3-bar-item .company-name {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
}
.w3-bar-item .logo {
  margin-top: -4px;
}
.drawer {
  display: block;
  background: #111111;
  color: white;
  height: 100vh;
}
.drawer .w3-bar-item {
  line-height: 16px;
  font-size: 16px;
  text-align: left;
  height: 48px;
  padding: 16px 16px;
  border-bottom: 1px solid #282828;
}
.content {
  max-width: 1160px;
  margin: auto;
  min-height: calc(100vh - 122px);
}
.invisible {
  visibility: hidden;
}
.text-link {
  color: #0070C9;
  padding: 8px 0;
}
