/* Customizations for Wikchamni Dictionary */
article.post.featured blockquote {
    text-align: left;
}

/* Remove this next statement when there is
  more than one language block on Home page. */
  #main > .posts article#only-one {
    width: 70%; 
    float: right; 
    margin-left: 15%;
}

abbr {
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 1px !important;
    border-bottom: 1px dotted !important;
}

body #copyright {
    color: white;
    font-size: larger;
}

blockquote.citation {
    font-style: normal;
}

figure figcaption {
    font-family: "Merriweather", Georgia, serif;
    font-size: smaller;
    font-weight: 700;
    font-style: italic;
    line-height: 1.25rem;
    text-align: left;
}

figure a figcaption {
    margin-top: .5em;
}

p.return-top a {
    font-size: 1em; 
    color: Green; 
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Source Sans Pro", Helvetica;
    clear: both;
}

table {
    caption-side: bottom;
}

table caption {
    font-style: italic;
}

td.empty {
    background-color: white;
}

ul.alt li {
    list-style-type: none;
    margin-top: 1em;
}

/* To do: This breaks first social media icon in footer. */
ul.alt li:first-child {
    margin-top: 0;
}

nav ul.icons {
    display: none;
}

ul.win-code {
    margin-top: -2em;
}

.win-code li {
    margin-right: 1em;
}

.win-code li span {
    margin-right: .5em;
    font-size: larger;
}

.big {
    font-size: larger;
}

#cons td,
#vow td {
    text-align: center;
    font-size: larger;
}

#cons th,
#vow th {
    text-align: center;
}

body #footer > section.split.contact > section > :first-child {
    width: 10rem;
}

body #intro #panel {
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: rgba(16, 16, 16, 0.25);
    margin: 1rem 1rem 2rem 1rem;
}

body #intro #panel p {
    margin-bottom: 0;
    font-size: 1.3rem;
}

.attribution {
    font-size: larger;
    font-style: italic;
    text-align: right;
    margin-top: -1.5em;
}

@media screen and (max-width: 380px) {

    /* Resize keyboard image on Search page. */
    ol .resize span.image img {
        width: 100%;
    }

    #cons th,
    #vow th {
        font-size: smaller;
        padding: 0;
    }
}