.content{
  box-sizing: border-box;
}
body{
  padding: unset !important;
}
.page .title{
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.page .footer{
  background: #999999;
}
@media (min-width: 992px) {
  .content{
    width: 100%;
    margin: 0 auto;
    /*height: calc(100vh - 125px);*/
    /*overflow-y: auto;*/
  }
}

@media (max-width: 991px) {
  .content{
    width: 100%;
    /*height: calc(100vh - 125px);*/
  }
}