.tpl-p100-l, .tpl-p100-r, .tpl-p100-c {
    margin-top:20px;
    margin-bottom: 35px;
}
.tpl-p100-l h2, .tpl-p100-r h2, .tpl-p100-c h2{
    margin-bottom: 5px;
}
.tpl-p100-r img {
    float: left;
    width: 33%;
    margin-right:15px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.tpl-p100-l img {
    float: right;
    width: 33%;
    margin-left:15px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.tpl-p100-c img {
    width: 50%;
    margin-left:25%;
    margin-right:25%;
    margin-bottom: 15px;
    border-radius: 3px;
}
.tpl-p100-c {
    text-align: center;
}
.tpl-p100-c h2{
    margin-top: 5px;
}

