element {
    right: 0px;
}
.color_settings_box {
    position: fixed;
    left: -200px;
    width: 200px;
    height:400px;
    top: 15%;
    padding: 20px;
    background-color: #fff;
    z-index: 9999;
    -webkit-box-shadow: inset 1px 1px 2px 0px #fff,0px 0px 15px 2px rgba(0,0,0,0.3);
    box-shadow: inset 1px 1px 2px 2px #fff,0px 0px 15px 2px rgba(0,0,0,0.3);
    border-right: none;
    border-radius: 0px 6px 6px 0px;
}
.hidden-xs {
    display: block !important;
}


	
p {
    border-width: 1px ;
    margin-bottom: 1px;
}


.color_settings_box .toggle-color-settings {
    border-radius: 0px 6px 6px 0px;
    -webkit-box-shadow: -3px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 0px 7px 0px rgba(0, 0, 0, 0);
    position: absolute;
    left: 200px;
    top: 40%;
    background-color: #f7931a;
    padding-top: 20px;
	padding-bottom: 20px;
    width: 60px;
    text-align: center;
    font-size: 30px;
    cursor:pointer;
   }

.statbox {
	border: 1px solid rgb(247, 147, 26);
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 3px;
}
.onlinebox-inner {
	text-align: center;
	padding-left: 0px;
	list-style: outside none none;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
