@media only screen and (min-width: 1236px) {
  .nav-side-menu {
    width: 225px;
  }

  #content {
    padding-top: 5px;
  }

  .content-elements ul {
    margin-bottom: 1.1em;
  }
}

@media only screen and (max-width: 1235px) {
  #content {
    width: 750px;
  }

  .nav-side-menu {
    width: 180px;
    font-wight: bold;
  }
}
