#tt {}

#tt #ttcont div.glossaryItemTitle {
    font-size: 13px !important;
}

#tt #ttcont div.glossaryItemBody {
    padding: !important;
    font-size: 13px !important;
}

.mobile-link a.glossaryLink {
    color: #fff !important;
}

.mobile-link:before {
    content: "Term link: "
}

#tt.vertical_top:after {
    border-bottom: 9px solid #fff !important;
}

#tt.vertical_bottom:after {
    border-top: 9px solid #fff !important;
}

.tiles ul.glossaryList a {
    min-width: 85px;
    width: 85px;
}

.tiles ul.glossaryList span {
    min-width: 85px;
    width: 85px;
}

.cm-glossary.tiles.big ul.glossaryList a {
    min-width: 179px;
    width: 179px
}

.cm-glossary.tiles.big ul.glossaryList span {
    min-width: 179px;
    width: 179px;
}

span.glossaryLink,
a.glossaryLink {
    /*border-bottom: dotted 1px #7f7f7f !important;*/
    border-bottom: none !important;
    color: #EB0000 !important;
}

#main-content a.glossaryLink, #main-content div.glossaryLink, #main-content span.glossaryLink {
    text-decoration: underline !important;
}

span.glossaryLink:hover,
a.glossaryLink:hover {
    /*border-bottom: solid 1px #ff0000 !important;*/
    color: #EB0000 !important;
}

.glossaryList .glossary-link-title {
    font-weight: normal !important;
}

#tt #tt-btn-close {
    color: #222 !important
}

.cm-glossary.grid ul.glossaryList li[class^='ln'] {
    width: 200px !important
}

#tt #tt-btn-close {
    direction: rtl;
    font-size: 20px !important
}

#ttcont {
    box-shadow: #666666 0px 0px 20px;
}

.cm-glossary.term-carousel .slick-slide,
.cm-glossary.tiles-with-definition ul>li {
    height: 245px !important
}

.cm-glossary.tiles-with-definition ul {
    grid-template-columns: repeat(auto-fill, 220px) !important;
}

.glossary-search-wrapper {
    display: inline-block;
}

input.glossary-search-term {
    outline: none;
}

button.glossary-search.button {
    outline: none;
}

.ln.letters a, ln.letters a:hover, ln.letters a:active{color: #A22A02;}
.ln-letters a.ln-disabled{color: #757575 !important}
.ln-letters a:hover, .ln-letters a.ln-selected {
    background-color: #eaeaea !important;
    color: #C53302;
}

div.glossaryItemTitle {
    width: 100%;
    background: #FF4C00;
    padding: 10px;
    color: #FFF;
    font-style: initial;
    font-weight: 900;
    font-size: 17px;
    margin: 0 !important;
    display: block;
}

div.glossaryItemBody{
    margin:  10px;
    text-align: left;
}