
strong {
font-weight: 700;
}

.button, img, code {
vertical-align: middle;
}

.img_ev3q {
height: auto;
}
img {
max-width: 100%;
}


.content-wrapper {
    width: calc(100%);
    margin-left: -20px;
}

.results {
    background-color: rgba(44, 44, 44, 0.8);
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-top: 220px;
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.footer {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
    background-color: rgba(44, 44, 44, 0.8);
    border-radius: 8px;
}

.social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
    transform: translateX(20px);
}

@media (max-width: 768px) {

   * {
      box-sizing: border-box;
    }

    .content-wrapper, .results {
        width: calc(100% - 40px);
        margin: 0 10px;
        margin-top: 20px;
    }

    body {
        overflow-x: hidden;
    }
}


#sidebar .nav, .prezka ul {
    list-style-type:none
}
a {
color: #3679e6;
text-decoration: none;
}
strong {
font-weight: 700;
}

.body, .tabelka {
align-items: center;
display: flex;
justify-content: center;
}
table {
border-collapse: collapse;
display: block;
margin-bottom: 1rem;
}
pre, table {
overflow: auto;
}
table thead, table tr:nth-child(2n) {
background-color: #00000008;
}
thead {
display: table-header-group;
vertical-align: middle;
border-top-color: inherit;
border-right-color: inherit;
border-bottom-color: inherit;
border-left-color: inherit;
}
ol ol, ul ol {
    list-style-type:lower-roman
}

ol ol, ol ul, ul ol, ul ul {
    margin:0
}

ol ol ol, ol ul ol, ul ol ol, ul ul ol {
    list-style-type:lower-alpha
}


table thead tr {
    border-bottom: 2px solid rgba(127, 131, 136, 0.13);
}

table thead, table tr:nth-child(2n) {
    background-color: #00000008;
}

table tr {
    background-color: #a8323200;
    border-top: 1px solid #51719c;
}

table td, table th {
    border: 1px solid rgba(222, 217, 210, 0.11);
    padding:0.75rem;
}

table thead, table tr:nth-child(2n) {
background-color: rgba(84, 84, 84, 0.37);
}

table th {
    background-color: rgba(128, 117, 113, 0.1);
    color: inherit;
    font-weight: 700;
}

table td {
    color:inherit;
}

strong {
    font-weight:700;
}

a {
    color: #3578e5;
    text-decoration:none;
}
ol, ul {
padding-left: 2rem;
margin: 0 0 1rem;
padding-left: 0;
}

img {
max-width: 100%;
}
body {
color: #c2ab8e;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-weight: 400;
}
