#contact {
    display: flex;
    background: none;
    border-bottom: 3px solid silver;    
    min-width: 300px;
}

#contactBody {
    display: inline-block;
    background-color: #F5F5F5;
    flex-grow: 1;
    flex-direction: row;        
    padding: 10px;
}

#contactBody table {
    width: 100%;
}

#contactBody textarea {
    width: 100%;
}

.contactText {
    width: 100%;
    max-width: 400px;
}

.contactBorder {
    display: inline-block;
    background-image: url("./images/responsive/dsborder.png");
    width: 40px;
}

@media (max-width: 450px) {
    .contactBorder {
        display: none;
    }
}