/* 99Lime.com HTML KickStart by Joshua Gatcke style.css */
/*---------------------------------	IMPORTS -----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/*---------------------------------	OVERRIDES -----------------------------------*/
h1,h2,h3,h4,h5,h6{ font-family: "Source Sans Pro", Helvetica, sans-serif; font-weight:600; }
h1{font-size:1.4em; color:#000;}
h2{font-size:1.3em; color:#666;}
h3{font-size:1.2em; color:#222; }
h4{font-size:1em; }
h5{font-size:0.9em; }
h6{font-size:0.8em; }
p{font-size:1em; }
thead th,tbody th{ padding:8px 12px; font-family: "Source Sans Pro", Helvetica, sans-serif; background-color:#EEE; color:#006; }
.menu{ font-family: "Source Sans Pro", Helvetica, sans-serif; }
label{font-family: "Source Sans Pro", Helvetica, sans-serif; font-size:1em; font-weight:600;} 
placeholder{font-family: "Source Sans Pro", Helvetica, sans-serif; font-size:0.8em; font-weight:300;}
blockquote{ font-family: "Source Sans Pro", Helvetica, sans-serif; font-size:1em; line-height:1.5em; font-style: italic; margin:30px; padding:0 0 0 10px; border-left:3px solid #ccc; }
/*---------------------------------	LAYOUT -----------------------------------*/
html{min-height:100%; background:rgba(71, 46, 104, 1); font-family: "Source Sans Pro", Helvetica, sans-serif; font-size:15px;}
body{margin:0;padding:0; font-size:1em; font-weight:300; background:#ecebf0;}
.navbar{margin-bottom:2em;}
#footer{background:rgba(71, 46, 104, 1); margin:0; border-top:2em solid #bebfd1; color:#fff; padding-top:1em;}
#footer a:link{color:#fff; text-decoration:none;}
#footer a:hover{color:#fff; text-decoration:underline;}
#footer a:visited{color:#fff; text-decoration:none;}

div.autocomplete { position: absolute; width: 360px; background-color: white; border: 1px solid #888; margin: 0px; padding: 0px; z-index:1000; }
div.autocomplete ul {list-style-type: none; margin: 0px; padding: 0px; max-height: 20em; overflow: auto;}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li { list-style-type:none;display: block;margin: 0;padding: 2px;cursor: pointer;}
div.autocomplete ul li span.informal {color: grey;}

@media (max-width: 768px) { .right{ text-align:left;} .grid{padding: 0 1em;} }