/* Reset styles  */
html, body, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, cite, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}

fieldset, img {
    border:0;
    display: grid;
    /* justify-content: center; */
}

body {
    line-height:1.3em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, label {
    cursor:pointer;    
}

button {
    display:block;
    padding:0;
    height:27px;
    border:0;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-color:Transparent;
}
