/**
 * qsw_map Page stylesheet
 *
 * @package     qsw_map.Plugin
 * @autor       Dieter Meiser
 * @copyright   Copyright © 2014 Dieter Meiser All Rights Reserve
 * @license     GNU/GPL
 */


.qswmap_text{
  width: 70px;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 15px 0 10px 0;
  
}
.qswmap_eingabe{
  float: left;
  
}

.qsw_r-button {
 margin-left: 35px;
}

.qsw_clear {
clear: both;
}

#map {
line-height: 1.4em;
}
#map div {
line-height: 1.4em;
}
#map img {
max-width: none;
}


#route {
line-height: 1.4em;
}
#route h4 {
font-size: 12px;
font-weight: bold;
margin: 0px 0 15px 0;
}
#route tbody {
}
#route td {
height: 20px;
}
#route b {
margin-top: 20px;
}



