/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

.list       { margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }








/* Append your site-specific styles here */


/* ---------- HEADINGS ------------------------------------------------------------------------- */

.heading {
	counter-increment: section;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18pt;
	font-family: 'Gill Sans MT';
	border-bottom: solid 1.5pt grey;
}


/* ---------- FREE TEXT ------------------------------------------------------------------------- */

.note {
	color: black !important;
	background-color: #CAE3E9 !important;
	border-left: solid 2.5px grey;
	margin-top: 13px;
	margin-bottom: 13px;
	padding-inline-start: 30pt;
}

.note:before {
	background-image: url('note_icon.png');
	background-size: 20px 20px; 
	display: inline-block;
    width: 20px; 
	height: 20px;
	margin-right: 8pt;
	margin-left: -25pt;
	margin-bottom: -4px;
	margin-top: 3px;
    content:"";
}

.text {
	font-size: 1.15em;
}

.bullet-points {
	margin-top: -3px;
	font-size: 1.15em;
}

.emph {
	font-weight: bold;
	font-style: italic;
}


/* ---------- INSTRUCTIONS ------------------------------------------------------------------------- */


.action-group:before {
	content: "Step " counter(section) ": ";
}

.action-group {
	counter-increment: section;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18pt;
	font-family: 'Gill Sans MT';
	border-bottom: solid 1.5pt grey;
}

.actions:before {
	content: "›› ";
	font-weight: bold;
	margin-left: -1.5em
}

.actions {
	margin-top: 12px;
	margin-bottom: 6px;
	padding-left: 1.5em;
	color: black !important;
	font-style: bold !important;
	font-size: 1.15em;
}

.result:before {
	content:"› ";
	margin-left: -0.2cm
}

.result {
	color: black;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 1cm;
}


.alternative:before {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0.2cm;
	font-size: 1.15em;
	content: counter(section, upper-alpha) ") ";
}

.alternative {
	counter-increment: section;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0.2cm;
	font-size: 1.15em;
}


/* ---------- TABLES ------------------------------------------------------------------------- */


table {
	max-width: 200%;
}


article > div {
	overflow: auto;
}

.table-head {
	background-color: grey !important;
	color: white !important;
	text-align: left;
	padding: 10px 10px 7px 20px !important;
	word-break: break-all;
	overflow-wrap: normal;
	font-size: 1.17em;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 20px 20px 20px 20px !important;
	border: solid 1px !important;
	word-wrap: break-word;
	font-size: 1.12em;
	text-align: left;
	vertical-align: top;
}

tr:nth-of-type(odd) { 
	background: #eee; 
  }


/* ---------- IMAGES ------------------------------------------------------------------------- */


.medium-image {
	width: 430px !important;
	height: auto !important;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 3px;
	border: solid 1px black;
}

.big-image {
	width: 850px !important;
	height: auto !important;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: solid 1px black;
}


/* ---------- LINKS ------------------------------------------------------------------------- */


.link-style {
	color: #0073AE !important;
	font-style: italic !important;
}

.link-style:hover {
	color: black !important;
	font-style: normal !important;
	font-weight: bold;
}