@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Open+Sans:700,400);

::-webkit-scrollbar {
    width: 7px;
}
 
::-webkit-scrollbar-track {
    background-color: #ededed;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    border-radius: 10px;
}

* {
	font-family: 'Open Sans';
	outline: none;
	-webkit-font-smoothing: antialiased;
}

header h1 {
	margin-top: 0px;
	border-bottom: 1px dotted #ededed;
	padding-bottom: 20px;
	font-family: 'Noto Serif';
	color: #444;
}

p, a, span, ul, li, h1, h2, h3, h4, h5, h6, b, i, em, strong {
	color: #777;
}

a {
	color: #08c;
}

body {
	width: 600px;
	margin: auto;
	margin-top: 60px;
	background-color: #fff;
	overflow: hidden;
}

button {
	display: block;
	float: left;
}

.loading {
	display: block;
	float: left;
	margin-top: 6px;
}

.analyze_log {
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	max-width: 100%;
	overflow: hidden;
}

.jspy {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.00001 !important;
	z-index: -20;
	display: block;
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	display: none;
}

.results {
	overflow-y: auto;
	overflow-x: hidden;
}

.results a {
	text-decoration: none;
}

.jspy a { 
	color: blue;
}

.jspy a:visited { 
	color: purple;
}

button {
	border-radius: 5px;
	margin-top: 10px;
	margin-right: 15px;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	color: #08c;
	font-weight: 400;
	border: 2px solid #ededed;
	background: white;
	transition: all .1s ease-in-out;
	font-size: 16px;
	cursor: pointer;
}

button:hover {
	border: 2px solid #e1e1e1;
}

button:active {
	border: 2px solid #cccaca;
}

.oglas1 {
	position: fixed;
	left: 20px;
	top: 50%;
	margin-top: -300px;
	width: 160px;
	height: 600px;
	background-color: #efefef;
}

.oglas2 {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -300px;
	width: 160px;
	height: 600px;
	background-color: #efefef;
}

.addthis_toolbox .addthis_button_pinterest_pinit {
	margin-left: -25px !important;
}

.addthis_toolbox .addthis_button_google_plusone {
	margin-left: -10px !important;
}