@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;600&family=Roboto+Slab:wght@300;400&family=Roboto:ital,wght@0,100;0,300;0,400;1,300;1,400&display=swap');

#body-content-dict {
    max-width: 800px;
    width: 90%;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    flex-grow: 1;
}

#wordView {
    margin-top: 20px;
}

#wordView h2 {
    color: #5E5E5E;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 150%;
    text-decoration: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

#wordView p {
    color: #5E5E5E;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 150%;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

#wordView a {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 150%;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
    
#searchView {
    overflow-x:auto;
}

#searchView input {
    padding: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    width: 300px;
}

#searchView a {
    color: #5E5E5E;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    text-decoration: none;
}
    
#searchView table {
    border-collapse: collapse;
    width: 100%;
}

#searchView th, td {
    width:0.1%;
    white-space: nowrap;
    text-align: left;
    padding: 10px;
}

#searchView tr:nth-child(even) {
    background-color: #efefef;
}


