@import url(ece0f108718759cdfe959853e3284dd021cf01c8.css);
@import url(1973401ab13f9f803fc61bb5b5a31706eacc1949.css);

body > main > section > h1{
    font-family: var(--alternate-font-family);
    font-weight: var(--alternate-font-weight);
    text-align: center;
    max-width: var(--max-section-width);
    margin-left: auto;
    margin-right: auto;
}

body > main > section#pricing > table > tbody > tr > td{
    text-align: left;
    border: none;
    font-weight: 300;
    padding: 0.5em;
}

body > main > section#pricing > table > tbody > tr > td.price{
    font-weight: bold;
}

body > main > section#features > table > tbody > tr > th{
    text-align: left;
    border: none;
    font-weight: 300;
}

body > main > section#features > table > tbody > tr > td.check{
    font-size: 2em;
    vertical-align: middle;
    border: none;
}