.itemterm {
    margin-bottom: 20px ;
}
.search_term .azRanges li {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}
.search_term .azRanges li:before {
    display : none ;
}
.search_term form.search .hidden {
    display : none;
}
.search_term form.search .reset-button {
    font-size: 20px;
    border: 1px solid #bbc0c3;
    border-radius: 4px;
    padding: 18px 33px 13px 33px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.search_term form.search .reset-button .icon-reload {
    padding-right: 10px;
    position: relative;
    top: 3px;
    font-size: 22px;
    line-height: 0;
}
.search_term form.search .btn-submit {
    color: #fff;
    font-size: 20px;
    background: #00609c;
    border-radius: 4px;
    padding: 18px 56px 15px 56px;
    box-shadow: 0 2px 18px 0 rgba(37, 188, 202, 0);
    display: inline-block;
    transition: all 0.5s ease;
    border: 0;
    margin-right: 20px;
}
.search_term form.search .btn-submit:hover {
    color: #00609c;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 2px 18px 0 rgba(37, 188, 202, 0.3);
}
.search_term form.search label {
    font-size: 20px;
}
.itemterm .linkplusmins  {
    font-size: 18px;
    text-align: right;
    width: 100%;
    color: #00609c;
    text-decoration: underline;
    cursor: pointer;
}
.term hr {
    width: 100%;
}
.term .itemterm.red {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding-top: 15px;
}
.term .itemterm.red h4 ,
.term .itemterm.red p {
    color: #721c24;
}
.search_term .azRanges  li a.active {
    color : #00609c ;
}
.term .itemterm , .term .itemterm .translate  {
    display: flex;
    flex-wrap: wrap;
}
/*.itemterm .searchtable td span {
    float: left;
    width: 160px;
}
.itemterm table td.def {
    display: block;
    min-width: 160px;
}

.itemterm table tr {
    border-bottom: 0 ;
}*/