// RUMORS - übersicht
        .rumorbox {
        float: left;
        margin: 2px;
        width: 31%;
        height: 150px;
        box-sizing: border-box;
        border: 1px solid;
        }
        
        .rumorbox .rumor-info {
        width: 100%;
        height: 25px;
        box-sizing: border-box;
        padding: 3px;
        border-bottom: 1px solid;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        }
        
        .rumorbox .rumor-text {
        width: 100%;
        height: 75px;
        box-sizing: border-box;
        padding: 3px;
        text-align: justify;
        overflow: auto;
        }
        
        .rumorbox .rumor-opt {
        width: 100%;
        height: 25px;
        box-sizing: border-box;
        padding: 3px;
        border-top: 1px solid;
        text-align: center;
        font-size: 12px;
        word-spacing: 5px;
        }
        
        // MEMBERPROFILE
        .rumor {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        }
        
        .rumor .rumor-info {
        width: 100%;
        height: 25px;
        box-sizing: border-box;
        padding: 3px;
        border-top: 1px solid;
        text-align: center;
        }