/* MSB Pro — Quiz styles */

/* Ordering list */
.msb-ordering-item:hover { border-color: #1A3FBB; background: #f8f9ff; }
.msb-ordering-item[draggable="true"] { cursor: grab; }
.msb-ordering-item[draggable="true"]:active { cursor: grabbing; }

/* Matching table */
.msb-matching-wrap select:focus {
	outline: none;
	border-color: #1A3FBB;
	box-shadow: 0 0 0 3px rgba(26,63,187,0.1);
}

/* Fill in blank */
.msb-fib-input:focus {
	border-bottom-color: #FF6B2B !important;
}
