/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 5, 2016, 12:46:48 PM
    Author     : Shubham
*/

.testimonialCardContainer{
    margin-top: 15px;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #cccccc;
}

.profileImage{
    float: left;
    display: inline-block;
    width:30%;
}

.testimonialHeadings{
    float: left;
    display: inline-block;
    width: 70%;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
}

.testimonialDetails{
    clear: both;
    font-size: 13px;
}

.testmonial{
    margin-bottom: 13px;
    float: left;
    width: 100%;
}