 
  input[type=text] {
	size:34;
  }
  
@media only screen and (max-width: 50em) {
  thead th:not(:first-child) {
    display: none;
  }
  td, th {
	width:100%;
    display: block;
    clear: both;
  }
  td[data-th]:before {
    content: attr(data-th);
    float: left;
  }
  
  #tabs-1,#tabs-2,#tabs-3,#tabs-4{
  padding:0;
  width:100%;
  }
  
  input[type=text],select,font,textarea,.ui-id-1,.ui-id-2,.ui-id-3,.ui-id-4 {
	width:98%;
  }
  
  img{
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  
}



