body {
    margin: 0;
}

a {
    text-decoration: underline;
}

.wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.container {
    max-width: 80.0rem;
}

.wrapper > .container {
    padding-bottom: 10.7rem;
    padding-top: 10.7rem;
}

.wrapper > .content {
    padding-bottom: 10.7rem;
    padding-top: 10.7rem;
}

.navigation {
    left: 0;
    max-width: 100vw;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

.main-nav {
    background: #f4f5f6;
    display: block;
    height: 5.2rem;
    width: 100%;
    left: 0;
    max-width: 100vw;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
.main-nav .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    max-width: 80.0rem;
}

.sub-nav {
    background: #f4f5f6;
    display: block;
    height: 3.2rem;
    width: 100%;
    left: 0;
    max-width: 100vw;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 5.2rem;
    z-index: 99;
}

.sub-nav .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    max-width: 80.0rem;
    justify-content: space-between;
}

.navigation-title .img {
    height: 3.8rem;
    position: relative;
    top: .8rem;
}

.navigation-title {
    color: #606c76;
    display: inline;
    font-family: 'Gotham Rounded A', 'Gotham Rounded B', 'Helvetica Neue', Arial, sans-serif;
    line-height: 5.2rem;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.navigation-title .title {
    display: none;
    font-size: 2.6rem;
}
@media screen and (min-width: 60rem) {
    .navigation-title .title {
        display: inline;
    }
}

.search-form {
    line-height: 5.2rem;
    margin: 0;
    position: absolute;
    top: 0.8rem;
    left: 8rem;
    right: 1rem;
    display: flex;
    flex-grow: 1;
    margin-left: 1rem;
}
@media screen and (min-width: 60rem) {
    .search-form {
        left: 27rem;
    }
}
.search-input {
    border-bottom-right-radius: 0!important;
    border-right: 0;
    border-top-right-radius: 0!important;
    margin: 0;
    background-color: white !important;
}
.search-button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0;
    padding: 0.4rem 0 0 0;
    width: 3.8rem;
    height: 3.8rem;
    text-align: center;
}

.big-char-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 60rem) {
    .big-char-container {
        align-items: flex-start;
    }
}

.char-big {
    background-color: #fff;
    border: .1rem solid #9b4dca;
    border-radius: .4rem;
    display: inline-block;
    font-family: 'Noto Sans script=all'; 
    font-size: 100px;
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    padding: 0;
    white-space: nowrap;
}
.char-small {
    position: relative;
    color: #606c76;
    background-color: #fff;
    border: .1rem solid #9b4dca;
    border-radius: .2rem;
    font-family: 'Noto Sans script=all';
    font-size: 50px;
    font-weight: 100;
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 87px;
    margin: 4px;
    padding: 4px;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
}
.char-small .sub {
    position: absolute;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 9px;
    line-height: 9px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    opacity: 0.75;
}
.char-small .add-mylist-button {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size:24px;
    border-radius: 0;
    padding: 0px;
    color: #fff;
    background-color: #9b4dca;
}

@media (min-width: 80rem) {
    .char-small:hover .add-mylist-button {
        display: block;
    }
    .char-small .add-mylist-button:hover {
        background-color: #fff;
        color: #9b4dca;
    }
}
.char-small .mini-copy-button {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size:24px;
    border-radius: 0;
    padding: 0px;
    color: #fff;
    background-color: #9b4dca;
}
@media (min-width: 80rem) {
    .char-small:hover .mini-copy-button {
        display: block;
    }
    .char-small .mini-copy-button:hover {
        background-color: #fff;
        color: #9b4dca;
    }
}

ul.breadcrumbs {
    list-style: none;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0.75em;
}

ul.breadcrumbs li {
    align-items: center;
    display: flex;
}

ul.breadcrumbs li:first-child a {
    padding-left: 0;
}

ul.breadcrumbs li+li::before {
    color: #b5b5b5;
    content: "\0002f";
}

ul.breadcrumbs a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 .75em;
}

.copy-button {
    margin-bottom: 0;
}
.fieldset .copy-button {
    margin-bottom: 1.0rem;
}

.list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-item {
    text-decoration: none;
}
.list-item > div {
    display: flex;
    flex-direction: column;
    border: .1rem solid #9b4dca;
    border-radius: .2rem;
    margin: 1rem;
    padding: 1rem;
}
.list-item > div > h4 {

}
.list-item > div > p {

}
.list-item > div > .list-examples {
    display: flex;
    flex-direction: row;
}
.list-item > div > .list-examples > div {
    position: relative;
    color: #606c76;
    background-color: #fff;
    font-family: 'Noto Sans script=all';
    font-size: 50px;
    font-weight: 100;
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 87px;
    margin: 4px;
    padding: 4px;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
}

kbd {
    padding: .1em .6em;
    border: 1px solid #ccc;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f7f7f7;
    color: #333;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
    border-radius: 3px;
    display: inline-block;
    margin: 0 .1em;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
    white-space: nowrap
}

.prev-next-button a {
    z-index: 100;
    position: fixed;
    top: calc(50% - 3rem);
    width: 3rem;
    height: 6rem;
    text-align: center;
    font-weight: bold;
    line-height: 6rem;
    background-color: #f4f5f6;
    color: #9b4dca;
    border: .1rem solid #9b4dca;
    border-radius: .2rem;
    opacity: 0.7;
    text-decoration: none;
}
.prev-next-button a:hover {
    background-color: #606c76;
    color: #fff;
}
.prev-button a {
    left: 0;
    border-left: 0;
}
.next-button a {
    right: 0;
    border-right: 0;
}

@media (max-width: 60rem) {
    .table td, th {
        padding: 1.2rem 0.5rem;
    }
}

.icon-button {
    background-color: #9b4dca;
    border: 0.1rem solid #9b4dca;
    border-radius: .4rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
    margin: 0;
    justify-content: center;
    padding-bottom: .5em;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .5em;
    text-align: center;
}

.icon-button:hover {
    background-color: #606c76;
    border: 0.1rem solid #606c76;
}

.optional-cell {
    display: none;
}
.overflow-row {
    display: table-row;
}
.overflow-row td {
    border-bottom: 0.2rem solid #606c76;
}
@media (min-width: 60rem) {
    .optional-cell {
        display: table-cell;
    }
    .overflow-row {
        display: none;
    }
}

#notification {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0.5em;
    background: #606c76;
    color: #fff;
    overflow: hidden;
}

#notification.show {
    display: block;
}

.table tr td {
    vertical-align: top;
}
.char-mini-list {
    list-style: none;
}
.char-mini-list a {
    text-decoration: none;
    display: flex;
}
.char-mini-list a span {
    text-decoration: underline;
}
.char-mini {
    position: relative;
    color: #606c76;
    background-color: #fff;
    border: .1rem solid #9b4dca;
    border-radius: .2rem;
    font-family: 'Noto Sans script=all';
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em;
    margin-right: 0.5em;
    padding: 0;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}
