body{
    position: unset !important;
}
#google_translate_element{
    background-image: url('/dist/img/language-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: relative;
}
.goog-te-gadget-simple{
    background-color: transparent !important;
    border: none !important;
}
.goog-te-gadget-simple span span{
    display: none;
}
.goog-te-gadget-simple span img{
    display: none;
}
.goog-te-gadget-simple span a{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    margin: 0px;
}
.goog-te-gadget-icon{
    display: none;
}

table.history-menu{

}
table.history-menu td{
    border: 1px solid #ffc007;
    text-align: center;
    background-color: #002fb9;
    color: white;
    font-weight: 700;
    padding: 16px 16px;
}
table.history-menu td a:hover{
    color: #ffc007;
}
table.history-menu td a{
    color: white;
    text-decoration: none;
}