/*don't display titles on pages*/
.entry-title {
   display: none;
}

/*The next few blocks of code ensure that tables, sliders, and pictures are displayed correctly on tablets, phones, and dektops */

/* tablets */
@media only screen and (max-width: 768px){
	.tablepress-id-1 tr,
  .tablepress-id-1 td {
      display: block !important;
  }
		img.responsive{
				width: 239px;
				height: 239px;
		}
}

/* phones */
@media only screen and (max-width: 601px){
/*make sure the captions don't block the pictures in the metaslider on mobile*/
	.metaslider .caption,
	.metaslider .cs-title,
	.metaslider .nivo-caption {
		font-size: 12px !important;
		line-height: 1.5em;
		display: inline-block;
		overflow:hidden;
		padding-bottom: 0px !important;
	}
		
	.tablepress-id-1 tr,
  .tablepress-id-1 td {
    display: block !important;
  }
		img.responsive{
				width: 269px;
				height: 269px;
		}
		
		.centerall{
				margin-left: -46px !important;
		}
}

.tablepress-id-1,
.tablepress-id-1 tr,
.tablepress-id-1 tbody,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
  border: none !important;
}