+.exercise .draggable.disabled {
+ background-color: grey;
+}
+
+.exercise .placeholder {
+ padding: 3px;
+ border: 1px dotted black;
+ display: inline-block;
+ min-width: 200px;
+ min-height: 1em;
+}
+
+.exercise .placeholder.accepting.dragover {
+ background-color: #ffff99;
+}
+
+
+.exercise.zastap .paragraph .placeholder {
+ display: inline;
+ min-width: none;
+ min-height: none;
+ border: inherit;
+ padding: inherit;
+}
+
+
+
+.exercise .lista.subjects {
+ padding-left: 0px;
+}
+
+
+.exercise.uporzadkuj li {
+ cursor: move;
+}
+
+.draggable .remove {
+ font-family: sans-serif;
+ padding: 2px 4px;
+ background-color: #ee6666;
+ margin-left: 5px;
+}
+
+.exercise.wybor li[data-name] {
+ list-style: none;
+}
+
+/* utils */
+