@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
}


.google-maps {
    position: relative;

    height: 35em;
    overflow: hidden;
}

iframe {
    position: float;

    width: 100%;
    height: 30em;
	border:0;
		
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.responded {
    color:green;
	font-size:0.5em;
}
.checking,.unchecked {
    color:#FF8C00;
	font-size:0.5em;
}
.timeout {
    color:red;
	font-size:0.5em;
}
