/*------------------------------------------------------------------

    [Table of contents]

    These styles are not part of the original design, i.e.
      https://github.concur.com/EvanL/ab-framework

	A.0 React-specific CSS


------------------------------------------------------------------*/

/*------------------------------------------------------------------

	A.0 React-specific CSS

------------------------------------------------------------------*/
.ab__framework .ab__question_screen {
	display: none;
}

.ab__framework .ab__question_screen.show_section {
	display: block;
}

.ab__framework .debugging_menu {
	/* Hidden by default. */
	display: none;

	background-color: #ffddff;
	border: 2px dashed #ffaaff;
}

.ab__framework .debugging_menu.show {
	/* This is triggered by using a bookmarklet. */
	display: block !important;
}
