/*------------- Konkretan trener -----------------*/
.topContent .centerAV {
    width: 940px;
    height: 526px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #efefef;
}
.topContent .centerAV img {
    vertical-align: middle;
    width: auto;
    margin-bottom: 0;
}

h1.mainTitle a.button {
    background-color: #2B3969;
    font-size: 11px;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 3px;
}
h1.mainTitle a.button:hover {
    text-decoration: none;
    opacity: 0.9;
}
.userInformation .userGroupContainer {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C9CACB;
}
.userGroupContainer.storyGroupContainer {
    border-bottom: none;
}
.userGroupContainer.storyGroupContainer .storyBox {
    margin-bottom: 30px;
    border-bottom: 1px solid #C9CACB;
}
.userGroupContainer.storyGroupContainer .storyBox.lastStoryBox {
    margin-bottom: 0;
    border-bottom: none;
}
.userInformation p.singleParagraf {
    line-height: 100%;
}
.userInformation p span.info, .userInformation span.infoSpan {
    font-weight: bold;
    width: 120px;
    text-align: right;
    margin-right: 30px;
    float: left;
    display: block;
    color: #000033;
}
.userInformation div.informationDiv {
    float: right;
    width: 470px;
}


@media (max-width: 997px) {
    .topContent  {
        margin-bottom: 30px;
    }
    .topContent .centerAV {
        width: 620px;
        height: 346px;
    }
    .topContent .centerAV img {
        max-width: 620px;
        max-height: 346px;
    }
}
@media (max-width: 677px) {
    h1.userTitle.mainTitle {
        font-size: 22px;
    }
    h1.mainTitle a.button { margin-top: 0;}
    .topContent .centerAV {
        width: 300px;
        height: 167px;
    }
    .topContent .centerAV img {
        max-width: 300px;
        max-height: 167px;
    }
    
    .userInformation p span.info, .userInformation span.infoSpan {
        width: auto;
        text-align: left;
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .userInformation div.informationDiv {
        float: none;
        width: 100%;
    }
}
@media (max-width: 337px) { 
     .topContent .centerAV {
        max-width: 300px;
        max-height: 167px;
        display: block;
        width: auto;
        height: auto;
    }
    .topContent .centerAV img {
        width: auto;
        max-width: 100%;
    }
}