﻿#dialog-doc-confirm {
    max-height: 90%;
    height: auto;
    overflow-y: auto;
}
#dialog-doc-confirm h2 {
    padding-bottom: 15px;
}
#dialog-doc-confirm textarea {
    width: 96%;
    height: 230px;
     resize: none;
    padding: 10px;
}
#dialog-doc-confirm .buttons {
    display: block;
    text-align: center;
    padding-top: 15px;
}
