img
{
	max-width:100%;
	max-height:100%;
}
.responsive th
{
	text-align: left;
}
.responsive, .responsive th, .responsive td
{
	border: 1px solid black; 
}
@media only screen and (max-width: 767px) 
{	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }	
	div.table-wrapper div.scrollable2 { overflow: scroll; overflow-y: hidden; }		
}

.mywindow{
	border-collapse: collapse;
	border: 2px solid black;
}
.mywindow td,.mywindow  th{
	border: 2px solid black;
	padding: 5px;
}