* {
    margin:0;
    padding:0;
}
body {
    background-color:#ff9393;
    font-family:"source-sans-pro", sans-serif;
    padding:0 30px;
    position:relative;
    min-height:100vh;
}
header {
    background-color:#ff7978;
    padding:10px;
    display:none;
}

section#explain {
    background-color:#ff7978;
    font-size:3rem;
    padding:100px 0 30px 0;
    margin:0 -30px 20px -30px;
}
section#explain > div {
    max-width:51rem;
    margin:0 auto;
    padding:0 30px;
    text-align:center;
}
section#explain > div > div {
    display:inline-block;
    text-align:left;
}
section#explain p#ways {
    font-weight:300;
}
section#explain p#instructions {
    font-weight:400;
}

section#top-ad {
    text-align: center;
}

section#symbols {
    padding:30px 0 0 0;
    font-size:0;
}
section#symbols form#select-collection {
    text-align:right;
    margin-bottom:20px;
}
section#symbols form#select-collection label {
    font-size:1.3rem;
}
section#symbols form#select-collection select {
    font-size:1.3rem;
    padding:2px;
    border-color:#999999;
}
section#symbols form#select-collection button {
    margin-left:3px;
    font-size:1.3rem;
    padding:2px;
}
section#symbols div.heartsymbol {
    font-size:4rem;
    background-color:white;
    display:inline-block;
    min-width:50px;
    text-align:center;
    padding:20px;
    margin:10px;
    border-radius:5px;
    box-shadow:1px 1px 2px;
    color:#3a3a3a;
}
section#symbols div.heartsymbol a {
    color:inherit;
    text-decoration: none;
}
section#symbols p.details {
    background-color:white;
    display:inline-block;
    font-size:1.5rem;
    max-width:600px;
    padding:20px;
    margin:10px;
    border-radius:5px;
    box-shadow:1px 1px 2px;
    color:#3a3a3a;
    vertical-align: bottom;
}
section#symbols p.details a {
    color: inherit;
}
section#symbols p#funtalk span#funtalkrefresh {
    display:block;
    position:relative;
    font-size:1rem;
    top:10px;
    left:5px;
    text-align: right;
}
section#symbols p#funtalk span#funtalkrefresh a {
    color: inherit;
    text-decoration: none;
}


body::after {
    content: " ";
    display:block;
    padding-bottom:8rem;
}

footer {
    position:absolute;
    bottom:0;
    right:0;
    padding:15px;
    text-align:right;
}
footer p {
    border-top:1px dotted #3a3a3a;
}
footer a {
    color:inherit;
    text-decoration: none;
}
footer nav {
    margin: 20px 0;
}
footer nav a {
    text-decoration: underline;
}
footer nav a.curr {
    text-decoration: none;
    font-weight:600;
}



section#backhome {
    padding:20px 30px 20px 30px;
    background-color:white;
    border-radius:0 0 5px 5px;
    color:#3a3a3a;
    font-size:1.3rem;
    margin-bottom:30px;
}
section#backhome a {
    color:black;
}


section#symbolinfo {
    padding:30px 30px 30px 30px;
    max-width:50rem;
    margin:20px auto 0 auto;
    font-size:1.6rem;
    background-color:white;
    border-radius:5px;
    box-shadow:1px 1px 2px;
    color:#3a3a3a;
    font-size:0;
}
section#symbolinfo div {
    font-size:1rem;
    display:inline-block;
}
section#symbolinfo div#thesymbol {
    font-size:8rem;
}
section#symbolinfo div#theinfo {
    max-width:38rem;
    border-left:1px dashed black;
    padding-left:20px;
    margin-left:20px;
    vertical-align:top;
}
section#symbolinfo div#theinfo h1 {
    font-size:1.6rem;
}
section#symbolinfo div#theinfo h1 a {
    color: inherit;
    text-decoration: none;
}
section#symbolinfo div#theinfo p {
    font-size:1.2rem;
}
section#symbolinfo div#theinfo p strong {
    font-size:1.05rem;
    font-weight:400;
}
section#symbolinfo div#theinfo p a {
    color: inherit;
    text-decoration: none;
}
section#symbolinfo div#theinfo p.thedescription {
    margin-top:20px;
}
section#symbolbrowse {
    max-width:calc(50rem + 60px);
    margin:30px auto;
    height:2.8rem;
}
section#symbolbrowse a {
    display:block;
    border:1px solid #666666;
    background-color: white;
    padding: 0px 20px;
    font-size:2rem;
    color:inherit;
    text-decoration: none;
}
section#symbolbrowse a#prevsymbol {
    float:left;
}
section#symbolbrowse a#nextsymbol {
    float:right;
}


section#about, section#faq, section#history, section#heartlist, section#alt-codes, section#emoticon {
    margin-top:20px;
    padding:30px 30px 30px 30px;
    font-size:1.6rem;
    background-color:white;
    border-radius:5px;
    box-shadow:1px 1px 2px;
    color:#3a3a3a;
}
section#about h1, section#faq h1, section#history h1, section#heartlist h1, section#alt-codes h1, section#emoticon h1 {
    font-size:1.9rem;
    font-weight:600;
    margin-bottom:30px;
    padding-bottom:5px;
    border-bottom:1px dotted #3a3a3a;
}
section#heartlist h1 {
    margin-bottom:20px;
}
section#heartlist p {
    font-size:1.4rem;
    margin-bottom:25px;
}
section#heartlist table {
    width:100%;
    text-align:center;
}
section#heartlist table thead th {
    font-weight: 400;
    text-decoration: underline;
    padding-bottom:12px;
    font-size:1.4rem;
}
section#heartlist table tbody tr:nth-of-type(2n) {
    background-color:lightpink;
}
section#heartlist table tbody tr td:nth-of-type(1) {
    font-size:2.7rem;
}
section#heartlist table tbody tr td {
    padding: 5px 0;
    line-height:1.9rem;
}
section#heartlist table tbody tr td a {
    color: inherit;
    text-decoration: inherit;
}
section#heartlist table tbody tr td span.unicode {
    font-size:1.3rem;
}

section#hearttext {
    margin:0 15px;
}
section#hearttext div {
    padding:30px 30px 30px 30px;
    margin:15px auto;
    max-width:50rem;
    font-size:1.6rem;
    background-color:white;
    border-radius:5px;
    box-shadow:1px 1px 2px;
    color:#3a3a3a;
}
section#hearttext div p.text-text {
    margin-bottom:20px;
}
section#hearttext div p.text-info {
    font-size: 1.3rem;
}
section#hearttext div a {
    color: inherit;
    font-size:1.2rem;
}

section#alt-codes p {
    font-size:1.5rem;
}
section#alt-codes ol {
    margin:20px 0 20px 80px;
}


section#about p, section#history p, section#alt-codes p {
    margin:0 0 30px 0;
    padding:0 30px 0 30px;
}
section#about p a, section#emoticon p a {
    color:inherit;
}
section#about p a.noem {
    text-decoration: none;
}
section#about img.heart-image:nth-of-type(1) {
    float:right;
    margin-left:15px;
}
section#about img.heart-image:nth-of-type(2) {
    float:left;
    margin-right:15px;
}

section#faq div#questions, section#faq div#answers {
    padding:0 30px 0 30px;
}
section#faq div#questions {
    font-size:1.5rem;
    margin-bottom:30px;
}
section#faq div#questions a{
    display:block;
    color:black;
    margin-bottom:4px;
}
section#faq div#answers {
    margin-top:50px;
    font-size:1.4rem;
}
section#faq div#answers h2 {
    font-size:1.5rem;
}
section#faq div#answers div.oneanswer {
    margin-bottom:30px;
}
section#faq div#answers div.oneanswer p {
    margin-top:5px;
    margin-left:20px;
}
section#faq div#answers div.oneanswer p a {
    color: inherit;
}

section#history h2, section#emoticon h2 {
    font-size:1.6rem;
    padding:0 30px 0 30px;
    margin-bottom:20px;
}
section#history p, section#emoticon p {
    font-size:1.5rem;
}

section#emoticon p {
    margin:0 0 30px 20px;
    padding:0 30px 0 30px;
}


@media only screen and (max-width: 800px) {
    section#top-ad {
        display:none;
    }
}

@media only screen and (max-width: 780px) {
    body {
        padding:0 15px;
    }
    section#explain {
        background-color:#ff7978;
        font-size:2.4rem;
        padding:40px 0 30px 0;
        margin:0 -15px;
    }
    section#explain div {
        max-width:51rem;
        margin:0 auto;
        padding:0 30px;
    }

    section#symbols div.heartsymbol {
        font-size:3.5rem;
        padding:10px;
    }
    section#symbols p.details {
        padding:15px;
    }


    section#about, section#faq, section#history, section#heartlist {
        font-size:1.5rem;
    }
    section#about p, section#history p, section#alt-codes p, section#emoticon p {
        margin:0 0 20px 0;
        padding:0;
    }

    section#alt-codes ol {
        margin:20px 0 20px 40px;
    }

    section#faq div#questions {
        font-size:1.42rem;
        margin-bottom:30px;
    }
    section#faq div#questions, section#faq div#answers {
        padding:0 0px 0 0px;
    }
    section#faq div#answers div.oneanswer p {
        margin-left:15px;
    }

    section#history h2 {
        padding:0;
    }
}