#alertModal .modal-header {
    height: 60px;
    text-align: center;
    color: #1db177;
    font-size: 18px;
    border-bottom: 1px solid;
}

#alertModal .modal-footer {
    height: 60px;
    padding: 0;
    border-top: 1px solid #dce0e0;
}

#alertModal .modal-footer button {
    border: none;
    height: 60px;
    font-weight: bold;
    font-size: 1.3em;
}

#alertModal .modal-sm .modal-body {
    padding: 20px;
}

#alertModal .modal-sm .modal-body.main-modal-body a {
    text-decoration: underline;
    color: #3F85FF;
}

#alertModal .modal-sm .modal-body p {
    text-align: center;
    margin: 0;
}

#alertModal .modal-sm .modal-footer {
    margin-top: 0;
    border-top: none;
}
