/**
 * @file html5-ie.css
 * html5-ie.css содержит костыли для IE
 */

aside, nav, footer, header, section {
    display: block;
    margin: 0;
    padding: 0;
}

.table, .table-row, .table-cell {
    display: block;
    float: left;
}
.table-cell {
    clear: right;
    zoom: 1;
}
.table {
    overflow: hidden;
    position: relative;
}

footer, header, section {
    margin-top: 0;
    margin-bottom: 0;
}

