﻿html, body {height: 100%;margin: 0;padding: 0;}
#map {min-height: 650px;min-width: 100%;width: 100%;height: auto;}
input {height: 25px; width: 270px;}
select, option {height: 25px; width: 270px}
#title {font-weight:bold; text-decoration:underline; text-align:center; padding-bottom:5px;}
#startTitle {font-weight:bold; width:100%;float:left;}
#endTitle {font-weight:bold; width:100%;float:left;}
#floating-panel {position:relative; left:0; width: 300px; z-index: 5; background-color: #fff; border: 1px solid #999; font-family: 'Roboto','sans-serif','Arial'; line-height: 20px; padding: 10px 0 10px 10px; text-align: left; font-size: 12px; box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4); opacity: 0.95;}
#right-panel {height: 100%; float: left; overflow: auto; margin-bottom: 15px; font-family: 'Roboto','sans-serif'; line-height: 25px; display:none; border-bottom: 1px dashed black; }
#right-panel select, #right-panel input {font-size: 12px;}
#right-panel select {width: 100%;}
#right-panel i {font-size: 12px;}
@media print {    	
  #right-panel {float: none; width: auto; page-break-after: always; border-bottom: none;}
  #map {height:650px; width:940px; margin: 0; page-break-after: always; -webkit-print-color-adjust: exact;}
  #floating-panel {opacity: 0.0;}
}
#information {padding-top: 20px;}