.table-responsive {
	width:%100;
	overflow:auto;
}
@media only screen and (min-width : 764px) and (max-width : 980px) {
.table-reponsive .table {
	width:1024px;
}
}
@media only screen and (max-width : 763px) { 
.table-reponsive .table {
	width:1024px;
}
}