/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */




.lbl {
    font-size: 18px;
}

#map{
    height: 500px;
    width: 100%;
    margin-top: 10px;
}

.controls {
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
}

#origin-input,
#destination-input {
    background-color: #e8e8e8;
    font-size: 15px;
    font-weight: 300;
     padding: 0 6px 0 6px;
    text-overflow: ellipsis;
    width: 200px;

}
   
#origin-input:focus,
#destination-input:focus {
    border-color: #4d90fe;
}

.checkbox_positioning {
    padding-top: 0px;
}

.text_positioning {
    padding-top: 0px;
}

.input_positioning {
    padding-top: 0px;
} 


label, .controls {
	font-size: 14px;
}

.checkboxtext {
    font-weight: normal;
    margin-left: 5px;
    width: 80%;
}

.infotext{
    font-size:14px;
}

.hintlist{
    padding-left:15px;
}
