
button {
    cursor: pointer;
}

li {
    list-style: none outside none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

html {
    overflow-y: hidden;
}

body {
    line-height: 1.2;

    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;

    -webkit-text-size-adjust: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/*_\*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}