
body {
  margin: 0;
  padding: 0;
  background-color:#4B8AD6;
  color:#fff;
  font-family: helvetica, arial, sans-serif;
}

h1 { position:absolute; top:50px; left:150px;}

.jquery-script-ads { position:absolute; top:250px; left:150px;}

#sidebar {
  background: #151718;
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  left: -200px;
  top: 0;
  transition: left 0.3s linear;
}

#sidebar.visible {
  left: 0;
  transition: left 0.3s linear;
}

#sidebar-btn {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  cursor: pointer;
  margin: 20px;
  position: absolute;
  top: 0;
  right: -60px;
}

#sidebar-btn span {
  height: 1px;
  background: #fff;
  margin-bottom: 5px;
  display: block;
}

#sidebar-btn span:nth-child(2) { width: 75%; }

#sidebar-btn span:nth-child(3) { width: 50%; }

ul {
  margin: 0;
  padding: 0;
}

ul li { list-style: none; }

ul li a {
  background: #1c1e1f;
  color: #ccc;
  border-bottom: 1px solid #111;
  display: block;
  width: 180px;
  padding: 10px;
  text-decoration: none;
}
