* {
	background: inherit;
    border-color: inherit;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    margin: 0;
    padding: 0;
    word-spacing: inherit;
}

body {
	background: none repeat scroll 0% 0% #FFF;
	color: #000;
	font-size: 12pt;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	word-spacing: 0px;
	letter-spacing: 0px;
	padding: 0px 0px 50px;
}
h1 {
    font-size: 220%;
    padding: 0 0 20px;
    font-weight: 700;
}
.content-about h2 {
    font-size: 150%;
    font-weight: 700;
    margin: 15px 0;
    cursor: pointer;
}
.content-about li {
    padding: 5px 0;
}
.border-bottom-dashed {
    border-bottom: 1px dashed;
}
h3 {
	font-size: 180%;
	padding: 15px 0px 10px;
}

p {
    line-height: 1.4;
    padding: 0 0 4px;
}

a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.header-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    padding: 15px;
}
.header-link a{
    /*padding: 8px;*/
}

.settings-popup {
    display: none;
}

.font-10pt {
	font-size: 10pt !important;
}
.font-12pt {
	font-size: 12pt !important;
}
.font-16pt {
	font-size: 16pt !important;
}
.font-24pt {
    font-size: 24pt !important;
}

.font-arial {
    font-family: Arial,Helvetica,sans-serif !important;
}
.font-times {
    font-family: "Times New Roman",Times,serif !important;
}

.font-space-norm {
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
}
.font-space-bigger {
    letter-spacing: 2px !important;
    word-spacing: 2px !important;
}
.font-space-biggest {
    letter-spacing: 5px !important;
    word-spacing: 5px !important;
}

.scheme-0 {
    background: none repeat scroll 0 0 #fff;
    border-color: #000 !important;
    color: #000;
}
.scheme-1 {
    background: none repeat scroll 0 0 #000;
    border-color: #fff !important;
    color: #fff;
}
.scheme-1 a {

}
.scheme-2 {
    background: none repeat scroll 0 0 #9dd1ff;
    border-color: #063462 !important;
    color: #063462;
}
.scheme-3 {
    background: none repeat scroll 0 0 #3b2716;
    border-color: #a9e44d !important;
    color: #a9e44d;
}

.settings {
	font-size: 150%;
}
.selector.active {
    border-style: solid;
    border-width: 3px;
    padding: 2px 5px;
}
.selector:hover {
    border-style: solid;
    border-width: 3px;
    padding: 2px 5px;
}
.selector {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 8px;
}
#selector-color-scheme {
    display: block;
    overflow: hidden;
    padding: 0 0 20px;
}
ul {
    list-style: outside none none;
}
#selector-color-scheme li {
    border-style: solid;
    border-width: 3px;
    display: block;
    font-weight: 700;
    margin: 0 0 4px;
    padding: 10px;
    width: 60%;
}
#settings-buttons {
    text-align: right;
}
.settings-button {
    background: none repeat scroll 0 0 #fff;
    border-color: #000;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    color: #000;
    cursor: pointer;
    font-size: 100%;
    padding: 5px;
}
.scheme-1 .settings-button {
    background: none repeat scroll 0 0 #000;
    border-color: #fff;
    color: #fff;
}
.scheme-2 .settings-button {
    background: none repeat scroll 0 0 #9dd1ff;
    border-color: #063462;
    color: #063462;
}
.scheme-3 .settings-button {
    background: none repeat scroll 0 0 #3b2716;
    border-color: #a9e44d;
    color: #a9e44d;
}
#settings-popup-close {
    float: left;
}