/* 
    Created on : 07.05.2014, 19:54:32
    Author     : Alexander Keller
*/


@media only screen 
and (max-width: 657px) {
    
    .separator {
        display: none;
        visibility: hidden;
    }
    
    .summary {
        width: 329px;
    }
    
}


@media only screen 
and (max-width: 360px) {
    
    .summary,
    .panelSmall {
        width:100%;
    }
    
}