.guides img {
    width: 100% !important;
    height: auto !important;
}

.guides li {
    margin-bottom: 5px;
}

.guides a:hover {
    color: var(--primary-color);
    text-decoration: none;
    background-size: 100% 6px;
}

.guides a {
    text-decoration: none;
    background-image:
        linear-gradient(transparent 2px,
            hsl(208.1, 72.7%, 43.1%) 2px,
            hsl(208.1, 72.7%, 43.1%) 4px,
            transparent 4px),
        linear-gradient(transparent 2px,
            #d8dce9 2px,
            #d8dce9 4px,
            transparent 4px);
    background-size: 0% 6px, 100% 6px;
    background-position: 0 bottom, 0 bottom;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding-bottom: 6px;
    font-weight: bold;
    color: hsl(208.1, 72.7%, 43.1%);
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

table {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

td {
    border: 1px solid gray;
}

th {
    border: 1px solid gray;
}


caption {
    display: table-caption;
    color: #000000;
    text-align: -webkit-center;
}

br {
    display: block;
    content: "";
    margin: 5px 0;
}

iframe {
    max-width: 100%;
}