body {
    margin:0;
    padding:0;
    overflow: hidden;
}

.header {
    height:90px;
    background:#fff;
    width:100%;
    margin:0px auto;
    border-bottom:1px solid #CCC;
    position: fixed;

}

.header-title {
  padding-left: 25px;
  font-family: "Open Sans";
  font-size: 25px;
  color: #333;
  margin: -29px 0 0 180px;
}

.content { 
    overflow: scroll; 
    position: absolute;
    top: 90px;
    bottom: 0px;
    width: 100%;
}

.hs-logo {
  height: 34px;
  width: 152px;
  background: url('https://hootsuite.com/bundles/hootsuitebase/images/logos/logo.png?1') 0 0 no-repeat;
  background-size: 100% 100%;
  display: block;
  border: 0;
  margin-top: 25px;
  margin-left: 25px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}

.u-visuallyhidden {
    overflow: hidden;
    position: fixed !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
}