.middle-column table { width: 100%; max-width: 100%; margin-bottom: 20px; border: none; }
.middle-column table th { background: #a30c1f; color: #fff; font-weight: normal; border: none; text-shadow: 0 1px 1px rgba(0,0,0,0.5); text-transform: capitalize; }
.middle-column table tbody td { border: 1px solid #ccc; }
.middle-column table tr { }
.conten tr.even, .middle-column tr.odd { background: none; }
.middle-column table td, table th { padding: 5px 10px; }
.middle-column table > tbody > tr:nth-child(odd) > td, .middle-column table > tbody > tr:nth-child(odd) > th { background-color:#f9f9f9; }
.middle-column table>tbody>tr:hover>td, .middle-column table>tbody>tr:hover>th { background: #fcf8e3; }

blockquote { font-weight: 300; font-size: 1.2em; color: #333; border-left: none; font-style: italic; }

h1, h3 { color: #a30c1f; }
h4 { }