﻿#messages{}
#messages ul { list-style-type: none; margin: 0; padding: 0; }
#messages img { width: 200px; }
.series { border-bottom: solid 1px #e9e9e9; padding: 10px 0px 0px 0px; float: left; width: 500px; }
.series p { padding: 0; margin: 0; }
.seriesTitle {  color: #0082c8; font-family: Arial; font-size: 14px; font-weight: bold; letter-spacing: -.07em; }
.message { list-style-type: none; }
.message li { margin: 2px 0px 0px 0px; padding: 3px 0px 5px 0px; border-top: solid 1px #fff; cursor: default; }
.message li:hover { background: #f2f2f2; border-top: solid 1px #e9e9e9; }

.story .col1 { width: 500px; }
.story .col2 { width: 260px; }
.quote { visibility: hidden; }
select 
{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding: 3px;
}