@media only screen and (max-width: 1124px){
    
    .content-router {
        width: 325px;
        min-width: 325px;
    }

}
@media only screen and (max-width: 648px){
    
    .content table{
        font-size: 12px;
        table-layout: fixed;
        width: 100%;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    
}