﻿* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;

}
* html body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	min-height: 100%;
	position: relative;
	text-align:center;
	font-family: Arial;
	font-size: 15px;
	color: #555555;
}

img {
	border:0;
}

a, a:visited {
	color: #555555;
	text-decoration:none;
}

a:hover, a:active {
	color: #555555;
	text-decoration:underline;
}

#header {
	margin: 0 0 20px 0;
	text-align:center;
	vertical-align: bottom;
	padding-top: 100px;
	font-size: 20px;
	color: #777777;
}

#content {
	text-align:center;
	vertical-align: top;
	padding-top: 0px;
	z-index: 2;
	background-color: white;

}
.listing {
	margin: 0 auto;
	width: 40%;
	text-align:left;
}
.listing h1 {
	font-size: 27px;
	color: #008f00;
	margin: 10px 0px;
}
.listing ul {

	margin: 20px 20px;
}
#search_form {
	text-align:center;
	
}

#goo_btns {
	margin: 0;
}

.button {
	display: inline-block;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	border: 1px solid #3367d6;
	background-color: #3b78e7;
	color: #fff;
	font-size: 15px;

	cursor: pointer;
	padding: 10px 20px;
	margin: 25px 10px 0 10px;
	border-radius: 5px;
	outline: none;
	
}
.button:hover, .button:visited {
	background-color: #3367d6;
	text-decoration:none;
	color: #fff;
}
.query_button_active {
	background-color: #3367d6;
	text-decoration:none;
	color: #fff;

}

#query_field {
	line-height: 25px;
    background-color: transparent;

    margin: 10px 0 0 0px;

    font-size: 18px;
    color: rgba(0,0,0,.87);
    word-wrap: break-word;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    width: 40%;

	border: 1px solid #d9d9d9;

    border-radius: 5px;
	height: 40px;
	vertical-align: middle;
	padding: 3px 0 0 8px;
}

#instructions {
	width: 40%;
	margin: 75px auto 25px auto;
	background-color: #00cc33;
	border: #009933 1px solid;
	padding: 20px;
	font-size:20px;
	color: #333333;
	border-radius: 5px;
}

#link_message {
	margin:25px auto;
	width: 350px;
	border: 1px solid #d9d9d9;
	background-color: white;
	height: 40px;
	font-size: 18px;
	text-align:center;
	display:none;
}
#loader {
	display:none;
	margin:0;
}
#link_button {
	display:none;
	margin:0 0 10px 0;
}

#create_button {
	display:none;
}

#footer {
	margin: 100px auto 0 auto;
	padding-bottom: 15px;
	text-align:center;
	font-size: 12px;
	color: #777777;
	width: 100%;
	z-index: 1;
}


#footer a, #footer a:visited {
	color: #777777;
	text-decoration:underline;
}

#footer a:hover, #footer a:active {
	color: #555555;
	text-decoration:none;
}

#my_mouse {
	position: absolute;
	display: none;
	left:80px;
	top:80px;
}


@media (max-width: 1250px) {
	#query_field {
		width: 60%;
	}
}

@media (max-width: 992px) {
	#header {
		padding-top: 40px;
	}
	#instructions {
		width: 60%;
	}
	#query_field {
		width: 90%;
	}
}


@media (max-width: 768px) {
	#header {
		padding-top: 40px;
	}
	#instructions {
		width: 80%;
	}
	#query_field {
		width: 90%;
	}
}

@media (max-width: 480px) {
	#header {
		padding-top: 20px;
	}
	#instructions {
		width: 80%;
	}
	#query_field {
		width: 90%;
	}

}
