html
{
    font-size: 62.5%;
}

*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}

a
{
    text-decoration: none;
    font-weight: inherit;
    color: inherit;
}

a img
{
    border: 0;
}

li
{
    list-style: none;
}

fieldset
{
    border: 0;
}

button
{
    border: 0;
    text-align: left;
    background: transparent;
}

*:focus
{
    outline: none;
}

button, input, textarea
{
    font: inherit;
    appearance: none;
}