/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

.pretty-hr {
border: 0;
    border-bottom: 1px dashed #4C9A2A;
    /*background: #999;*/
    margin-top: 0px;
    margin-bottom: 5px;
}


.force-bold {
	font-weight: bold !important;
}