﻿@charset 'utf-8';

* {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    font-family: "Segoe UI";
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    height: auto;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: baseline;
    width: auto;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1px;
}

*html .clearfix, *:first-child + html .clearfix {
    zoom: 1;
}
