#modalHelp {
    border-radius: 12px;
    border-color: #232425;
    border-style: solid !important;
    border-width: 5px !important;
}

.card-content {
    min-height: 230px;
}

.modal-container, #modalHelp, #modalHelpTip, .card{
    background: #232425 !important;
}

.card-content b {
    color: #669933  !important;
}

.card .card-content {
    border-radius: 0 0 0 0;
}

#modalHelp {
    width: 90%;
    max-width: 400px;
}

#modalHelpTip {
    line-height: normal;
}

.modal-content, .card {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}