html, body, #container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: Cairo;
    text-align: right;

  }
  #container {
    font-family: Cairo;
    text-align: right;
  }
  #map {
    width: auto;
    height: 92%;
    font-family: Cairo;
    text-align: right;
  }
  .navbar {
    border-color: #bbb;
  }
  .navbar-brand {
    font-weight: bold;
  }
  .white {
    color: #fff;
  }
  .featureModal{
background:#a98a5b;
 font-size: smaller;
  }
.modal-title{
 background-color: #a98a5b;
 }   

.model-content {
    font-family:  Cairo;
    font-size: smaller;
  }  
  .feature-title {
    font-family:  Cairo;
  } 


  .modal-dialog {
  width: auto;
}
.logo img{
  width: 80px;
}
.leaflet-draw-toolbar a {
background-image: url('https://unpkg.com/leaflet-draw@1.0.2/dist/images/spritesheet.png');
background-repeat: no-repeat;
color: #a98a5b;
}
.navbar {
 background-color: #a98a5b;
 }

 
 .table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
padding: 0px;
}