html {
	margin:0;
	padding:0;
}
body {
	background-color: #EFEFEF;
	font-family:Verdana;
	font-size:13px;
	
	margin: 30px 0;
	
	margin-top:0;
	
	width:99%;
}


a, a:visited, a:active {
	color: #0000EE;
}

p {
	margin: 0 0 10px;
	line-height: 19px;
	
	margin-bottom:1em;
}


@media (min-width: 768px) {
	
.container {
	width: 950px;
	margin: 0 auto;
	margin-bottom:15px;
}

}

.box-radius {
	background-color: #fff;
	padding:25px;
	
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.2);
	box-shadow: 0 1px 4px rgba(34,25,25,0.2);
	-webkit-box-shadow: 0 1px 4px rgba(34,25,25,0.2);
	border-radius: 7px 7px;
	border: 1px #ddd solid;
}

.keyword-list {
	font-size: 85%;
	text-align: center;
}



form > input[type='submit'] {
	
	font-size: 16px;
	padding: 10px 28px;
}

form > input[type='text']{
	
	padding: 11px 8px;
	width: 70%;
	font-size: 16px;
}


ul.proxy-websites {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.proxy-websites li {
	display:inline;
}
ul.proxy-websites li a {
	padding: 6px 12px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	
	color: #444;

	background-position:3px center;
	background-repeat: no-repeat;
	padding-left: 24px;
	text-decoration:none;
	border:1px solid transparent;
}

ul.proxy-websites li a:hover {
	border:1px solid black;
}




h1 {
	font-size: 3em;
	font-family: 'Fjalla One', sans-serif;
	
	color: #333333;
	color: #3b6eb4;
	
	font-family: 'Bree Serif', sans-serif;
}
h1 a {
	text-decoration:none;
	color: black;
	color: #333333;
}
h1 a:hover {
	text-decoration:underline;
}

h2, h3 {
	color: #3b6eb4;
}

.ttt label {
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 0px;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

#top_bar {
	z-index: 1030;
	background: white;
	
	top:0;
}






#top_bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	
	border-bottom: 1px solid #979797;
	
	background-color:white;
	
	text-align:center;
    /*background-color: #333;
	
	background-color: white;
	border-bottom: 1px solid #3b6eb4;
	
	background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #f8f8f8, #eaeaea);
*/
}

#top_bar li  {
	floaat: left;
	display:inline;
}

#top_bar li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
	
	font-family: sans-serif;
	font-size: 14px;

	color: #3b6eb4;
	font-weight:bold;
}

#top_bar li a:hover {
	text-decoration:underline;
}






#feedback_icon {
	top: 60% !important;
}









