.pasteBox {
	border-width: 0px;
	height: 40px;
	background: rgba(255,255,255,0.15);
	color: #fff;
}

.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.olights {
	color: #ffa61a;
}

.button.realTime {
	background-color: #E04646;
}

#header i.icon-pasting-logo {
	font-size: 15vh;
}

/* Pasting font icon */
@font-face {
	font-family: 'pasting';
	src:url('../fonts/pasting.eot?km24ma');
	src:url('../fonts/pasting.eot?#iefixkm24ma') format('embedded-opentype'),
		url('../fonts/pasting.woff?km24ma') format('woff'),
		url('../fonts/pasting.ttf?km24ma') format('truetype'),
		url('../fonts/pasting.svg?km24ma#pasting') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'pasting';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pasting-logo:before {
	content: "\e600";
}

.myGrandHead {
	position: fixed;
	width: 100%;
	color: white;
	z-index: 99;
	padding: 10px 20px 10px 20px;
	font-size: 22px;
  	background-color: #125FB6;
  	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  	height: 57px;
}

.myGrandHead i.icon-pasting-logo {
	font-size: 35px;
	float: left;
	display: inline-block;
}

.myGrandHead nav {
	float: right;
	display: inline-block;
}

.myGrandHead nav a {
	border: 0px;
}

#header {
	z-index: 100;
}

.featureFlag {
	border: 0px;
	position: absolute;
	bottom: 150px;
}

.featureFlag i{
	font-size: 30px;
}



.float-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  padding: 30px;
  font-size: 13px;
  background:  #125FB6;
  position: fixed;
  bottom: 30px; /* Adjust to where you want it */
  right: 30px; /* Adjust to where you want it */
  z-index: 9999;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.float-button .height_fix {
  margin-top: 100%;
}

.float-button .content {
  position: absolute;
  left: 0;
  top: 58%;
  height: 100%;
  width: 100%;
  text-align: center;
  margin-top: -16px;
  color: white;
}

.navmenu {
	margin-top: 3px;
}


.hljs {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding: 15px;
  padding-left: 20px;
}

.menu a {
	color: #000;
	-webkit-transition: color ease-in 0.5s;
}

.menu a:hover {
	color: #125FB6;
}


.pasteBlock .button {
	display: inline-block;
	position: relative;
	line-height: 32px;
	border-radius: 2px;
	font-size: 0.9em;
	color: #646464;
}

.pasteBlock {
	color: black;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
  	font-weight: 100;
}

.pasteBlock {
	border-left: 3px solid #125FB6;
	box-sizing: border-box;
	padding: 20px 80px 20px 40px;

}

.pasteBlock > .content {
	font-size: 0.9em;
}

.pasteBlock > .button {
	width: 90px;
	float: right;
	font-size: 0.8em;
	color: #125FB6;
	border: 0px;
}

pre {
	border-left: 3px solid #125FB6 !important;
}
