html {
  font-family: Arial, Helvetica, sans-serif;
}
.header-widget {
  padding: 0 30px 0 12px;
  height: 40px;
  background-color: #003e6a;
  color: #fff;
}
.header-static {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
.logo {
  width: 64px;
  height: 30px;
}
.header-widget .brand {
  font-size: 20px;
}
.header-widget .top-menu {
  font-size: 15px;
}
.menu {
  display: inline-block;
  list-style-type: none;
  font-size: 13px;
}
.menu li {
  margin-right: 20px;
  display: inline;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li.active {
  color: #fcfcfc;
  font-weight: 700;
}

.menu li a {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.menu li.active a {
  opacity: 1;
}
.container {
  margin-bottom: 40px;
  padding-top: 40px;
  align-items: stretch;
}
.content {
  margin-left: 325px;
  padding: 30px 10px 30px 50px;
  width: calc(100% - 325px);
  max-width: 810px;
}

.menu-heading {
  margin: 7px 0 15px;
}
.desktop-hide {
  display: none;
}

.example__widget {
  max-width: 100%;
}

.example__source {
  position: relative;
}

h2 {
  color: #404042;
}

.run-btn {
  position: absolute;
  top: 25px;
  right: 10px;
  display: block;
  width: 130px;
  height: 30px;
  text-transform: uppercase;
  background: #0093d0;
  color: white;
  border: none;
  outline: none;
  border-radius: 3px;
}

.run-btn:hover {
  cursor: pointer;
}

.config-txt {
  display: block;
  min-width: 100%;
  min-height: 200px;
  border: 1px solid #bfbfbf;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  border-radius: 3px;
}

.config-area {
  width: 100%;
  margin-bottom: 80px;
}

.widget {
  width: 100%;
}

.logo-link {
  color: white;
}

.logo-link:hover {
  color: white;
  cursor: pointer;
}
.footer {
  height: 40px;
  background-color: #003e6a;
  color: #fff;
  position: relative;
  z-index: 10;
}
.footer-landing {
  height: 40px;
  background-color: #003e6a;
  color: #fff;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1000px) {
  .logo-link {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-center {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: block;
  }

  .content {
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    width: 100%;
    margin-left: 0;
  }
}
