pre {
	background-color: #f5f5f5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
code, pre {
	border-radius: 3px;
	color: #333;
	font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
	font-size: 12px;
	padding: 0 3px 2px;
}
.hidden_protection {
	background: none repeat scroll 0 0 transparent !important;
	border: 0 none !important;
	box-shadow: none !important;
	color: transparent !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 0!important;
	height: 0!important;
}

/* ammy part */
#ammyOverlay {
    margin-left: 0 !important;
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #001537; /* Black background with opacity */
	opacity: 0.96;
    z-index: 100000; /* Specify a stack order in case you're using a different order for other elements */
    /*cursor: pointer;  Add a pointer on hover */
}

.overlayText {
	padding-top: 140px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	/*color: #4d94e0;*/
	color: #ffffff;
}

.overlayText p {
	font-size: 48px;
    line-height: 52px;
    font-weight: 300;
}

/*
[id^="bx_incl_area"] {display:inline-block;}
.bx-context-toolbar-empty-area{min-width:12px;}*/
