html, body {
	height: 100%; }

*:focus {
	outline: none; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0; }

* html .clearfix {
	zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1; }

/* IE7 */
* {
	box-sizing: border-box; }

.tac {
	text-align: center; }

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 300;
	font-family: 'Roboto';
	background: #68869c; }

.wrapper {
	max-width: 1000px;
	margin: 0 auto; }

form {
	text-align: center;
	background: #ffffff;
	padding: 30px 20px 40px 20px;
	-webkit-box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 27px -1px rgba(0, 0, 0, 0.75); }
form h3 {
	margin: 0;
	margin-bottom: 15px;
	font-weight: 400; }
form .field {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 10px; }
form .field label {
	display: block;
	font-size: 15px;
	margin-bottom: 5px; }
form .field input {
	font-family: 'Roboto';
	font-weight: 300; }
form .field input[type=text] {
	width: 100%;
	font-size: 18px;
	padding: 10px;
	border: 1px solid #afafaf; }
form .field input[type=submit] {
	font-size: 18px;
	background: #68869c;
	color: #ffffff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer; }
form .field input[type=submit]:hover {
	background: #4b6070; }

header {
	text-align: center;
	padding: 50px 20px;
	color: #ffffff; }
header h1 {
	font-weight: 400;
	margin: 0;
	margin-bottom: 10px; }
header h2 {
	font-weight: 300;
	font-size: 18px;
	margin: 0; }

footer {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin-top: 20px;
	opacity: 0.5; }

#list {
	padding: 50px 20px;
	background: #ffffffc9;
	text-align: center;
}

#list .item {
	padding: 5px 0;
}

#list .item a {
	color: #000;
}


#list .item a:hover {
	text-decoration: none;
}
.pagination {
	margin-top:  25px;
}
.pagination button {
	font-size: 13px;
	background: #68869c;
	color: #ffffff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;
	margin:  0 10px;
}

.pagination button:hover {
	background: #4b6070;
}


button:disabled,
button:disabled:hover,
button[disabled]{
	opacity:  0.5;
	cursor:  default;
	background: #68869c;
}

#results {
	padding: 0px 20px 50px 20px;
	background: #ffffff; }
#results .error {
	text-align: center;
	color: #b90000;
	font-weight: 400; }
#results table {
	border-collapse: collapse;
	text-align: left;
	font-size: 14px; }
#results table th {
	font-weight: 500;
	background: rgba(104, 134, 156, 0.2); }
#results table td {
	font-weight: 400; }
#results table td, #results table th {
	padding: 7px;
	border: 1px solid #68869c; }


.table-wrapper {
	max-width:  100%;
	overflow-x: auto;
}

/*# sourceMappingURL=styles.css.map */

.modal {
	min-width:  800px;
}


.modal table {
	width:  100%;
}

.modal table tr td {
	border-top:  1px solid #ddd;
	padding:  5px;
}

.modal table tr:first-child td {
	border-top:  0;
}

.modal table tr:last-child td {
	width:  200px;
}

.modal table tr td:first-child {
	font-weight:  400;
}


@media (max-width: 800px){
	.modal {
		min-width: 0;
		font-size:  12px;
	}
}
