﻿.hr {
    clear: left;
    display: block;
    width: 100%;
    height: 10px;
    background: url('/wp-content/uploads/hr_bg.png');
    margin: 20px 0;
}

img {
    box-shadow: none;
}

#contentcontainer {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    padding: 15px;
}

.box1, .box2, .box3, .box4, .box5 {
    height: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 4px;
    text-align: left;
    overflow: auto;
}

.box1 {
    width: 35%;
}

.box2 {
    width: 60%;
    padding-left: 14pt;
}

.box3 {
    float: left;
    width: 20%;
}

.box4 {
    float: left;
    width: 20%;
}

.box5 {
    float: left;
    width: 55%;
}

.smallphoto {
    width: 150px;
    height: 150px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

@media screen and (max-width: 730px) {
    .box1, .box2, .box3, .box4, .box5 {
        width: 100%;
        margin-bottom: 20px;
        padding: 0px;
        display: block;
        float: none;
    }

    .smallphoto {
        width: 100%;
        height: 100%;
    }
}
