.img-center{
    margin: 0px auto;
    display: block;
}

#map { height: 500px; width: 100%; }

table.dataTable{
    width: 100% !important;
}

.border-copy, .border-copy-edit{
    border: 2px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.chosen-container{
    width: 100% !important;
}

.chosen-container-single .chosen-single span{
    margin-top:6px !important
}

.chosen-container-single .chosen-single{
    height:38px !important
}

.chosen-container-single .chosen-single div{
    top: 7px !important;
}

.tablemitra {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
  
  .tablemitra caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  .tablemitra tr {
    padding: .35em;
  }
  
  .tablemitra th,
  .tablemitra td {
    padding: .625em;
    text-align: center;
  }
  
  .tablemitra th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 992px) {
    .tablemitra {
      border: 0;
    }
  
    .tablemitra caption {
      font-size: 1.3em;
    }
    
    .tablemitra thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .tablemitra tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    .tablemitra td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    .tablemitra td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    .tablemitra td:last-child {
      border-bottom: 0;
    }
  }