/* wide table scroll-bar */
 	
table.scrollwide {
    display: block;
    width: 700px;
    background-color: #E0;
    overflow: scroll; !important 
}
table.scrollwide td {
    white-space: nowrap;
}
