.docs_img {
    float: left;
}

.docs_img i {
    font-size: 3rem;
    color: var(--theme-skit-color);
    margin-right: 10px !important;
}

.docs_text {
    float: left;
}

.docs_text a {
    color: inherit;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.docs_text a:hover {
    color: var(--theme-skit-color);
}

.docs_text span {
    font-size: 1rem;
    color: inherit;
    opacity: 0.5;
}

.empty_result {
    display: inline-block;
    color: #ff0000;
    padding: 1rem;
    margin: 2rem 0;
    border: 1px solid currentColor;
}