#hide_menu {
    display: none !important;
}
#translation a {
    color: #004289;
}
.tTable,
.tTable tr,
.tTable th,
.tTable td {
    border: 1px solid #024388;
    padding: 5px 15px;
}
.tTable th {
    font-weight: 600;
    color: #024388;
    text-align: center;
}
.tTable tr td {
    text-align: center;
}
.tTable tr td:first-child {
    color: #024388;
    text-align: left
}
#translation_btns .one:hover {
    background: #d0e3f7 !important;
    color: #000 !important;
}
#translation_btns .two:hover {
    background: #e0ffff !important;
    color: #000 !important;
}
#translation_btns .three:hover {
    background: #e1bee7 !important;
    color: #000 !important;
}
#translation_btns .one {
    background: #1e4385 !important;;
    border-color: #1e4385 !important;
    outline: none;
    box-shadow: none !important;
}
#translation_btns .two {
    background: #cc3498 !important;
    border-color: #cc3498 !important;
    outline: none;
    box-shadow: none !important;
}
#translation_btns .three {
    background: #8c1e68 !important;
    border-color: #8c1e68 !important;
    outline: none;
    box-shadow: none !important;
}
.block-buttons {
    margin: 10px 0;
}
.block-buttons .btn {
    color: #fff !important;
}
.translations .btn {
    color: #fff !important;
    outline: none;
    box-shadow: none !important;
}
.translations .btn-1 {
    background-color: #cc3498 !important;
}
.translations .btn-2 {
    background-color: #cc3498 !important;
}
.translations .btn-3 {
    background-color: rgb(0, 191, 255) !important;
}
iframe {
    width: 976px !important;
    height: 549px !important;
}