@media only screen and (min-width: 768px){
  html.fixed .inner-body {
      margin-left: 0px!important;
      border-top: 0px solid transparent;
      margin-top: -14px;
      min-height: 100vh;
      position: relative;
  }
}

.add-cursor{
	cursor: pointer;
}

