@media screen and (max-width: 640px) {
 .post-page-content .tinytable, 
 .post-page-content .tinytable thead, 
 .post-page-content .tinytable tbody, 
 .post-page-content .tinytable th, 
 .post-page-content .tinytable td, 
 .post-page-content .tinytable tr { 
  display: block;
  width: 100% !important;
  height: auto !important;
 }
 
 .post-page-content .tinytable thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
 }
 
 .post-page-content .tinytable tr td:nth-of-type(1) { border-top: 1px solid #ccc; }
 
 .post-page-content .tinytable tr:nth-of-type(1) td:nth-of-type(1) { border-top: none; }
 
 .post-page-content .tinytable td {
  border: none;
  position: relative;
  white-space: normal;
  text-align:left;
  padding: 5px;
 }
 
 .post-page-content .tinytable td:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 45%; 
  padding-right: 10px; 
  white-space: nowrap;
  text-align:left;
  font-weight: bold;
 }
 
 .post-page-content .tinytable td:before { content: attr(data-title); }
 
}

.entry-content table tr td {
	width: 400px !important;
}

.tinytable {
	width: 1000px !important;
	max-width: 100%;
	
}