.textleft {
    text-align: left;
}

.textcentre {
    text-align: center;
}

.textright {
    text-align: right;
}

p {
    margin: 4px 0 4px 0;
    color: #FFF;
}

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

#page-title {
    margin: 0 0 0 0 !important;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px;
    color: #FFF;
}

h1 {
    margin: 16px 0 16px 0;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #FFF;
}

h2 {
    margin: 16px 0 16px 0;
    font-weight: 700;
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #FFF;
}

h3 {
    margin: 16px 0 16px 0;
    font-weight: 350;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #FFF;
}

h4, h5, h6 {
    margin: 16px 0 16px 0;
    font-weight: 100;
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 12px;
    color: #FFF;
}

ul {
    margin: 0 0 20px 35px;
    list-style-type: square;
}

ul li {
    padding: 0 0 0 2px;
}

ul ul {
    margin: 0 0 0 25px;
}

ol {
    margin: 0 0 20px 35px;
    list-style-type: decimal;
}

ol li {
    padding: 0 0 0 2px;
}

ol ol {
    margin: 0 0 0 25px;
}

hr {
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
    margin: 16px 0 16px 0;
    border: none;
    border-top: 4px solid #A71E2E;
    text-align: center;
}

blockquote {
    background: #EEE;
    margin: 0 0 5px 0 !important;
    color: #AAA;
    border-left: 5px solid #A71E2E;
    padding: 15px;
    font-style: italic;
}

code {
    color: #A71E2E;
    border: 1px solid #AAA;
    border-radius: 4px;
    margin: 4px;
    padding: 4px;
}
    

blockquote p {
    margin: 0;
}

blockquote p.author {
    text-align: right;
    font-size: 14px;
    letter-spacing: 2px;
    color: #999;
}

@media screen and (max-width: 768px) {

    .textcentre {
        text-align: left;
    }

    .textright {
        text-align: left;
    }

}

table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th,table td{
    color: #FFF;
    padding: 10px 0;
}

table th{
    background-color: #822;
    text-align: center;
}

table tr:nth-child(even){
    background-color: #822
}

