#comment-form {
float:left;
}
input, textarea {
width:350px;
}
textarea {
height:130px;
}
#comments {
width:830px;
float:right;
}
#comments table {
width:100%;
color:white;
font-weight:bold;
}
#comments table td {
padding: 5px;
vertical-align:top;
}
#comments table td.name {
font-weight:bold;
width:100px;
}
#comments table td.date {
width:120px;
}
#comments table th {
font-size:24px;
margin:10px;
text-align:center;
border-bottom: white solid 3px;
}
