section.desc {
}
section.desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.desc li {
    display: flex;
    align-items: center;
    margin: 8px 0;
}
section.desc li img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
section.desc hr {
    margin: 1rem 0;
}

h3.price {
    text-align:left;
}
table.price {
    margin: 0 auto;
}
table.price th, table.price td {
    padding: 3px 10px;
    text-align:right;
}
table.price th {
    font-weight: bold;
}
table.price td {
    font-weight: normal;
}

nav.actions {
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
}
nav.actions a {
    text-decoration: none;
    color: #444;
    padding: 0 0.3em;
}
