html, body { height: 100%; margin: 0; padding: 0; background-color: #343434; font-family: sans-serif; line-height: 1.5; }
a { color: deeppink; }
.stuff { width: 100%; height: 100%; display: flex; }
.video { width: 75% ; display: flex; } 
.resizer {width: 3px; cursor: col-resize; }
.chat  { flex: 1; resize: horizontal; }
.notes { flex: 1 ; background-color: #f1df1d; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; }

.list { color: #e8dde0; padding: 15px; }
.list table { border-collapse: collapse; }
.list tr { padding: 15px; }
.list td { min-width: 150px; }
.list span { cursor: copy; }
