/* 
    Created on : Mar 2, 2015
    Author     : Dakota Sonnentag
*/

#testimonial > p {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    width: 90%;
/*    margin-right: 0px;
    margin-left: 0px;*/
    margin: 25px auto;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#testimonial span {
    font-weight: 800;
}
#testimonial > p:nth-child(odd) {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    width: 90%;
    background-color: #EEE;
    width: 90%;
/*    margin-right: 0px;
    margin-left: 0px;*/
    margin: 25px auto;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#testimonialHeader {
    text-align: center;
}

@media (max-width: 767px) {
    #testimonialHeader {
        font-size: 20px;
        font-weight: 800;
    }
}
