/* $Id: styles.css,v 1.2 2021/01/30 20:00:16 martini Exp $ */

body {
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
    padding-left: 0em;
}

nav ul li {
    display: inline;
}

img.button {
    height: 1.5em;
    cursor: pointer;
}

table {
    width: 100%;
}