.cmtt-language-switch-wrapper {
    width: 100%;
    height: auto;
    text-align: right;
}
.cmtt-language-switch-wrapper .cmtt-language-switch {
    padding: 5px;
    text-decoration: none;
    font-size: 10px;
    margin-left: 5px;
}
#tt #ttcont div.glossaryItemBody img {
    padding: 0 30px 15px;
    margin-top: 0 !important;
}
#tt #ttcont {
    position: relative;
}
#tt.loading #ttcont:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    background: url('images/ajax-loader.gif') no-repeat center center;
    background-color: rgba(255,255,255, 0.75);
}