/* margin, padding: top  right   bottom  left */

html,
body {
    margin: 0px 0px 0px 0px;
    padding: 0;
    max-width: 1300px;
    width: 100%;
    background-color: #A8A9AD;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}


/* Mobile Declarations Only */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {}


/* Header */

header {
    margin: 0px 0 0px 0;
    padding: 0;
    width: 100%;
}

.higp {
    position: absolute;
    left: 1008px;
    top: 8px;
    padding: 10px;
    margin: 0px;
    color: transparent;
    border: 2px dashed royalblue transparent;
    border-radius: 30%;
    font-size: 2.5em;
}

.higp a,
a:visited {
    text-decoration: none;
    color: transparent;
}

.uhm {
    position: absolute;
    margin: -10px;
    left: 1135px;
    top: 0px;
    padding: 0px;
    color: transparent;
    border: 2px dashed royalblue transparent;
    border-radius: 30%;
    font-size: 5.4em;
}

.uhm a,
a:visited {
    text-decoration: none;
    color: transparent;
}


/* Main */

#narrative_text {
    position: absolute;
    top: 200px;
    left: 10px;
    width: 1210px;
    border: none;
    text-align: justify;
    letter-spacing: 0.9px;
    font-weight: lighter;
    font-size: 15px;
}

#narrative_text p {
    margin: 0;
    padding: 0;
}


/* Google Maps */

#findermap-canvas {
    position: absolute;
    top: 300px;
    left: 10px;
    margin: 0 0 0 0;
    width: 600px;
    height: 300px;
}

#datamap-canvas {
    position: absolute;
    top: 300px;
    left: 620px;
    margin: 0 0 0 0;
    width: 600px;
    height: 300px;
}


/* Google Tables & Charts */

#data-div {
    position: absolute !important;
    top: 620px !important;
    left: 620px !important;
    width: 600px;
    height: 400px;
}


/* Twitter TypeAhead Autofill */

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    margin-top: 4px;
    padding: 4px 0;
    width: 250px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor {
    background-color: #0097cf;
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}


/* Forms */


/* 1 */

#volcano_choice {
    position: absolute;
    top: 620px;
    left: 10px;
    width: 370px;
}


/* 2 */

#date {
    position: absolute;
    top: 620px;
    left: 400px;
    width: 207px;
}


/* 3 */

#choose_sensor {
    position: absolute;
    top: 730px;
    left: 10px;
    width: 165px;
}


/* 4 */

#time_of_day {
    position: absolute;
    top: 730px;
    left: 220px;
    width: 140px;
}


/* 5 */

#geometry {
    position: absolute;
    top: 730px;
    left: 400px;
    width: 207px;
}


/* 6 */

#plot_variable {
    position: absolute;
    top: 832px;
    left: 10px;
    width: 297px;
}


/* 6B */
#threshold {
    position: absolute;
    top: 832px;
    left: 300px;
    width: 307px;
}

/* 6 */

#plot_variable td {
    margin: 0 auto;
    text-align: center;
    padding-right: 30px;
}


/* 7 */

#progress_indicator {
    position: absolute;
    top: 940px;
    left: 10px;
    width: 100px;
    margin: 0 auto;
    text-align: left;
}

#show_progress {
    margin: 0;
                    <td>
                        <input type="checkbox" id="plot4um" />
                    </td>
    width: 200px;
    text-align: center;
}

/* 8 */

#output {
    position: absolute;
    top: 940px;
    left: 350px;
    width: 200px;
    margin: 0 auto;
    text-align: left;
}

#output_alerts {
    margin: 0;
    width: 120px;
    text-align: center;
}

#save_alerts {
    margin: 0;
    width: 120px;
    text-align: center;
}

#output_plot {
    margin: 0;
    width: 120px;
    text-align: center;
}

#big_map {
    margin: 0;
    width: 120px;
    text-align: center;
}

#save_plot {
    margin: 0;
    width: 120px;
    text-align: center;
}

.form-text {
    margin: 0;
    padding: 0;
    width: 150px;
}

#volcano_name {
    margin: 0;
    width: 250px;
    text-align: left;
    background-color: #fff !important;
}

#volcano_id {
    margin: 0;
    width: 78px;
    text-align: left;
}

#centerlat,
#centerlng,
#mapsize,
#startdate,
#enddate,
#sangle,
#gangle,
#deltat,
#scan_angle {
    margin: 0;
    width: 78px;
    text-align: center;
}


/* ToolTips */

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}


/* Footer */

#contact {
    position: absolute;
    top: 1010px;
    left: 11px;
    width: 400px;
    border-top: 1px solid grey;
    font-weight: lighter;
}

#contact p {
    margin: 0;
    padding: 0;
}
