span.brk {
  display: inline-block;
}

.content header {
  min-height: 85px;
  -webkit-box-shadow: 0px 0px 7px #5e5e5e;
          box-shadow: 0px 0px 7px #5e5e5e;
  width: 100%;
  background: rgba(255, 255, 255, 0.885);
  position: fixed;
  z-index: 9999;
}

.content header div.title {
  font-size: 36px;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
}

.content header nav {
  width: 100%;
}

.content header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content header nav ul li a {
  padding: 10px 15px;
  margin: 0px 5px;
  color: #7a7a7a;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.content header nav ul li a:hover {
  color: #202020;
}

.content main {
  background: rgba(49, 49, 49, 0.1);
  width: 100%;
  min-height: calc(100vh -  50px);
}

.content main .padding-space-1 {
  height: 85px;
  background: #FFFFFF99;
}

.content footer {
  height: 50px;
  text-align: center;
  background: #7c7c7c;
  color: #ddd;
}

.content footer span.copyright {
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
}
/*# sourceMappingURL=common.css.map */