body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

button {
    border: none;
    border-radius: 0px;
}

a, a:visited, a:hover, a:active {
    display: inline-block;
    outline: none;
    text-decoration: none;
    color: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
}

th, td {
    text-align: left;
    border: 1px solid #cccccc;
}

tr:nth-of-type(odd) {
    background-color: white;
}

tr:nth-of-type(even) {
    background-color: #e5e5e5;
}

label {
    display: block;
}

img {
    width: 100%;
    height: auto;
}