﻿#page {
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 0 0 0 0;
    border: 0px none;
    width: 100%;
}

#content {
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 10px 10px 40px 10px;
    border: 0px none;
    width: 100%;
}

#content > div:nth-of-type(1) {
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 0 0 12px 0;
    border: 0px none;
    width: 100%;
    justify-content: left; 
    text-align: left;
}
#content > div:nth-of-type(2) {
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 24px 0 0 0;
    border: 0px none;
    width: 100%;
    justify-content: left; 
    text-align: left;
}
#content > div:nth-of-type(3) {
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 12px 0 12px 0;
    border: 0px none;
    width: 100%;
    justify-content: left; 
    text-align: left;
}
#content > div:nth-of-type(4) {
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 24px 0 0 0;
    border: 0px none;
    width: 100%;
    justify-content: left; 
    text-align: left;
}
#content > div:nth-of-type(5) {
    float: left;
    clear: both;
    box-sizing: border-box;
    padding: 12px 0 12px 0;
    border: 0px none;
    width: 100%;
    justify-content: left; 
    text-align: left;
}

