#toTop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	background-color: lightblue;
	text-decoration: none;
        display:none;
}

#toTop:before {
	position: absolute;
	bottom: 15px;
	right: 10px;
	content: "";
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent ghostwhite transparent;
}

/*#bevel-left:before {
	position: absolute;
	top: 42px;
	left: 0;
	width: 0;
	height: 0;
        content:"";
	border-width: 20px;
	border-style: solid;
	border-color: #fff #0184B2 #0184B2 #fff;
}*/

code {
    font-family: "Courier New",sans-serif !important;
    font-size: 12px !important;
    line-height: 20px;
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    padding: 0 5px !important;
    border-radius: 3px !important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
    overflow-x: auto;
}
