#aeu-lexiq {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#aeu-lexiq>div {
    display: inline-block;
    width: 90%;
    max-width: 90%;
    text-align: left;
}

#aeu-lexiq .letter, #aeu-lexiq .category {
    display: inline;
    font-size: 0.9em;
}

#aeu-lexiq #letters a, #aeu-lexiq #categories a {
    font-weight: bold;
}

#aeu-lexiq a {
    text-decoration: none;
    color: #333333;
}

#aeu-lexiq #pages {
    display: block;
    text-align: center;
    font-weight: bold;
}

#aeu-lexiq #pages .current {
    color: #bbbbbb;
}

#aeu-lexiq a:hover {
    text-decoration: underline;
    color: #bbbbbb;
}

#aeu-lexiq .section>h4 {
    font-size: 1.2em;
    font-weight: bold;
}

#aeu-lexiq .section>.title {
    display: table;
    position: absolute;
    z-index: 2;
    padding: 5px;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
}

#aeu-lexiq .section>div {
    display: block;
    text-align: center;
    padding: 5px;
    margin: -4px 0px 10px 0px;
    border: 1px solid #cccccc;
    border-radius: 0px 5px 5px 5px;
}

#aeu-lexiq #definitions>div {
    text-align: left;
}

#aeu-lexiq #definitions ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#aeu-lexiq #definitions li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#aeu-lexiq .term {
    font-weight: bold;
}

#aeu-lexiq .detail {
    font-size: 0.9em;
    margin-bottom: 10px;
}

@media print {

    body * {
        display: none;
    }

    #definitions {
        position: absolute;
        display: block !important;
        max-width: 100%;
        max-height: 100%;
    }

    #definitions * {
        border: 0px;
        position: relative;
        display: block !important;
        max-width: 100%;
        max-height: 100%;
    }

}