* {
    margin: 0;padding: 0;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: top;
}

input {
    outline: none;
    border: none;
}

a {
    text-decoration: none
}

html,
body {
    height: 100%;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}