.wrapper {
    margin-top:2rem;
    padding: 1em;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
	z-index:999
}

.menu-button {
  position: relative;
  margin:12px 0px 6px 6px;
  height:30px;
  width: 36px;
  cursor: pointer;
}
.menu-button:before {
  content: "";
  position: absolute;
  top:.3rem;
  right:.3rem;
  background: url("../images/sjan2.png") no-repeat;
  width: 26px;
  height: 20px;
}

.menu-left {
  float: left;
  margin-right: 1.8em;
}



.sidebar {
    margin: 0;
    padding-top: 1em;
    color:#fff;
    background-color:#45ba74;
}

.sidebar h6 {
    padding: 0;
    font-size: 16px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-weight:bolder;
    line-height:30px;
    margin: 0 1.5em;
}

.sidebar li {
    margin: .5em auto;
    padding: 0 2em;
    line-height:30px;
}
.sidebar li a{ color: #fff}
.sidebar li:hover {
    margin: .5em  auto;
    background-color: #134c21;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}
