.table_outer{
display:block;
width:100%;
overflow-x: auto;
}
.table_outer table{
min-width:400px;
}