#sidetitle{
	margin-top: 0 !important;
}

#dividerbar{
	margin-top: 0 !important;
}

.sidenavtitle {
	padding-left: 28px;
	padding-top: 14px;
}

.list-group-item{
	border: 0;
	font-size: 18px;
	padding-left: 28px;
	cursor: pointer;
}

#sidenavbarclose
{
  top: 22px;
  right: 12px;
  position: absolute;
  cursor: pointer;
  color: #555;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 0;
    transition: 0.5s;
		border-right: 1px solid #eee;
}

.sidenav label {
  padding-left: 6px;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  color: #555;
}

.sidenav label:hover, .offcanvas label:focus{
    color: #eee;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
