.journal_primary_color {
        color: rgb(153,0,0);
}

.journal_color_table_rows {
        background-color: rgb(235,204,204);
}

#submission_keyword_selection {
	color: black;
}

#submission_keyword_selection ul {
	list-style: none;
	margin-bottom: 8px;
}

#submission_keyword_selection ul li {
	margin-bottom: 6px;
}

pre.review_response_bound_pre 
{
	width: 800px; /* <-- this determines the width of the comments */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

