﻿
.sobc-background {
    position: relative;
    min-width: 100%;
    border: none;
    padding: 30px;
    background-image: url(../png/sobc-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    border: none;
}

.notes-from {
    font-size: 19px;
}

.authorPhoto {
    border-radius: 50% 50% 50% 50%;
    margin-right: 5px;
    background-color: #fff;
    width: 55px;
    margin-top: 10px;
    height: 55px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    background-position: 5px 1px;
    float: left;
    margin-right: 15px;
}

.quoteContainer {
    font-size: 17px;
}

.analysis-link {
    color: #fff;
}

.analysis-link:hover {
    color: #fff;
}

h4, .h4 {
    font-size: 19px;
}

p {
    font-size: 15px;
}