#customersPage .subPageContent {
    padding-right: 30px;
}
#customersPage .customerProfile{
    margin: 20px 0px;
    clear: both;
    overflow: auto;
    padding-bottom: 20px;
}
#customersPage .customerImageRight{
    float: right;
    overflow: auto;
    border: 5px solid #9ECC4E;
    margin-left: 20px;
}
#customersPage .customerTitle{
    font-size: 18px;
    color: #222234;
    margin-bottom: 10px;
}
#customersPage .customerText{
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
}
#customersPage .customerLink{
    display: block;
    margin-top: 15px;
    outline: none;
}