﻿body {
  padding-top: 5px;
  padding-bottom: 5px;
  background: transparent;
}

.container {
    max-width: 600px;
    min-width: 600px;
    max-height: 600px;
    min-height: 600px;
}
.tab-pane
{
    margin: 5px;
}
.indent1
{
    position: relative;
    left: 95px;
}
.indent2
{
    position: relative;
    left: 38px;
}
.indent3
{
    position: relative;
    left: 35px;
}
.hand 
{
    cursor: pointer;
    cursor: hand;
}
.panel-heading 
{
    padding: 2px 2px 2px 16px;
    margin: 0px;   
}
.panel-body
{
    padding: 2px 2px 2px 16px;
    margin: 0px;
}
.chosen-select
{
  -webkit-box-sizing: content-box !important; 
     -moz-box-sizing: content-box !important; 
      box-sizing: content-box !important; 
}
hr.very-narrow 
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

#map-controls
{
    position: relative;
    bottom: 35px;
}
