

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/*body {
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}*/

blockquote,
q {
    quotes: none;
}

a {
    text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button {
background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0; 
    margin-right: 10px;
    color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
    width: 150px;
    height: 37px;
}
}

button:focus {
    outline: 0 none;

    color: #a5a5a5;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
