ul.feed {
    list-style-type: none;
    padding-left: 0;
}
ul.feed li {
    clear: both;
    margin-bottom: 20px;
}
ul.feed li .outlet {
    color: green;
}
ul.feed li span.date {
    font-size: 12px;
}
ul.feed li .story img {
    max-width: 150px;
    max-height: 150px;
}
ul.feed li .tags {
    clear: both;
    padding-top: 5px;
}

.popular-tags {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
.popular-tags li {
    display: inline-block;
}

.error {
    color: #B71C1C;
}

a.tag {
    margin-right: 5px;
}

/** Breadcrumb **/
#console-breadcrumb {
    padding: 5px 20px;
    font-size: 80%;
    border-bottom: 1px solid #ddd;
}
#console-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#console-breadcrumb li {
    display: inline;
}
#console-breadcrumb a {
    color: #333;
}
#console-breadcrumb li:last-child a {
    color: #888;
    text-decoration: none;
}

/* Socials */
#socials {
    padding-top: 15px;
}
#socials .social {
    display: inline-block;
    margin-left: 10px;
}
#socials .twitter-share-button {
    padding: 0;
    width: 80px !important;
}

/* Details page */
.details-value .longtext img {
    max-width: 250px;
    max-height: 250px;
}
