.hentry table td, #comments table td {
 padding: .35em .6em;
 text-align: left;
}

.hentry table th, #comments table th {
 font-weight: normal;
 text-align: left;
 padding: .3em;
}

/* Add Drop Shadow, Rounded Corners, and Background to Contact Form 7 */
.wpcf7 input, textarea, select {
border: 1px solid #ccc;
font-size: 14px; margin: 0 10px 10px 0;
padding: 8px 10px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
 
 
/* Customizing the Submit Button for Contact Form 7 */
 
.wpcf7 input[type="submit"] {
background: #217b30;
border: 1px solid #137725;
color: #fff;
cursor: pointer;
font-size: 14px;
font-weight: bold;
padding: 10px 10px;
text-shadow: -1px -1px #1c5d28;
text-transform: uppercase;
width: auto
}
 
