@media screen and (max-width:640px ) {

.single .hentry, .page .hentry, .entry-thumb, .post-inner {
    padding: 0;
}

.dashicons {
    font-size: 5px !important ;
}
.container {
   padding-left: 7px;
    padding-right: 7px;
}

.tablepress-id-1 {
  font-size: 10px;
  font-weight: 700;
}


.post-template-default	.site-inner {
  padding: 5% 5px 0;
}
	
.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget {padding: 5px;}	

#genesis-content article .tablepress th, #genesis-content article .tablepress td {
  padding: 5px 2px;
  vertical-align: top;
  font-size:12px;
}

 .tablepress td .su-button span {
font-size: 6px !important;
    padding: 5px 6px !important;
}

  .tablepress {
   letter-spacing: 1px;
  }
	
	}
	
@media screen and (max-width:340px ) {	

.tablepress-id-1 {
  font-size: 10px;
  font-weight: 700;
}

#genesis-content article .tablepress th, #genesis-content article .tablepress td ,	#genesis-content article .tablepress td .su-button span {  font-size: 11px !important;}

}



