.update-message {
    color: red;
    font-weight: bold;
}

.description-input {
    height: 100px;
    resize: none;
}

.date-input {
    width: 20%;
}

.update-table-form {
    color: black;
    width: 98%;
    line-break: anywhere;
}

.demo-table-form {
    color: black;
    background-color: transparent;
    border: none;
    border-bottom: black 2px;
    width: 98%;
}

.demo-table-form:disabled {
    color: black;
    opacity: 1;
}

.status-button {
    background-color: #F5F5F5;
    border-radius: 4px;
    border: solid black 1px;
    width: 60%;
    min-width: 230px;
}
.status-button:hover {
    background-color: lightgray;
    transition-duration: .4s;
}

table.status-table {
    border: 1px lightgray solid;
    width: 100%;

}

table.status-table td, th {
    border: 1px lightgray solid;
    padding: 4px;
}

.center {
    text-align: center;
    vertical-align: middle;
}

table.docs-table table.reviews-table {
    border-collapse: collapse; !important;
    border-style: hidden;
    background-color: white;
}

table.docs-table table.reviews-table td{
    padding: 4px;
    border: 1px lightgray solid;
    background-color: white;
}

.commentary {
    width: 95%;
}

.latest-status-action {
    color: white;
    background-color: dodgerblue;
    font-weight: bold;
}
