-webkit-scrollbar {
    width: 10px;
}

-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

body {
    font-family: 'Crimson Text';
    font-size: 16pt;
    -webkit-font-smoothing: antialiased;
}

h1 {
    margin-bottom: 2px;
}

h4 {
    margin-bottom: 2px;
    margin-top: 2px;
}

.headword-se {
    font-size: 2rem;
}

.dict-debug-tag {
    color: blue;
}

.headword sup {
    font-size: 0.5em;
}

.dict-larger {
    font-size: 1em;
}

.dict-small {
    font-size: 0.6em;
}
.category_table, .category_table td {
    border: 1px solid #ddd;
    padding: 3px;
    border-collapse: collapse;
}

.def_table, .def_table td {
    border: 1px solid #ddd;
    padding: 3px 6px;
    font-size: 16pt;
    border-collapse: collapse;
}

.dict-entry-image {
    max-width: 70%;
}

.dict-attribution {
    font-style: italic;
}


img {
    border: 0;
    /*max-width: 300px;*/
    min-height: 150px;
    /*max-height: 30vh;*/
    margin: 5px;
}

a.photos {
    text-decoration: none;
}

a {
    color: #E74C3C;
    text-decoration: none;
}

    a:hover, i:hover {
        cursor: pointer;
        color: #0099FF;
    }

hr {
    visibility: hidden;
}

ul.examples_list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

li.example {
    padding-left: 1em;
    text-indent: -1em;
}

li.example:before {
    content: "\25c7";
}
