* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button {
    background: transparent;
    border:     none;
    cursor:     pointer;
    padding:    0;
    text-align: inherit;
}

a {
    box-sizing:      border-box;
    display:         inline-block;
    text-decoration: none;
}

a:hover, a:active, a:visited {
    /**/
}

input, textarea {
    border:     none;
    box-sizing: border-box;
    outline:    none;
}

ul {
    list-style: none;
    margin:     0;
    padding:    0;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin:      0;
}

p {
    margin: 0;
}

div {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing:  0;
    width:           100%;
}
