.content {width: 1024px; min-height: 500px; margin: 0 auto; padding: 20px 10px 20px 30px; background-color: white; display: flex; gap: 15px;}

main {display: block;}

#report {border-width: 0px; border-color: #639ace;}
#report tr th {background-color: #236dcc;}

#report_details {border: none; border-collapse: separate; background-color: #d6e7fb;}
#report_details tr:nth-child(1) th:nth-child(1) {background-color: #fffded; color: #639ace;}
#report_details tr:not(:first-child) th {width: 25%; background-color: white; color: black; text-align: right; padding-right: 4px; padding-left: 4px; vertical-align: top;}
#report_details tr td {background-color: white;}

select,
textarea,
input[type="text"],
input[type="name"],
input[type="email"] {font-size: inherit; width: 181px;}

textarea {font-family: inherit; min-height: 125px; max-height: 125px; overflow-y: auto; resize: none;}

#report_send {margin-top: 35px;}

#issue_type-error, 
#details-error, 
#username-error, 
#email-error{font-size:small;font-weight:normal;display:block;}
