#custom-messenger .modal-dialog {
    width: 350px;
    margin: 10% auto 30px;
}

#custom-messenger .modal-header {
    background-color: #0b375e;
    border-bottom: 1px solid #0b375e;
}

#custom-messenger .modal-title {
    color: whitesmoke;
}

#custom-messenger .modal-header {
    border-top: 1px solid #0b375e;
}

#custom-messenger .modal-footer button {
    background-color: #f7921e;
    border-color: coral;
}

#custom-messenger .coloredClose i {
    color: #f7921e;
}