.messagebox {
    max-width: 1200px;
    margin: 0px auto;
    min-height: 350px;
}
.messagebox form{
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
}

.messagebox textarea{
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    font-size:16px;
    color: black;
    height: 350px;
    border: none;
    resize: none;
    padding: 20px;
}

.messagebox div.table{
    width: calc(100% - 50px);
    font-size: 14px;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.messagebox .inputdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.messagebox p {
    margin-bottom: 0px;
}

#selectdiv, #confirmdiv {
    display: flex;
    flex-direction: column;
}



#selectdiv select, #confirmdiv input {
    width: 300px;
    display: block;
    padding: .7rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3b2b69;
    background-color: #fff;
    border: 0 solid #ced4da;
    border-radius: 30px;
}

#buttondiv {
    width: fit-content;
    margin: 10px;
}
