/* 
    Document   : mirom.css
    Created on : 22.05.2015, 19:21:25
    Author     : mr
    Description:
        For the content area
*/

.contentArea {
    margin-bottom: 60px;
    margin-top: 60px;
}

.textBox {
    margin-top : 70px;
    min-height: 400px;

    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 95%;
}

.audioLabel {
    text-align: center;
    font-style: italic;
}

.pageListe {
}

.pageListe2 {
}

@media screen and (min-width: 768px) {
    .contentArea {
        padding: 48px 0;
    }
    .textBox {
        margin-top : 100px;
        min-height: 700px;
    }
    .audioLabel {
        text-align: right;
    }
}
