.main-panel {
    position: absolute;
    top: 0 !important;
    right: 0;
    height: 100vh;
    width: 0;
    max-width: 310px;
    margin: 0;
    z-index: 999;
    bottom: 0;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-panel-content{
	background: #eee;
    color: #000;    
    text-align: justify;
	width: 100%;
    overflow-y: auto;
	height: 100vh;
}
.main-panel-content::-webkit-scrollbar{
    width:8px;
    height:5px;
}
.main-panel-content::-webkit-scrollbar-thumb{
    background:#6c757d;
    border-radius:10px;
}
.main-panel-content::-webkit-scrollbar-track{
    background:0 0;
}
.main-panel-content h1{
    margin-bottom: 0;
	margin-top: 5px;
    font-size: 18px;
	padding: 0 5px;
}
.main-panel-content h2{
    margin-bottom: 0;
	margin-top: 5px;
    font-size: 16px;
	padding: 0 5px;
}
.main-panel-content h3{
    margin-bottom: 0;
	margin-top: 5px;
    font-size: 15px;
	padding: 0 5px;
}
.main-panel-content p{
    margin-bottom: 0;
	margin-top: 5px;
    font-size: 15px;
	padding: 0 5px;
}
.main-panel-content ul{
	margin: 0 5px;
}

button.hide-main-panel {
    position: absolute;
    background: #eee;
    width: 30px;
    height: 42px;
    left: -30px;
    top: 35px;
    padding: 2px 0 2px 1px;
    border-top: 1px solid #adb5bd;
    border-left: 1px solid #adb5bd;
    border-bottom: 1px solid #adb5bd;
    border-left: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #6c757d;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn.focus, .btn:focus {
    outline: 0;
}
@media (max-width: 575px) {
    .main-panel {
        max-width: 310px;
    }
    .main-panel-ads{
        width: 310px;
    }
}