      #floating-panel {
      border: 1px solid gray;
      padding:5px;
      background:white;
      }
      #warnings-panel {
        width: 100%;
        height:10%;
        text-align: center;
      }
      #map
      {
      
      height:400px;
      border:2px solid lightgray;
      }
      
      #start,#raklap
      {
      border:2px solid red !important;
      font-weight: bold;
      
      }

      .head
      {
      background:gray;
      padding:3px;
      margin-bottom:0px;
      font-weight: bold;
      }
      
      .calculation_map
      {
      background:white;
      opacity:0.8;
      border:1px solid lightgray;
      margin-bottom:40px;
      }
      .scroll_to_calculation
      {
      display:none;
      }

      
#transport_cost
{
font-weight: bold;
font-size:1.1em;
}





/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) 
{

                        
}


@media (min-width: 768px) and (max-width: 991px) 
{
                        
}


@media (min-width: 992px) and (max-width: 1200px) {

                     
}


@media (min-width: 1200px) 
{
                      
                        
                        
}