#edit_wrapper {
  width: 90%;
  height: 90%;

}
#editor_container  {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  left:  0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,0,0,0.5)

}
.modal_dialog {
  width: 95%;
  height: 95%;
  margin-left:auto;
  margin-right: auto;
}
.contact_card {
  width: 300px;
  height: 200px;
  padding: 10px;
  border: solid #ccc;
  background: #000;
}
  .contact_pic {
    float: left;
    width: 200px;
  }
  .contact_info {
    float:left;
  }
