 
 
 div.instructions {
    position: relative;
    color: #333;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    margin-top: 1em;
}

.control {
    height: 20px;
}
.control {
    font-size: 1em;
    color: #fff;
    padding: 0 3px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: #aaa 1px solid;
    background: #888;
} .control:active {
    background: #f1f1f1;
    background: -webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#d1d1d1));
    background: -moz-linear-gradient(top,#f1f1f1,#d1d1d1);
}
.control:hover {
    background: #888;
    background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#777));
    background: -moz-linear-gradient(top,#999,#777);
    border: 1px solid black;
}
 #indexForm-submit {
    height: 3em;
    font-size: 1.6em;
    font-weight: bold;
    z-index: 1000;
    width: 100%;
    border: #aaa 1px solid;
    margin: 1em 0 .5em 0;
}
 .home_calculater select,
 .home_calculater input[type="text"] {
    width:100%
    
 }
 
 
 
div.blockHeader {
    border: 0;
    font-family: Arial,sans serif;
    font-weight: bold;
    font-size: 140%;
    width: auto;
    text-align: center;
    line-height: 1.5em;
    padding: .25em 0;
    margin-bottom: 5px;
    background: #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    
     margin-left: 0;
    margin-right: 0;
    width: auto;
    
     border: 0;
    background: #ffd970;
    
     margin-bottom: .7em;
}
 #main-fromToLabel {
    text-align: center;
    background: #eee;
    color: black;
    height: auto;
}
 #mapCanvas {
    height: 350px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#form-form {
    position: relative;
    font-size: 1.2em;
    height: auto;
}
.form-entry {
    position: relative;
    width: 100%;
    margin: .3em 0;
}


.form-entry .addressField {
     width: 89%;
    margin: 0;
    display: inline-block
}
.control {
    font-size: 1em;
    color: #fff;
    padding: 0 3px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: #aaa 1px solid;
    background: #888;
} 
.form-goButton {
      float: right;
    height: 100%;
    width: 85px;
    position: absolute;
    top: 0px;
    left: auto;
    right: -24px;
    font-size: 17px;
    font-weight: bold;
    z-index: 1000;
    
    }
    
  
.addressField input, .addressField button {
    font-size: 1em;
    margin: 0;
    height: 30px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    background: white;
    color: black;
}
  
    .addressField input {
    border-radius: 3px 0 0 3px;
    padding: 5px;
}


.form-entry .addressField input {
    width: 100%;
}


#main-routeChooser {
        font-size: 14px;
    margin: 0px 0;
    padding: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
}
.inlineButton {
    cursor: pointer;
    background: #f6f6f6;
    border: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 3px;
    height: 2em;
    color: #555;
}
.inlineButton.inactive, .inlineButton.inactive:hover {
    background: #f8f8f8;
    color: #d8d8d8;
}


.routeButton img {
    display: none;
}
.routeButton img {
  margin: 0;
    padding: 0;
    position: absolute;
    width: 1em;
    top: 6px;
    left: 4px;
}
.routeButtonActive img {
    display: block;
}
#routeButtons {
       display: inline;
    position: relative
}
.routeButton {
    cursor: pointer;
    font-size: 1em;
    height: 2em;
    margin: 0 10px 4px 10px;
    width: 8em;
    text-align: center;
}


select.control, .control.routeButton {
    color: black;
    text-shadow: none;
    background: #f6f6f6;
    border: 0;    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.control:active {
    background: #f1f1f1;
    background: -webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#d1d1d1));
    background: -moz-linear-gradient(top,#f1f1f1,#d1d1d1);
}
.control:hover {
    background: #888;
    background: -webkit-gradient(linear,left top,left bottom,from(#999),to(#777));
    background: -moz-linear-gradient(top,#999,#777);
    border: 1px solid black;
}


select.control:hover, .control.routeButton:hover {
    background: #e8e8e8;
    text-shadow: none;
}

.main-resultFare {
    
    margin-bottom: 10px;
}
.main-resultFare, .main-welcome {
    min-height: 60px;
}


.main-resultFare .fare {
    font-family: verdana,arial,helvetica,sans-serif;
    color: #333;
    font-weight: bold;
}
.main-resultFare .fare {
    text-align: center;
}
div.fareValue {
    font-size: 2.4em;
    margin: 5px 10px;
    padding: 10px 0;
    background: white;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#main-results span.tipstr {
    color: #777;
    display: block;
    margin: 4px 0 0 0;
    font-weight: normal;
    font-size: .9em;
}

.main-additionalRates {
    color: #444;
    text-align: center;
    line-height: 1.5;
       margin-bottom: 8px;
}
.main-additionalRates div.rateDesc, .main-additionalRates h4, div#main-trafficViewer {
    width: 94%;
    margin: 0 0 0 3%;
    text-align: left;
    padding: 2px;
}

.main-additionalRates h4 {
    text-align: left;
    margin-top: 5px;
}
.main-additionalRates h4 {
    font-size: 1em;
    clear: right;
}


div.trafficViewer {
    line-height: 1em;
    text-align: center;
}
.main-additionalRates div.rateDesc, .main-additionalRates h4, div#main-trafficViewer {
    width: 94%;
   margin: 0 0 7px 3%;line-height: 1.5;
    text-align: left;
    padding: 2px;    position: relative;
}
.trafficLight {
    float: left;
}
.trafficHeavy {
    float: right;
}
.trafficMedium {
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
div.trafficViewer img {
    width: 100%;
    height: 5px;
    padding: 0;
    margin: 0;
}

#trafficLabels {
    position: absolute;
    width: 100%;
    
}

.trafficLabel {
    color: #aaa;
    font-size: 9px;
}


div.infobox, div.emphasisBox {
    padding: 2px;
    margin: 5px 0 13px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px 2px;
}

div.infobox, div.emphasisBox {
    padding: 2px;
  margin: 0px 0 0px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 6px 2px;
}
 
 div.infobox h3 {
    font-size: 1em;
    color: white;
    padding: 6px 3px;
    margin-top: 2px;
    margin-bottom: 3px;
    background: #708090;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
div.infobox h3 img {
    padding-top: 2px;
    float: right;
}
div.infobox h4 {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    color: #555;
    line-height: 1.3em;
    background: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 5px;
    margin: 8px 0 4px 0;
}
div.infobox h4+* {
    margin: 0 6px;
}

div.infobox ul { 
    list-style: square;
    padding-left: 20px;
}
#main-results ul {
    margin: 3px 0;
}div.infobox ul li {
    margin-bottom: 5px;
}

table.ratestable {
    border-collapse: collapse;
    width: 100%;
    margin-top: 9px;
}

table.ratestable td {
    border: 0;
    padding: 2px 3px;
}
td.text {
    text-align: left;
    padding-left: 10px;
}
table.ratestable tbody tr.odd td {
    background-color: #eee;
}

td.number {
    text-align: right;
}
.widget_left_info {
    font-family: Verdana,Arial,sans serif;
    font-size: 11px;
}
 
table.ratestable td {
    border: 0;
    padding: 2px 3px;    font-family: Verdana,Arial,sans serif;
    font-size: 11px;
}

tr.ratetotal td {
    font-weight: bold;
    border-top: 2px black solid;
}


 .chosen-container.chosen-container-single{
    max-width:100%!important;
 }
 
 .info_mobil {
    display:none;
 }
@media only screen and (max-width: 991px) {
#mapCanvas {
    height: auto;
    }
    
    .form-goButton {
  
    left: auto;
    right: 0;
    }
    
   .info_mobil {
    display:block;
 }
}


@media (max-width: 972px) {
.form-goButton {
    position: relative;
    float: none;
    width: 90%;
    height: 3em;
    margin: .5em 0;
    left: 5%;
    
}
.form-entry .addressField {
    width: 100%;
    }
    #routeButtons {
    display: block;
    margin: .8em 0 0 0;
}
#main-routeChooser {
    
    text-align: center;
}
}