/*
#st-instructions {
	position: fixed;
	top: 2.5rem;
	right: 1rem;
	background-color: rgba(0, 0, 0, .75);
	color: rgb(255, 255, 255);
	padding: 1rem;
	display: none;
}
*/
.st-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  display: none; }

table.sortable {
  position: relative; }
  table.sortable tbody tr.st-draggable {
    cursor: pointer; }
  table.sortable tbody tr.st-origin {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    display: none; }
  table.sortable tbody tr.st-insert-indicator {
    height: 3px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    cursor: pointer; }

/*# sourceMappingURL=sortable_table.css.map */
