/* Main
-------------------------------------------- */
/* Core start */

/* Core end */

/* ---
-------------------------------------------- */

/* ---
-------------------------------------------- */


/* Needs to be organized
--------------------------------------------
--------------------------------------------
--------------------------------------------
-------------------------------------------- */
.xExceptionDetails { margin-top: 1rem; overflow-y: auto; max-height: 400px; }
.xExceptionDetails > span { font-weight: bold; display: inline-block; margin-top: 5px; margin-bottom: 10px; }
.xExceptionDetails > p { font-family: var(--font-family--code); white-space: pre-wrap; padding-bottom: 10px; border-bottom: solid 1px gainsboro; }
.xExceptionDetails > p[last] { border-bottom-style: none; padding-bottom: 0; }