﻿#relatedArticles {
    font-size: 0;
    text-align: center;
}

#relatedArticles .article {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 22%; /*Change to 31 for Muse layout*/
    padding: 5px;
    margin: 5px 1%;
    background-color: #EEE;
    border-radius: 5px;
    height: 150px;
}

    #relatedArticles .article div {
        overflow: hidden;
        height: 4em;
        text-align: center;
    }

#articlePager {
    text-align: center;
}

@media (max-width: 800px) {
    #relatedArticles .article {
        width: 30%;
    }
}

@media (max-width: 600px) {
    #relatedArticles .article {
        width: 47%;
    }
}

@media (max-width: 400px) {
    #relatedArticles .article {
        width: 270px;
    }
}

#sliderBox, #oerSliderBox {
    width: 100%;
    position: relative;
    padding: 10px 38px 20px 38px;
}

#slider, #oerSlider {
    white-space: nowrap
}

#sliderWrapper, #oerSliderWrapper {
    overflow: hidden;
}

.slide, .oerSlide {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 270px;
}

.slide.animator, .oerSlide.animator {
        width: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0
    }

#btnLeft, #btnRight{
    position: absolute !important;
    top: 30%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    font-size: 30px;
    border: none;
    font-family: 'Courier New', monospace;
    opacity: 0.8;
    background-color: #ddd;
}

#btnLeft:hover, #btnRight:hover {
        background-color: #b74900;
    }

#skipButtons input {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    padding: 0;
    width: 15px;
    height: 15px;
    background-color: #555;
    border-radius: 50%;
    border: 2px solid #FFF;
    transition: background-color 0.2s;
}

#skipButtons input:hover {
        background-color: #b74900;
}

.oerSlide{
    margin-right:15px;
}
