@charset "utf-8";
/* CSS Document */
.map
   	{
   		height: 540px;
        width: 850px;
   	}
   	.myCSStooltip
   	{
   	    min-width:150px;
   		padding: 3px;
   		background: rgba(0, 0, 0, 0.5)
        max-width:300px;

   	}
   	.legend {
    line-height: 18px;
    color: #555;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    padding: 6px 8px;
	}
	.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
	}
	.tbl_cl
	{
		width: 850px;
		margin-top:15px;
	}
	.test + .tooltip > .tooltip-inner {
      /*background-color: #73AD21;*/
      color: #000000;
      border: 1px solid black;
      padding: 5px;
      max-width: 550px;

  }
  .tooltip.in{opacity:1!important;}
  .cl_tbl_obl_name_tooltip
  {
  	font-size: 12px;
  }
  .cl_tbl_tooltip_text
  {
  	font-size: 12px;
  }
  .cl_tbl_obl_name
  {
  	font-size: 12px;
  }
  .cl_tbl_hours_txt
  {
  	font-size: 12px;
  }
  .tbl_leg
	{
		width: 850px;
		margin-top:5px;
		font-size: 12px;
	}
	.leaflet-tooltip {

		min-width:150px;
		width:270px;



      }
  .leaflet-tooltip td{

  		padding: 3px;
   		white-space: normal;
   		opacity: 0.7;
   	}

   	.leaflet-tooltip-left.myCSStooltip::before {

	}
	.leaflet-tooltip-right.myCSStooltip::before {

	}

}







