/* main layout and content */

body {
    font-family: 'Cabin', sans-serif;
    background-color: rgb(226, 226, 226);
    font-size: 13pt;
}

#container {
    margin: 40px auto;
    overflow: hidden;
    padding: 12px;
    width: 1100px;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 8px;
    box-shadow: 3px 3px 2px #222;
}

#title {
    font-size: 24pt;
    font-weight: bold;
    width: 1100px;
    padding: 12px;
}

#content {
    width: 1100px;
    padding: 12px;
}

/* page elements */

#myaddress {
    padding: 12px;
}


#map-canvas {
    display:block; 
    height:150px; 
    width:150px;
}

#business-chart{
    text-align: center;
    margin: 0px auto;
    min-height: 300px;
}

#distance-form {
    width:50%; 
    margin:0px auto; 
    padding-top: 12px;
    font-size: 16pt;
    text-align: center;
}
#business-popup {
    display:none;
    color:#000;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9); 
    border: 1px solid #000;
    -webkit-border-radius:4px; 
    -moz-border-radius:4px; 
    -ms-border-radius:4px; 
    -o-border-radius:4px; 
    border-radius:4px;    
    font-size:12pt;
    padding:12px; 
    left:0; 
    height:124px;
    width:350px; 
    position:absolute; 
    text-align:center; 
    top:0; 
    z-index:100;
    overflow: auto;
}

#business-popup .name{
    font-size: 12pt;
    font-weight: bold;
    line-height: 98%;
    margin-bottom: 8px;
}
#business-popup .description{
    font-size: 10pt;
}
#business-popup .img{
    float: left;
    width: 100px;
}
#business-popup .text{
    float: left;
    width: 200px;
    padding: 6px;
    margin: 0px 8px;
}

fieldset{
    margin:0 auto; 
    width:80%; 
    padding:20px 0
}

/* form elements */

input[type="range"]{
    -webkit-appearance:none; 
    -moz-appearance:none; 
    width:75%; 
    height:4px;
    background-color: #787878;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance:none; 
    -moz-appearance:none; 
    width: 14px; 
    height: 24px;
    -webkit-border-radius:6px; 
    -moz-border-radius:6px; 
    -ms-border-radius:6px; 
    -o-border-radius:6px; 
    border-radius:6px;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #dddddd), color-stop(0.51, #d1d1d1), color-stop(1, #777) );
    -webkit-box-shadow: 1px 3px 2px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 3px 2px 0px rgba(0,0,0,0.6);
    box-shadow: 1px 3px 2px 0px rgba(0,0,0,0.6);
}

/* SVG elements */

svg {
    margin: 0 auto;
}

svg circle{
    stroke: black;
    stroke-width: 1;
    cursor: pointer;
}

/* Marketing section of Overview */

.marketing {
  text-align: center;
  color: #5a5a5a;
}
.marketing h1 {
  margin: 20px 0 10px;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
}
.marketing h2 {
  font-weight: 200;
  margin-bottom: 5px;
}
.marketing p {
  font-size: 16px;
  line-height: 1.5;
}
.marketing .marketing-byline {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: #999;
}
.image-class{
  width:30px;
  height: 30px;
}
