@charset "UTF-8";
/* CSS Document */

html,
html * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
}
.h2 {
	padding: 20px;
}
h2 {
	font-size: 50px;
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  margin-left: 10px;
  border-bottom: solid 0px #000;
}

h2:before{
  content: "\f591";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 50px;
  right: 0;
  top: 30px;
  color: #FDD835;
  z-index: 99;
}

h2:after{
    content: "";
    position: absolute;
    width: calc(100% - 36px);
    height: 3px;
    bottom: 0;
    left: 5px;
    background-repeat: repeat-x;
    background-size: 0.6em 0.2em,1.6em 0.2em,3.4em 0.2em,3.6em 0.2em;
    background-position: right bottom;
    background-image:
            radial-gradient(0.2em 0.1em at center center,rgba(255,235,59,1),rgba(255,235,59,0)),
            radial-gradient(0.4em 0.1em at center center,rgba(255,235,59,1),rgba(255,235,59,0)),
            radial-gradient(0.7em 0.1em at center center,rgba(255,235,59,1),rgba(255,235,59,0)),
            radial-gradient(7.1em 0.1em at center center,rgba(255,235,59,1),rgba(255,235,59,0));
}
span.markup {
	font-size: 40px;
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  margin-left: 10px;
	color: #000000;
}
.loose-leaf{
	background: rgba(255,255,255,1.00);
	border-left: 5px dotted rgba(0,0,0,.1);
	box-shadow: 0 0 0 5px #f8f8f8;
  padding-left: 25px;
  padding-top: 5px;
  margin-left: 10px;
}
.loose-leaf p{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
span.text {
	font-size: 1.2em;
	position: relative;
	padding: 0.1em 0.5em;
	margin-right: 0.5em;
	color: #000000;
}
span.caption {
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	padding: 0.1em 0.5em;
	margin-right: 0.5em;
	color: #000000;
}
.pic-frame {
	text-align: center;
}
span.table-title {
	color: #FF0000;
	font-size: 1.4em;
}
span.table-texthead {
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	padding: 0.1em 0.5em;
	margin-right: 0.5em;
	color: #006600;
}
span.table-text {
	color: #000000;
	font-size: 1.2em;
	padding: 0.1em 0.5em;
	margin-right: 0.5em;
}
span.table-smalltext {
	color: #000000;
	font-size: 1.0em;
	padding: 0.1em 0.5em;
	margin-right: 0.5em;
}
table{
	padding: 10px;
	width: 100%;
	border-collapse:separate;
	border-spacing: 0;
}
table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: 1px solid #a8b7c5;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}