.modal-header {
  text-align: center;
  padding: 5px;
  background-color: #354761 !important;
  border-color: #354761;
  }
  
.modal-content {
  background: #304256;
  
  }
  
.modal-body {
	background: #304256;
	border: 0px solid transparent;
    border-radius: 0.25em;
  }
  
.close {
  font-size: 25px;
  line-height: 1.5;
  color: #fff;
  margin-right: 15px;
  text-shadow: 0;
  filter: alpha(opacity=80);
  opacity: 1;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 0;
}