html, body {
    max-width: 600px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 2.0;
    margin: 5px;
    padding: 0;
    overflow:hidden;
    display:block;
    box-sizing: border-box;
}
body {
    border: solid black thin;
}

footer {
    background-color: #000000;
    color: #fff;
    padding: 10px;
    font-family: "Gill Sans", Arial, sans-serif;
}
.footer-logo {
    padding:10px;
}
.table {
    display: flex;
    flex-direction: column;
    /*border: 1px solid #ccc;*/
}

.row {
    display: flex;
}

.cell {
    padding: 10px;
    /*border: 1px solid #ccc;*/
}

.row1 {
    justify-content: space-between;
}

.row2 {
    justify-content: center;
}
a {
    color: white;
    text-decoration: none;
}
.pricetext {
    color: #ffffff;
    font-size: 10px;
    font-style: italic;
}
.whitebg {
    background-color: white;
}
.darkbg {
    background-color: black;
}
.greybg {
    background-color: #484d51;
}
p, h2 {
    padding-left: 10px;
}