2022-02-02 03:15:48 +03:00
|
|
|
body {
|
|
|
|
display: block !important;
|
|
|
|
margin: auto !important;
|
2022-02-02 06:36:53 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.vvjwJb {
|
|
|
|
font-size: 16px !important;
|
2022-02-02 03:15:48 +03:00
|
|
|
}
|
|
|
|
|
2021-03-22 17:59:32 +03:00
|
|
|
.autocomplete {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-items {
|
|
|
|
position: absolute;
|
|
|
|
border-bottom: none;
|
|
|
|
border-top: none;
|
|
|
|
z-index: 99;
|
|
|
|
|
|
|
|
/*position the autocomplete items to be the same width as the container:*/
|
|
|
|
top: 100%;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete-items div {
|
|
|
|
padding: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
details summary {
|
|
|
|
padding: 10px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-06-15 17:14:42 +03:00
|
|
|
|
2022-01-18 23:47:35 +03:00
|
|
|
details summary span {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2021-06-15 17:14:42 +03:00
|
|
|
#lingva-iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 650px;
|
|
|
|
border: 0;
|
|
|
|
}
|
2021-10-21 19:42:31 +03:00
|
|
|
|
|
|
|
.ip-address-div {
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ip-text-div {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
2022-02-02 06:36:53 +03:00
|
|
|
|
|
|
|
@media (min-width: 801px) {
|
|
|
|
body {
|
|
|
|
min-width: 736px !important;
|
|
|
|
}
|
|
|
|
}
|