<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#result {
    position: relative;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    overflow-y: auto;
    max-height: 700px;
    box-sizing: border-box;
    z-index: 1001;
}

.link-class:hover {
    background-color: #f1f1f1;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.single-item.link-class:hover {
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.text-muted {
    color: #656363;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@media only screen and (max-width: 1194px) {
    .marcomm-photo img {
        display: none;
    }

    #result {
        position: relative;
        width: 98.2%;
        max-width: 98.2%;
        cursor: pointer;
        overflow-y: auto;
        max-height: 1024px;
        box-sizing: border-box;
        z-index: 1001;
    }

    .link-class:hover {
        background-color: #f1f1f1;
    }

    .single-item.link-class:hover {
        background-color: #fff;
    }
}</pre></body></html>