.site_logo {
	display: inline-block;
	background: url("./images/site_logo.png") 0 0 no-repeat;
	width: 171px;
	height: 153px;
}

#browser-back {
	color:red; 
	font-size:1.9em;
	font-weight: bold;
}

#browser-back:hover {
    color: green;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.site_logo {
		display: none;
	}
}

.linklist i {
    color: #000000;
    text-shadow: none !important;
}