a {
    border-bottom: 1px dotted #808080;
    color: #000000;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px dotted #b01c2e;
    color: #b01c2e;
    text-decoration: none;
}
html, body {
    background-color: #f8f6f4;
    font-family: Source Sans Pro,Myriad Pro,Ubuntu,Arial,Helvetica,sans-serif;
    font-size: 11pt;
    height: 100%;
    line-height: 15pt;
    margin: 0;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../font/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
}
.icon {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
}
.mainbox {
    background-color: #fcfaf8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 750px;
}
.mainboxnostyle {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 750px;
}
.BibList li {
    padding-bottom: 10px;
}
.leftbox {
    background-color: #fcfaf8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    width: 1055px;
}
.content {
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 40px;
}
.alltitlebox {
    background-color: #f0ebe8;
    background-image: linear-gradient(to top, #e0dcd8 0%, #f0ebe8 100%);
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    padding-top: 15px;
}
.navcontainer {
    background-color: #f8f6f4;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}
.titlebox {
    font-size: 20pt;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.subtitlebox {
    color: #505050;
    font-size: 10pt;
    font-style: italic;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    width: 750px;
}
.bigsubtitlebox {
    font-size: 14pt;
    font-weight: 600;
    margin: 20px auto 30px;
    text-align: center;
    width: 750px;
}
* {
    font-family: "Source Sans Pro",sans-serif;
}
input {
    font-size: 11pt;
    margin-top: 5px;
}
.logobox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    width: 750px;
}
p {
    text-indent: 1em;
}
h2 {
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 0.25em;
    margin-top: 1em;
}
h3 {
    font-size: 14pt;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
h4 {
    color: #505050;
    font-size: 10pt;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-align: center;
}
label.leftlabel {
    display: inline-block;
    float: left;
    line-height: 30px;
    margin-right: 10px;
    padding-top: 2px;
    text-align: right;
    width: 100px;
}
.licensediv {
    background-color: #ffffff;
    font-size: 10pt;
    height: 200px;
    margin: 1em;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    width: 600px;
}
div.formelem {
    clear: both;
    vertical-align: middle;
}
.error {
    color: #c01010;
    font-size: 10pt;
    padding-top: 5px;
    text-align: center;
}
.mandatory {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #c01010;
    display: inline;
    font-family: FontAwesome;
    font-size: 60%;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-left: 5px;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
}
input.textbox {
    border: 1px solid #aa9c8f;
    border-radius: 2px;
    display: inline-block;
    float: left;
    height: 20px;
    padding: 2px;
    vertical-align: middle;
}
button {
    background-color: #efebe7;
    background-image: linear-gradient(to bottom, #fcfbfa 0%, #e0d9d2 100%);
    border: 1px solid #aa9c8f;
    border-radius: 3%;
    cursor: pointer;
    float: left;
    font-size: 12pt;
    /* margin-top: 20px; */
    /* padding: 5%; */
    width: 100%;
}
button:hover {
    background-color: #f5f3f1;
    background-image: linear-gradient(to bottom, #fcfbfa 0%, #ebe6e1 100%);
}
button:active {
    background-color: #e3d7c9;
    background-image: linear-gradient(to bottom, #ece4da 0%, #d8c7b4 100%);
}
button.selected {
    background-color: #e3d7c9;
    background-image: linear-gradient(to bottom, #ece4da 0%, #d8c7b4 100%);
}

table p {
    text-indent: 0;
    width: 100%;
}
table p:first-child {
    margin-top: 0;
    text-indent: 0;
    width: 100%;
}
table p:last-child {
    margin-bottom: 0;
    text-indent: 0;
    width: 100%;
}
#mintable {
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
    text-align: left;
    width: 100%;
}
#mintable th {
    border-bottom: 2px solid #000000;
    padding: 10px 8px;
}
#mintable > tbody > tr > td {
    border-bottom: 1px solid #d9d2cd;
    padding: 6px 8px;
}
#mintable > tbody > tr.set > td {
    border-bottom: 2px solid #000000;
    padding-top: 50px;
    vertical-align: top;
}
#mintable > tbody > tr.set > td:first-child {
    font-weight: 600;
}
#mintable .top {
    vertical-align: top;
}
#mintable .col10 {
    width: 10%;
}
#mintable .col15 {
    width: 15%;
}
#mintable .col15centered {
    text-align: center;
    width: 15%;
}
#mintable .col20 {
    width: 20%;
}
#mintable .col20top {
    width: 20%;
}
#mintable .col25 {
    width: 25%;
}
#mintable .col25centered {
    text-align: center;
    width: 25%;
}
#mintable .col30 {
    width: 30%;
}
#mintable .col40 {
    width: 40%;
}
#mintable .col40centered {
    text-align: center;
    width: 40%;
}
#mintable .col50 {
    width: 50%;
}
#mintable .col60 {
    width: 60%;
}
#mintable .col70 {
    width: 70%;
}
#mintable .col75 {
    width: 75%;
}
#mintable .col80 {
    width: 80%;
}
#mintable .col90 {
    width: 90%;
}
#mintable .col100 {
    width: 100%;
}
#mintable .column1 {
    width: 20%;
}
#mintable .column2 {
    width: 50%;
}
#mintable .column3 {
    text-align: center;
    width: 15%;
}
#mintable .column4 {
    width: 25%;
}
.emptytable {
    border-collapse: collapse;
    font-size: 11pt;
    margin: 0;
    text-align: left;
    width: 100%;
}
.emptytable th {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 4px;
}
.emptytable > tbody > tr > td {
    border-bottom: 1px solid #d9d2cd;
    padding: 2px;
}
.emptytable tr:last-child td {
    border-bottom: 0 none !important;
}
.eqn {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
}
p {
    width: 700px;
}
.numberTab {
    background: none repeat scroll 0 0 #0080ff;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 9pt;
    font-weight: bold;
    height: 14px;
    line-height: 11pt;
    padding: 1px;
    text-align: center;
    text-indent: 0;
    width: 14px;
}
.colour1 {
    background: none repeat scroll 0 0 #1971ea;
    border-color: #1971ea;
}
.colour1text {
    background-color: #fcfaf8;
    color: #1971ea;
}
.colour2 {
    background: none repeat scroll 0 0 #cc1e1e;
    border-color: #cc1e1e;
}
.colour2text {
    background-color: #fcfaf8;
    color: #cc1e1e;
}
.colour3 {
    background: none repeat scroll 0 0 #1a9c31;
    border-color: #1a9c31;
}
.colour3text {
    background-color: #fcfaf8;
    color: #1a9c31;
}
.colour4 {
    background: none repeat scroll 0 0 #cd6b04;
    border-color: #cd6b04;
}
.colour4text {
    background-color: #fcfaf8;
    color: #cd6b04;
}
.colour5 {
    background: none repeat scroll 0 0 #9534a8;
    border-color: #9534a8;
}
.colour5text {
    background-color: #fcfaf8;
    color: #9534a8;
}
.section {
    margin-bottom: 50px;
}
.sectionheading {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 20px;
}
.screenshot {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 1em;
    margin-top: 1em;
}
.screenshot_wrap {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 -1px 2px rgba(0, 0, 0, 0.2) inset;
    clear: both;
    float: right;
    margin: 0 5em;
}
.faketab {
    background-color: #efebe7;
    background-image: linear-gradient(to bottom, #fcfbfa 0%, #efebe7 100%);
    border-left: 1px solid #aa9c8f;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #aa9c8f;
    border-top: 1px solid #aa9c8f;
    color: #000000;
    font-size: 10pt;
    padding: 0 3px;
    text-decoration: none;
    white-space: nowrap;
}
#nav {
    float: left;
    font-weight: 600;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
#nav li {
    background: none repeat scroll 0 0 #f8f6f4;
    float: left;
    margin-right: 10px;
    position: relative;
}
#nav a {
    border: 0 none;
    display: block;
    padding: 5px;
    text-decoration: none;
}
#nav a:hover {
    text-decoration: underline;
}
#nav ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    left: -9999px;
    list-style: outside none none;
    padding: 0;
    position: absolute;
}
#nav ul li {
    float: none;
    padding: 0;
}
#nav ul a {
    font-size: 10pt;
    font-weight: 400;
    padding: 3px 10px;
    white-space: nowrap;
}
#nav li:hover ul {
    left: 0;
}
#nav li:hover a {
    background: none repeat scroll 0 0 #f0ebe8;
    text-decoration: underline;
}
#nav li:hover ul a {
    text-decoration: none;
}
#nav li:hover ul li a:hover {
    background: none repeat scroll 0 0 #f0ebe8;
}
#nobulletlist ul, li {
    float: none;
    list-style-type: none;
    padding: 0;
}

.column {
    float: left;
    padding: 10px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}