/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*clearfix*/
.group:before,
.group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.group:after {
  clear: both; }

html, body {
  position: relative;
  height: 100%; }

a {
  text-decoration: none; }

h1 {
  font-weight: bold;
  text-align: center; }

#info {
  width: 680px;
  margin: 0 auto; }

#gmap {
  position: absolute;
  width: 100%;
  height: 100%; }

#gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99; }

#main {
  position: relative;
  top: 50%;
  height: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px #888888;
  z-index: 100; }

.button {
  position: relative;
  height: 30px;
  margin: 0;
  border: 1px;
  box-shadow: -1px -1px 1px #888888; }
  .button:hover {
    background-color: #747474; }
  .button:active {
    background-color: #919191; }

#expand-button, #use-loc-btn {
  top: -30px; }

#use-loc-btn {
  float: right; }

.top-btn {
  position: absolute;
  z-index: 201;
  top: 32px;
  width: 100%; }

#alerts {
  float: right; }

#favorites {
  left: 50px; }

#directions, #search-routes, #arrivals {
  margin: 0 1em 1em;
  box-sizing: border-box;
  width: 27%;
  max-width: 200px;
  height: 250px;
  float: left;
  box-shadow: 1px 1px 5px #888888; }
  #directions *, #search-routes *, #arrivals * {
    padding: .25em;
    margin: 5px; }
  #directions hr, #search-routes hr, #arrivals hr {
    padding: 0; }

#directions p {
  padding: 1em; }

#iframe-direction {
  margin: 0;
  padding: 10px 5px;
  height: 250px;
  width: 100%; }

#directions {
  margin-left: 2em; }

#arrivals {
  margin-right: 2em; }

footer {
  width: 210px;
  margin: 10px auto 0 auto;
  clear: both;
  border: solid 1px black; }
  footer li {
    display: inline;
    padding: 10px; }
