#twitter_container{ display: none; }

.moduleblock{
    box-sizing: border-box;
    float: left;
    clear:none;
    margin:0px 0px 10px;
}

.moduleblock .innerWidget{
    background-color: #fff;
    padding:0;
    margin:0;
}

.moduleblock a.ReadMore{
    padding: 11px 0px 9px 15px;
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans', Frutiger, Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align:left;
    display:inline-block;
    float:right;
    margin:0px 40px;
}

@media only screen and (min-width: 64.063em) {
    .moduleblock .innerWidget{
        margin:0px 0px;
    }

    .moduleblock a.ReadMore{
        padding: 10px 0px 9px 15px;
        font-size: 15px;
        margin:0px 0px;
    }
}

.moduleblock h1{
    font-weight:300;
    min-height:40px;
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0px 0;
    font-family: 'Open Sans', Frutiger, Helvetica, Arial, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.moduleblock .specs{
    color: #3b3b3b;
    height:190px;
    overflow:hidden;
    line-height: 24px;
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}
.moduleblock p{
    margin:0;
    padding:0;
}