 

/* sortable table */
.sortable {	width: 450px; border: #15dde9 0px solid; }

/* extra styles for wysiwyg */
.tiny { font-size:9px; line-height:14px; color:#383838; }
.taller { font-size:16px; color:#383838; }

/**
* markering en onderlijning gelijk getrokken -> markeervraag v.2
*/

.line_green { background:#88ff66; /* border-bottom:2px solid #32810f; */ }
.line_red { background:#f77; /* border-bottom:2px solid #dc3045; */ }
.line_orange { background:#ffcc00; /* border-bottom:2px solid #fca503; */ }
.line_yellow { background:#f6ff55; /* border-bottom:2px solid #ffdd22; */ }
.line_blue { background:#b4e5f7; /* border-bottom:2px solid #56a6c4; */ }
.line_purple { background:#c999f4; /* border-bottom:2px solid #c90bf4; */ }
.line_darkgreen { background:#81b156; /* border-bottom:2px solid #56a6c4; */ }
.line_pink { background:#fe96ff; /* border-bottom:2px solid #c90bf4; */ }
