body {
    background-color: #C4D8D8;
    font-family: 'Open Sans', 'Noto Sans', 'Noto Sans KR', 'Noto Naskh Arabic', sans-serif;
    font-size: 18px;
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Open Sans Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    src: url('../fonts/material-icons.woff2') format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Light', sans-serif;
}
.plt1bg {
    background-color: #C4D8D8
}
.plt1fg {
    color: #C4D8D8
}
.plt2bg {
    background-color: #3D4135
}
.plt2fg {
    color: #3D4135
}
.plt3bg {
    background-color: #908E4D
}
.plt3fg {
    color: #908E4D
}
.plt4bg {
    background-color: #D0BFA4
}
.plt4fg {
    color: #D0BFA4
}
.plt5bg {
    background-color: #D07461
}
.plt5fg, .no_senses {
    color: #D07461
}
.translated {
    font-weight: bold;
    color: #706451
}
.examples {
    font-weight: bold;
    color: #706451;
}
.example {
    font-weight: bold;
    color: #706451;
}
.example_english {
    font-size: 85%;
    color: #706451;
}
.table thead th,
.table tbody td {
    width: 33%;
    font-size: 85%;
    vertical-align: top;
}
textarea.materialize-textarea,
input[data-sense] {
    background-color: #F5F5F5;
}
big.sensenum {
    font-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    color: #CCC;
}
span.dis {
    margin-left: 2em;
}
.card-content img {
    box-shadow: 10px 10px 20px #999;
    float: right;
    border: solid 1px black;
    width: 150px;
}
