main > div > article > main *,
.expanded main * {
    max-width: 100%;
}

.current-feed {
    outline: 2px solid blue !important;
    z-index: 1;
}

a:visited {
    color: red !important;
}

article:hover {
    background-color: #eee;
}

.expanded {
    z-index: 1 !important;
}
