*{
    padding:0;
    margin: 0;
}

body{
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    color: #212121;
    background-color: #EEE;
}

@media screen and (min-width: 680px) {
    body,html {
        max-width: 680px;
        margin: auto!important;
    }
}

ul,li {
    list-style: none;
}

a{
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #212121;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none!important;
}

input[type='number']{-moz-appearance:textfield!important;}

input{
    font-size: 14px;
}

button{
    font-size: 14px;
}

