.sectionTitle{
    font-weight: bold;
    background: #ddd;
    margin: 25px 0 0 0;
    padding: 3px 10px;
}
.actionButton{
    font-size: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 20px 0 0;
}
.actionButtonSmall{
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
}

#statementtext{
    height: 250px;
    overflow: hidden;
}

.previewDiv{
    display: none;
    border-bottom: 1px solid #DDD;
    margin: 20px 0;
    padding: 10px 0;
}

.messageRed{
    margin-top: 20px;
    padding: 10px 0;
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.messageGreen{
    margin-top: 20px;
    padding: 10px 0;
    color: green;
    font-size: 20px;
    font-weight: bold;
}

.messageBlack{
    margin-top: 20px;
    padding: 10px 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.emailLabel{
    width: 150px;
    display: inline-block;
    font-style: italic;
}

.testimonialGrid {
    width: 100%;
}

.testimonialBox {
    padding: 20px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 40px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    border: 1px solid #c8c8c8;
}

.testimonialContainer {
    width:100%;
}

.testimonial-3-parts {
    float: left;
    width: 33%;
}

.testimonialImage img {
    border-radius: 100%;
    max-width: 100%;
}

.testimonialDivider {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 42%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #c8c8c8;
    clear: both;
}

.testimonial-person-info {
    width:100%;
    text-align: center;
}

.testimonialText {
    width:100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.testimonialBottom {
    width:100%;
    text-align: center;
}

.testimonial-flag img {
    max-width: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.testimonial-flag {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.testimonial-flag-ch {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.testimonial-flag-ch img {
    max-width: 80px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.testimonial-flag-container {
    width:100%;
    margin-bottom: 20px;
}

.testimonial-flag-box {
    display: inline-block;
    vertical-align: middle;
    max-width: 700px;
}

.testimonial-single-flag img {
    max-width: 80px!important;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
}