		::-webkit-scrollbar {
		    width: 12px;
		}
		 
		/* Track */
		::-webkit-scrollbar-track {
		    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
		    -webkit-border-radius: 10px;
		    border-radius: 10px;
		}
		 
		/* Handle */
		::-webkit-scrollbar-thumb {
		    -webkit-border-radius: 10px;
		    border-radius: 10px;
		    background: #bbb; 
		}
		::-webkit-scrollbar-thumb:window-inactive {
			background:  rgba(182,182,182,0.4);
		}

		a {
			color: #222;
		}
		.gx-menu-open.list {
			top: 0px;
			height: 20px;
			line-height: 0px;
			left: 0px;
			right: auto;
		}
		.gx-menu-open.share {
			right: 3%;
			left: auto;
			top: 0px;
			height: 40px;
			line-height: 10px;
		}

		.gx-menu-open.mobile {
			line-height: 0.6em;
		}

		#wrapper {
			width: 80%;
			margin: auto;
			position: relative;
		}


		/*---------- ide-kdev Styles ---------*/
		.sh_ide-kdev {
			width: 100%;
		}
		.sh_ide-kdev .sh_sourceCode{background-color:#f9f9f9;color:#000;font-weight:normal;font-style:normal;}
		.snippet-wrap pre.sh_sourceCode{
			-moz-border-radius:0;
			-webkit-border-radius:0;
			border-radius:0;
			box-shadow: none !important;
			-moz-box-shadow: none !important;
			-webkit-box-shadow: none !important;
		}

		@media all and (max-width: 480px) {
			#wrapper {
				width: 96%;
			}
		}