.alertify .ajs-dialog {
    padding: 20px;
}
.alertify .ajs-header {
    padding: 20px;
    margin: -20px;
}
.alertify .ajs-footer {
    margin: -20px;
    padding: 20px;
}
.alertify .ajs-body .ajs-content {
    padding-left: 0px;
    padding-right: 0px;
}
.alertify .ajs-commands {
    margin-right: 16px;
}
.news-list-item .card-text {
    line-height: 22px;
}
.ajs-button {
    padding-left: 20px;
    padding-right: 20px;
}
.ajs-content .progress-vertical {
    min-height: 8rem;
    width: 2.5rem;
}
.progress-vertical-label {
    width: 2.5rem;    
    font-size: .7rem;
}
.progress-ask-success .progress-bar {
    color: #000;
    background-color: #008066;
}
.progress-ask-warning .progress-bar {
    color: #000;
    background-color: #E6CA1E;
}
.progress-ask-danger .progress-bar {
    color: #000;
    background-color: #F15B5B;
}