* {}


html, body 
{

height: 100%;
}

#hurrdurr-cont {
    width:100%;
    position:fixed;
    top:0px;
}

#hurrdurr {
width:100%;
display: block;
}


.terms {
    display:none;
    margin:5px 0px;
    padding:10px;
    width:98%;
    border:1px solid #428BCA;
    background:#F8F8F8;
    
}

/* кликабельный текст */
.tt {
    color: #428BCA;
    cursor: help
}
.tt:hover{
    border-bottom:1px dashed blue;
    color:blue;
}


/* Wrapper for page content to push down footer */


/* Set the fixed height of the footer here */


code {
  font-size: 80%;
}

con {
	color: #AAAAAA;
border-style:ridge;
border-top-style:solid;
border-color:#34508E #A0A0A0 #A0A0A0 #A0A0A0;
border-width: 20px 4px 4px 4px;
	background: #000000;
	font-family: "consolas",monospace;
	text-align: left; 
	display: block;
	width: 97%;
	font-size: 14px;
	white-space: pre;
	line-height: 55%;
	background-clip: border-box;
	background-origin: padding-box;
	background-repeat: repeat;
	background-size: auto;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	margin-right: auto;
	overflow-x: auto;
	overflow-y: auto;
}
.btn.nohover:hover {cursor:default !important;}

.cse .gsc-control-cse, .gsc-control-cse { 
padding: 10px 5px 0px 0px;
width: 300;
}