button, a{
    text-decoration: none;
    border: none;
}
.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
}
td {
    padding: .5em;
}
table, tr, td {
    border: 1px solid black;
}
.list-tick {
    list-style-type: "";
}
.list-tick > li::before {
    content: "✓ ";
    color: #7ACA50;
    font-weight: bolder;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.list-minus {
    list-style-type: "- ";
}
#slogan {
    width: 6em;
    text-align: center;
    font-family: 'Pacifico';
}
ul {
    list-style-position: outside;
    margin-left: .5em;
}
li.emp{
    background-color: rgba(110,183,73,.4);
}

ol > li > ol{
    margin-left: .5em;
}
.content a {
    color: #1058e8;
}
.content a:hover {
    text-decoration: underline;
}