﻿
.section {
    height: auto;
    text-align: center;
    position: relative;
}


section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

.section .left {
    float: left;
}

.section .right {
    float: right;
}