.addressTitle{
	margin-left:15px;
	color:white;
	background:#DAA520;
	padding:0px 5px 0px 5px;
	border-radius: 3px;
}

.modal-fit .modal-dialog {
    padding: 10px;
  }
  
  .modal-fit .modal-body {
    max-height: calc(100vh - 250px);
    padding: 5px;
    overflow: auto;
  }
  .modal-fit .modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-fit .modal-footer {
    padding: 0px;
  }