/* The side navigation menu */
.debugside {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the debugside */
	color:white;
	font-size:12px;
}

.debugside  div{
	margin-top:20px;
}

/* The navigation menu links */
.debugside a {
    padding-right:10px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.debugside a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.debugside .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .debugside {padding-top: 15px;}
    .debugside a {font-size: 18px;}
}
/*
.testMenu{
	display:none;
	position:relative;
	display:block;
	float:right;
	padding-left:2px;
	padding-right:2px;
	box-shadow:1px 1px 10px #a0b100;
	background:#fafafa;
	cursor:pointer;
	z-index:999;
}

.testMenu:hover{
	background:#a0b100;
	color:white;
}
*/
.debugside .screeners{
	margin-top:30px;
}

.debugside hr{
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #4c4c4c;
}

.contactDP{
	position:absolute;
	bottom:0;
	font-size:12px;
}