/**
* The plugin "Terms Dictionary" styles.
*/

.dictionary .letters{border-bottom:1px solid #dedfde;display:flex;flex-wrap:wrap;padding-bottom:25px;margin-bottom:25px}.dictionary .letters .all-letters{width:100%;font-size:15px;text-decoration:none}.dictionary .letters .letter{background:#f0efea;border-bottom:none;font-size:33px;color:#bec5d2;text-align:center;text-decoration:none;line-height:50px;width:50px;height:50px;display:block;margin:3px;box-shadow:-1px -1px 0 0 #fff;transition:all .2s ease-in}.dictionary .letters .letter:hover{background:#ece8d9}.dictionary .letters .letter.current{background:#494949;color:#fff}.dictionary .terms .term{text-align:justify}.dictionary .terms .term:not(:last-child){border-bottom:1px solid #eaeaea;padding-bottom:10px;margin-bottom:10px}.dictionary .terms .term .attachment-dictionary-thumbnail{width:auto;height:100px;margin:0 10px 10px 0;float:left}