#test_message_table,
#test-project-form {
	margin: auto;
	width: 100%;
	padding: 15px;
	max-width: 800px;
	background-color: #f5efe0;
}

#test-project-form {
	border: solid #f8f9fa;
	border-width: .2rem;
}

#test-project-form h1 {
	font-size: 1.75em;
	margin-bottom: 1em;
	text-align: center;
}

#test_message_table label,
#test-project-form label {
	display: block;
    font-weight: 400;
    margin: 10px;
    border: none;
    line-height: inherit;
    padding: 0;
    text-align: inherit;
}

#test_message_table input,
#test-project-form input,
#test_message_table textarea,
#test-project-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.4rem;
    margin: 10px;
    max-width: 90%;
    padding: 1rem 1rem;
    width: 100%;
    border-color: #f8f9fa;
    color: #000;
    line-height: 1;
}

#test_message_table textarea,
#test-project-form textarea {
	height: 12rem;
    line-height: 1.5;
    width: 100%;
}

#test-project-form button {
	background-color: #cd2653;
	font-size: 1.2em;
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #cd2653;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 10px;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}

#test_message_table table {
	margin: 0 auto;
	border: 0.1rem solid #dcd7ca;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

#test_message_table table th,
#test_message_table table td {
	border: 0.1rem solid #dcd7ca;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}

#test_message_table table tr:nth-child(even) {
	background-color: #e4ded0;
}

#test_message_table table thead {
	background-color: #fbeac4;
}

#test_message_table .message-box .field:not(span) {
	font-weight: bold;
}

#test_message_table .message-box .field span {
	font-weight: normal;
}

#test_message_table .message-box .subject {
	margin-bottom: 15px;
}

#test_message_table .test-pagination {
	margin-top: 15px;
	margin-bottom: 15px;
}
