@charset "utf-8";

/* In fact it's the greatest day of my life */

  @import url("http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css");

  html, body {
    height: 100%; padding: 0; margin: 0 }
  body { font-family: Verdana; font-size: 62.5% }
  #m { height: 100%; width: 100%; padding: 0; margin: 0 }

  #routes { margin: 10px 0; padding: 3px 6px;
    top: 0; right: 0; z-index: 100; position: absolute; background: #fff;
    border:1px #a7cc95 solid; border-right: none }
  #routes li { float: left; padding-right: 3px; text-transform: uppercase }
  #routes ul { margin: 0 8px 0 0 }
  
  #tors { margin: 50px 0; padding: 3px 6px;
    top: 0; right: 0; z-index: 100; position: absolute; background: #fff;
    border:1px #a7cc95 solid; border-right: none }
  #tors ol { list-style: decimal; margin: 0 5px 5px 25px } #tors li { list-style: decimal; list-style-position: outside; }

  #toast { margin: 5px 0 5px 25px }

  a { text-decoration: none; font-size: 1em; color: #303030 }
  a:hover { text-decoration: underline }
  em { font-style:  italic }
  strong { font-weight: 600 }