/* Version 2 things */

div[data-apollo_feed] {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

div[data-apollo_feed][data-orientation="horizontal"] ul {
    margin: 0 0 0 -200px !important;
    padding: 0 !important;
}

div[data-apollo_feed] li {
    padding: 0 !important;
    cursor: pointer;
}



div.apollo_crawl[data-apollo_feed][data-orientation="horizontal"] {
    width: 100%;
    height: 194px;
}

div.apollo_cube[data-apollo_feed] {
    width: 105px;
    height: 160px;
    cursor: pointer;
}

div[data-apollo_feed][data-orientation="horizontal"] ul {
    width: 3000px;
    height: 600px;
}

div[data-apollo_feed][data-orientation="horizontal"] li {
    position: relative !important;
    display: inline-block !important;
    height: 176px;
    margin: 10px 0 10px 10px !important;
    width: auto;
}

div[data-apollo_feed][data-orientation="horizontal"] .apollo_feed_img {
    height: 176px;
}

div[data-apollo_feed][data-orientation="horizontal"] img {
    height: 100% !important;
}



div[data-apollo_feed][data-orientation="vertical"]>ul {
    display: table;
}

div[data-apollo_feed][data-orientation="vertical"]>ul>li {
    display: table-row;
}

div[data-apollo_feed][data-orientation="vertical"]>ul>li>div {
    display: table-cell;
    vertical-align: middle;
}

div[data-apollo_feed][data-orientation="vertical"] .apollo_feed_title {
    padding-left: 1em;
}

div[data-apollo_feed][data-orientation="vertical"] .apollo_feed_img {
    text-align: center;
    height: 40px;
    width: 40px;
}

div[data-apollo_feed][data-orientation="vertical"] img {
    max-height: 40px;
    max-width: 40px;
}

.biblionix_feed_loading>img
{
    margin-left: 50%;
}


.apollo_feed_medium {
    font-weight: bold;
}

.apollo_image_loading {
    display: none !important;
}



/* Version 1 things */
table[apollo_feed] td {
    cursor: pointer;
}
