﻿#testimonials {
    padding: 15px 45px;
    margin: 30px auto;
    min-height: 150px;
    max-height: 150px;
    border: 0px solid #294A70;
    background-color: #F5F5F5;
    border-left: 5px solid #009FEE;
    box-shadow: 0 0 3px 1px rgba(41, 74, 112, 0.4);
    /*color: #74777C;*/
}
@media screen and (Max-width: 768px) {
    #testimonials {
        padding: 20px 20px;
        margin: 30px auto;
        min-height: 250px;
        max-height:250px;
        border: 0px solid #294A70;
        background-color: #F5F5F5;
        border-left: 5px solid #009FEE;
        box-shadow: 0 0 3px 1px rgba(41, 74, 112, 0.4);
        /*color: #74777C;*/
        overflow:hidden;
    }
}


    #testimonials img {
        box-shadow: 0 0 3px 1px rgba(41, 74, 112, 0.4);
        height: 120px;
        margin-right: 20px;
    }

    #testimonials li {
        display: none;
        margin: 0px;
        padding: 0px;
        text-align: justify;
    }

    #testimonials ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    #testimonials .author {
        text-align: right;
        font-style: normal;
        color: #294A70;
        font-size: 110%;
    }

    #testimonials p.author a, #testimonials p.author a:hover, #testimonials p.author a:visited {
        color: #294A70;
    }

blockquote {
    padding: 10px 0 10px 50px;
    border: none;
    font-size: 125%;
}
