2022-02-02 00:15:48 +00:00
|
|
|
body {
|
|
|
|
|
display: block !important;
|
|
|
|
|
margin: auto !important;
|
2022-02-02 03:36:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.vvjwJb {
|
|
|
|
|
font-size: 16px !important;
|
2022-02-02 00:15:48 +00:00
|
|
|
}
|
|
|
|
|
|
2025-01-22 19:00:57 +00:00
|
|
|
.ezO2md {
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
border: 0 !important;
|
|
|
|
|
box-shadow: 0 3px 5px rgb(0 0 0 / 0.2);
|
|
|
|
|
}
|
|
|
|
|
|
2021-03-22 14:59:32 +00: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 {
|
2022-02-07 17:47:25 +00:00
|
|
|
margin-bottom: 20px;
|
2021-03-22 14:59:32 +00:00
|
|
|
font-weight: bold;
|
2022-02-07 17:47:25 +00:00
|
|
|
padding-left: 10px;
|
2021-03-22 14:59:32 +00:00
|
|
|
}
|
2021-06-15 14:14:42 +00:00
|
|
|
|
2022-01-18 20:47:35 +00:00
|
|
|
details summary span {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-15 14:14:42 +00:00
|
|
|
#lingva-iframe {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 650px;
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
2021-10-21 16:42:31 +00:00
|
|
|
|
|
|
|
|
.ip-address-div {
|
|
|
|
|
padding-bottom: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ip-text-div {
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
}
|
2022-02-02 03:36:53 +00:00
|
|
|
|
2022-02-07 17:47:25 +00:00
|
|
|
.footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-11 16:49:04 +00:00
|
|
|
.site-favicon {
|
2023-10-11 21:41:48 +00:00
|
|
|
float: left;
|
2023-10-11 16:49:04 +00:00
|
|
|
width: 25px;
|
2023-10-11 21:41:48 +00:00
|
|
|
padding-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2023-12-20 18:27:20 +00:00
|
|
|
.has-favicon .sCuL3 {
|
2023-10-11 21:41:48 +00:00
|
|
|
padding-left: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#flex_text_audio_icon_chunk {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
audio {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
padding-bottom: 5px;
|
2023-10-11 16:49:04 +00:00
|
|
|
}
|
|
|
|
|
|
2022-02-02 03:36:53 +00:00
|
|
|
@media (min-width: 801px) {
|
|
|
|
|
body {
|
|
|
|
|
min-width: 736px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-02-07 17:47:25 +00:00
|
|
|
|
|
|
|
|
@media (max-width: 801px) {
|
|
|
|
|
details summary {
|
|
|
|
|
margin-bottom: 10px !important
|
|
|
|
|
}
|
|
|
|
|
}
|