html{
    height: 100%;
}
body{
    font-family: sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
}


#map {
    height: 100%;
    width: 100%;
}
/*

#Content{
    position: absolute;
    top: 30px;
    height: 100%;
    width: 100%;
}
header nav {
    background-color: #666;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #000;
}

header nav a{
    border-right: 1px solid #eee;
    color: #fff;
    display: block;
    float: left;
    padding: 0 1em;
    text-decoration: none;
}

header nav a:hover{
    background: #ccc;
    color: #000;
}

*/

/* http://jimmybonney.com/articles/column_header_rotation_css/ */

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: .5em;
}

table td {
  border: 1px solid #dddddd;
}

.table-header-rotated th.row-header{
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-header-rotated td{
  width: 40px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.table-header-rotated th.rotate-45{
  height: 90px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 11px;
  line-height: 0.8;
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 45px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-45deg,0deg);
  -moz-transform:skew(-45deg,0deg);
  -webkit-transform:skew(-45deg,0deg);
  -o-transform:skew(-45deg,0deg);
  transform:skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 34px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -25px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  // width: 100%;
  width: 95px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  // white-space: nowrap; /*whether to display in one line or not*/
}

#Localities input {
    border: 0;
    margin: 0 .3em;
    padding: 0;
}

#info table td {
    padding: 0 .5em;
}

input {
    border: 0;
}

#filter{
    position: absolute;
    bottom: 40px;
    right: 7px;
    z-index: 100;
//    height: 200px;
//    width: 200px;
    background-color: #fff;
    border: 1px solid #aaa;
}

#filter form {
    padding: .2em;
}

#filter h2 {
    line-height: 2em;
    padding: 0;
    margin:0;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 14px;
}

#filter input {
    border: 1px solid #666;
}
