.site_logo {
    background-image: url("https://support31.getbb.ru/store/support31_getbb_ru/images/GetBB_logo_Merlin.png");
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 100%;
    background-position: 0% 0%;
    display: inline-block;
    
    
}
.search-header {
float:right;
margin-top: 5px;
box-shadow: none;
}icode {
padding: 0 0.3em 1px;
white-space: nowrap;
}
icode {
background: #FFFFFF;
border: 1px solid #D8D8D8;
color: #2E8B57;
font: 1em Monaco, "Andale Mono","Courier New", Courier, mono;
padding: 0 0.3em;
}

.postprofile .username-coloured{
    font-size: larger;
}
.postprofile .username{
    font-size: larger;
}

body {
min-height: 100%;
}


p.speech {
	position: relative;
	width: auto;
	height: 100px;
	text-align: center;
	line-height: 100px;
	background-color: #fff;
	border: 8px solid #666;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}
p.speech:before { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 30px; 
	top: 100px; 
	border: 25px solid; 
	border-color: #666 transparent transparent #666; 
}
p.speech:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 38px; 
	top: 100px; 
	border: 15px solid; 
	border-color: #fff transparent transparent #fff; 
}


dl a.icon-link {
display: block;
width: 30px;
height: 30px;
padding: 0;
position: absolute;
top: 50%;
left: 0;
margin-top: -15px;
margin-left: 9px;
z-index:2;
}