.col-imgProfile img{
    background: #fff;
    padding: 6px;
    -webkit-box-shadow: 0 2px 7px 0 #b1b1b1;
    -moz-box-shadow: 0 2px 7px 0 #b1b1b1;
    box-shadow: 0 2px 7px 0 #b1b1b1;
    margin-bottom: 20px;
}

.col-contentProfile h2, .col-contentProfile h3{
    margin: 0;
    color: #00305b;
    font: normal 14px/20px 'Droid Sans',sans-serif;
}
.col-contentProfile h2{font-weight: bold;}
.col-contentProfile h3{margin-bottom: 15px;}

.alignleft {	float: left;}
.alignright {float: right;}
.clearFloat:after{
    content: ' ';
    clear: both;
    display: block;
}

.imgBox {
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.headContent {
    font-size: 19px !important;
    color: #1a2a55 !important;
}

@media only screen and (min-width: 768px){
    .imgWidth {
        width: 20% !important;
        margin-top: 0 !important;
    }

    .contentWidth {
        width: 80% !important;
    }
}