/* The Modal (background) */

#modalshow table {
    border-spacing: 0px;
}

#modalshow table td {
    width: inherit !important;
}


/* Modal Content */

.modal-content {
    margin: auto;
    padding: 0;
}

.modal-dialog {
    overflow-y: initial;
}

.modal-header {
    text-align: center;
}

.modal-footer {
    text-align: left;
}

.modal-footer p {
    text-align: left;
}

button.close {
    background-color: white;
}

#modalshow textarea {
    border: none;
    background-color: rgb(0, 192, 239);
    width: 100%;
    -webkit-box-sizing: border-box;
    /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box;
    /* FF1+ */
    box-sizing: border-box;
    /* Chrome, IE8, Opera, Safari 5.1*/
}