.profile {
    width: 110px;
    height: 320px;
    position: absolute;
    right: 15px;
    top: -15px;
    z-index: 103;
}

.profile_logo,
.profile_photo {
    display: none;
}


.scream #appbar,
.scream #hdtbSum {
    background: transparent;
}

.scream #hdtb-msb .hdtb-mitem.hdtb-msel,
.scream a {
    color: #ec555a;
}

.scream #hdtb-msb .hdtb-mitem.hdtb-msel {
    border-bottom-color: #ec555a;
}


@media (min-width: 1070px) {
    .profile_logo {
        display: block;
        position: fixed;
        right: 100px;
        top: 150px;
    }

    .profile_photo {
        display: block;
        width: 100%;
        max-width: 235px;
    }

}

.scream #results {
    z-index: 1;
}

.scream .single p a span.title,
.scream table.site_link .title {
    color: #ec555a;
}

body.dark #results {
    background: #000;
}
body.dark {
    background: #000;
}

body.dark .single p a span.url,
body.dark .badge,
body.dark .single .site_link .description,
body.dark #resultStats,
body.dark .current,
body.dark .single p a span.description,
body.dark .hdtb-mitem a,
body.dark .hdtb-mitem a:visited {
    color: #FFF;
}

.dark_mode_switch {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.switch {
    padding: 10px;
}
.switch img {
    width: 60px;
    margin: 0 10px;
    cursor: pointer;
    transition: width 0.2s, margin-top 0.2s;
}

