body{
    max-width:700px;
    padding:8px;
    margin:auto;
    .tableScroll{
        max-width:100%;
		overflow-x:auto;
    }
}