1.cm-tw-syntaxerror {
2	color: #FFFFFF;
3	background-color: #990000;
4}
5
6.cm-tw-deleted {
7	text-decoration: line-through;
8}
9
10.cm-tw-header5 {
11	font-weight: bold;
12}
13.cm-tw-listitem:first-child { /*Added first child to fix duplicate padding when highlighting*/
14	padding-left: 10px;
15}
16
17.cm-s-default span.cm-bracket {	/* list items too light by default - not sure why this selector is needed */
18	color: #9d8859;
19}
20
21/*Removed border attributes from .cm-tw-box since it produced a missplacement with the selections of text inside it. Added grey color instead*/
22/* .cm-tw-box {
23	border-top-width: 0px ! important;
24	border-style: solid;
25	border-width: 1px;
26	border-color: inherit;
27} */
28.cm-tw-box {
29	color: #808080;
30	border: none;
31}
32.cm-tw-underline {
33	text-decoration: underline;
34}
35