/**
 * ec-customized style for modal dialog
 *
 */

.address-result .modal-dialog{
  width : 100%;
  padding: 5px 5px 5px 5px;
}
.address-result .modal-header{
  padding: 2px;
}
.address-result .modal-body{
  padding: 5px;
}
.modal-body-detail {
  padding: 10px;
}
.address-result .modal-footer{
  padding: 10px;
}
.modal-footer{
  text-align: center;
}
.btn.address {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding: 5px;
  background: transparent;
  border: 1px solid lightgray;
  text-align: left;
  font-size: 10pt;
  color: black;
  white-space: normal;
}

.btn.address:hover {
  background: #eeeadf;
  border : 1px solid gray;
}
span.notify{
  font-size:10pt;
  color:blue;
  display:block;
}