﻿body {
}

.well {
    background-color: #e2e2e2 !important;
}

.article_content ol, .article_content ul {
    position: relative;
    left: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
div.animationDiv:hover a img.popout {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
    transition-duration: 0.60s;
}

.adAlign {
    margin-bottom: 0;
}

a img.popout {
    -webkit-transform: scale(1); /* Safari and Chrome */
    -moz-transform: scale(1); /* Firefox */
    -ms-transform: scale(1); /* IE 9 */
    -o-transform: scale(1); /* Opera */
    transform: scale(1);
    transition-duration: 0.60s;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0px !important;
}

.overlay-article {
    background-color: rgba(76, 74, 74, 0.63) !important;
}

@media (max-width: 591px) {
    div.img-size-on-resize {
        margin-right: auto !important;
        margin-bottom: auto !important;
        display: initial;
        float: none !important;
    }

    .img-caption-size-on-resize {
        width: 100% !important;
        max-width: none;
        margin-bottom: 4px;
    }
}

@media (max-width: 767px) {
    .wrapper-resize {
        display: table;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

    .ulborderstyle {
        border-bottom: 2px solid #7f919e;
    }

    #relatedarticlessidebar {
        float: none;
        margin: 0 auto;
    }
}
