@import url('/assets/www.mesamachines.com/global-includes/testimonials/testimonial.css');
html, div, span, img, dl, dt, dd, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
/* end browser reset */

h1.newsection {margin-top:36px;}
h2.newsection {margin-top:36px;}
h3.newsection {margin-top:36px;}
h4.newsection {margin-top:36px;}
h5.newsection {margin-top:36px;}

/* set min width for features list when displayed next to image */
#maincontentinner ul.machine-features li {min-width:200px;
}

.clearfix {
	clear:both;
	width:0;
	height:0;
	padding:0;
	margin:0;
}
.clearafter:after {
	content: "";
    display: table;
    clear: both;
}
.graytext {color:#c0c0c0;}
.divtable {display:table;height:100%;}
.divrow {display:table-row;height:100%;}
.divcell {display:table-cell;}
.cellheader {display:table-cell;font-weight:bold;}
/* pricing tables on machine pages */
.pricetable {display:table;width:90%;height:100%;margin:12px auto;box-sizing:border-box;border:1px solid #000;border-radius:10px;}
.pricecellheader1 {display:table-cell;float:left;width:20%;height:100%;font-weight:bold;text-align:right;background-color:#d5d5d5;padding:8px;box-sizing:border-box;}
.pricecellitemheader1 {display:table-cell;float:left;width:60%;height:100%;font-weight:bold;text-align:left;background-color:#d5d5d5;padding:8px;box-sizing:border-box;}
.pricecell1 {display:table-cell;float:left;width:20%;height:100%;text-align:right;padding:8px;box-sizing:border-box;}
.pricecellitem1 {display:table-cell;float:left;width:60%;height:100%;text-align:left;padding:8px;box-sizing:border-box;}
.pricecell2 {display:table-cell;float:left;width:20%;height:100%;text-align:right;background-color:#d5d5d5;padding:8px;box-sizing:border-box;}
.pricecellitem2 {display:table-cell;float:left;width:60%;height:100%;text-align:left;background-color:#d5d5d5;padding:8px;box-sizing:border-box;}
.pricespan {font-weight:bold;color:#da0000;}
/* round the corners of the pricing table by applying these to the corner CELLS */
.pricetopleft {border-radius:10px 0 0 0;}
.pricetopright {border-radius:0 10px 0 0;}
.pricebotright {border-radius:0 0 10px 0;}
.pricebotleft {border-radius:0 0 0 10px;}
@media (max-width:600px) {
	.pricetable {font-size:80%;}
}
/* popups in pricing table */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
	width:80%;
    max-width: 400px;
	max-height: 95%;
	overflow-y: auto;
    position: relative;
    margin: 1% auto 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #cfcfcf);
    background: -webkit-linear-gradient(#fff, #cfcfcf);
    background: -o-linear-gradient(#fff, #cfcfcf);
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}
@media (max-width:600px) {
	.modalDialog > div {
		width:80%;
		max-width: 400px;
		position: relative;
		margin: 1% auto 3% auto;
		padding: 5px 20px 13px 20px;
		font-size:90%;
	    max-height: 95%;
		overflow-y: auto;
	}
	.close {
		position: absolute;
		right: 18px;
		text-align: center;
		top: 18px;
		width: 24px;
	}
}

#maincontent ul.ul-rightside {
	list-style-position: inside;
}
#maincontent ul.ul-rightside li{
    text-indent: -1em;
    padding-left: 1em;
}
div#rps-div img {
	float:left;
	width:100%;
	max-width:220px;
	height:auto;
	margin:16px 16px 16px 0;
}
@media (max-width: 460px) {
	div#rps-div img {
		float:none;
		display:block;
		margin:16px auto;
	}
}
#machine-pic-float {float:right;width:100%;max-width:320px;text-align:center;}
/* rules above modified for the area at top with the machine pic and control panel areas */
div#machines-topdiv {text-align:center;}
div#machines-topdiv ul, div#machines-topdiv li {text-align:left;}
div#machines-topdiv h1, div#machines-topdiv h2, div#machines-topdiv h3, div#machines-topdiv h4, div#machines-topdiv h5, div#machines-topdiv h6 {
	text-align:left;
}
.float-left-25 {float:left;width:25%;text-align:center;}
@media (max-width:600px) {
	#machines-topdiv #machine-pic-float, #machines-topdiv #machine-pic-float2, .float-left-25 {
		display:block;
		width:100% !important;
		max-width:100% !important;
	}
}
div#control-panel {text-align:center;}
div#control-panel ul, div#control-panel li {text-align:left;}
div#control-panel h1, div#control-panel h2, div#control-panel h3, div#control-panel h4, div#control-panel h5, div#control-panel h6 {
	text-align:left
}
/* for top machine pic that will NOT sit beside content */
#top-pic {
	width:100%;
	text-align:center;
}
#top-pic img {
	width:100%;
	max-width:600px;
}
/* style for images in photo galleries */

img.special {
    border-color: #3a85be;
    border-style: solid;
    border-width: 1px;
    position: relative;
}

/* the following will allow standard 16:9 videos to be rendered as responsive - just wrap the entire youtube code in a div with class videoWrapper */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* thumb popup */
.thumbpopbox-custom .thumbpopbox-skin {
	box-shadow: 0 0 50px #222;
}
/* styles just for the machine specs */
#machine-specs {display:table; width:100%; padding-top:16px;box-sizing: border-box;}
#machine-specs .spec-row {display:table-row;}
#machine-specs .spec-header1 {float:none; display:table-cell; width:50%; vertical-align:middle; box-sizing:border-box; font-weight:bold; background-color:#d3d3d3; padding:4px;}
#machine-specs .spec-header2 {float:none; display:table-cell; width:50%; vertical-align:middle; box-sizing:border-box; font-weight:bold ;background-color:#fff; padding:4px;}
#machine-specs .spec-data1 {float:none; display:table-cell; width:50%; vertical-align:middle; box-sizing:border-box; font-weight:normal; background-color:#d3d3d3; padding:4px;}
#machine-specs .spec-data2 {float:none; display:table-cell; width:50%; vertical-align:middle; box-sizing:border-box; font-weight:normal; background-color:#fff; padding:4px;}
div.panel2 div.panel-wrap2 div#machine-specs, div.panel2 div.panel-wrap2 div#machine-specs, div.panel2 div.panel-wrap2 div#machine-specs, div.panel2 div.panel-wrap2 div#machine-specs a  {color:#162652;}
@media (max-width: 740px) {
	#machine-specs .spec-header1, #machine-specs .spec-header2 {
	font-size:0.9em;
	}
}
/* alternate specs style when using more than 2 columns, as in the all multiheads on one page */
.specs1 {text-align:center;padding:2px;background-color:#d3d3d3;}
.specs2 {text-align:center;padding:2px;background-color:#fff;}
/* smaller fonts for machine specs on small screens */
@media (max-width:480px) {
	#machine-specs, .specs1, .specs2 {font-size:0.7em;}
}
/* styles just for the warranty section on machine pages */
#warranty {width:100%;box-sizing:border-box;padding-top:12px;text-align:left;vertical-align:middle;}
#warranty  .warranty-seal-container {
	float:left;
	width:22%;
	box-sizing:border-box;
	vertical-align:middle;
}
#warranty  .warranty-data {float:left;width:78%;height:auto;box-sizing:border-box;vertical-align:middle;padding:30px 10px 10px 10px;overflow:hidden;}
@media (min-width:501px) and (max-width: 780px) {
	#warranty .warranty-data {
		padding: 20px 10px 10px 10px;
	}
}
@media (max-width: 500px) {
	#warranty .warranty-seal-container {
		display:none;
	}
	#warranty .warranty-data {
		padding: 8px;
		width:100%;
	}
	#warranty .warranty-data h4 {
		width:100%;
		font-size:1.1em;
	}
}
/* styles just for the looking for more section on machine pages */
.looking-for-more {display:table;}
.looking-for-more-pic {display:table-cell;width:20%;text-align:center;vertical-align:middle;padding-right:12px;padding-bottom:12px;}
.looking-for-more-text {display:table-cell;width:80%;text-align:left;vertical-align:middle;}
@media (max-width:600px) {
	.looking-for-more {display:block;}
	.looking-for-more-pic {display:block;width:100%;text-align:center;vertical-align:middle;padding-right:0;padding-bottom:6px;}
	.looking-for-more-pic img {width:80%;max-width:200px;}
	.looking-for-more-text {display:block;width:100%;text-align:left;vertical-align:middle;}
}

/* warranty page */
.warranty-left {float:left;width:25%;box-sizing:border-box;text-align:right;font-weight:bold;padding-right:12px;}
.warranty-right {float:left;width:75%;box-sizing:border-box;text-align:left;padding-bottom:24px;}

/** Social Button CSS **/

.share-btn {
  display: inline-block;
  border: none;
  outline: none;
  text-align: center;
}

.share-btn:focus,
.share-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.share-btn:active {
  color: #e2e2e2;
}
.share-btn img {width:30px; height:30px; margin:12px;}

@media (min-width: 758px) {/*gallery images weren't lining up JKS 2/1/19 */
	.gallery-photo {
		float: left;
		margin-right: 60px;
	}
}
#control-panel img {
	width:100%;
	vertical-align:top;
	max-width:800px;
	margin-top:16px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
#control-panel-pic {width:30%;display:inline-block;vertical-align:middle;text-align:center;}
.ul-rightside {width:55%;display:inline-block;vertical-align:middle;}
@media (max-width:600px) {
	#top-right-pic {
		float:none;
		width:90%; 
		text-align:center;
		margin:0 auto;
	}	
	#control-panel-pic {width:100%;max-width:500px;display:block;margin:0 auto;}
	.ul-rightside ul, ul.ul-rightside {width:100%;display:block;padding-left:10px;}
	#machines-topdiv-right {display:none;}
}
.gallery-photo {float:left;box-sizing:border-box;width:172px;text-align:center;margin:12px;}
.gallery-photo img {width:100%;max-width:172px;height:auto;}
@media (max-width:480px) {
	.gallery-photo {
		float:none;
		display:block;
		width:100%;
		margin:12px auto;
	}
	div.gallery-photo a img.special {width:100%;max-width:400px;}
}
.cp-pic {float:left;width:35%;vertical-align:top;padding:12px 24px 16px 0;margin-right:16px;}
ul.cp-bullets {display:inline;margin-left:16px;}
@media (max-width:780px) {
	.cp-pic {float:none;width:100%;max-width:500px;display:block;margin:0 auto;}
	ul.cp-bullets {width:100%;display:block;margin-left:0;}
}
.banners {display:block;overflow:hidden;font-size:0;}
#bannerpic, .bannerpic {width:100%;height:auto;}
@media (min-width:280px) and (max-width:319px) {
	.random-banners {min-height:58px;}
}
@media (min-width:320px) and (max-width:379px) {
	.random-banners {min-height:65px;}
}
@media (min-width:380px) and (max-width:459px) {
	.random-banners {min-height:78px;}
}
@media (min-width:460px) and (max-width:539px) {
	.random-banners {min-height:94px;}
}
@media (min-width:540px) and (max-width:629px) {
	.random-banners {min-height:111px;}
}
@media (min-width:630px) and (max-width:719px) {
	.random-banners {min-height:130px;}
}
@media (min-width:720px) and (max-width:819px) {
	.random-banners {min-height:148px;}
}
@media (min-width:820px) and (max-width:919px) {
	.random-banners {min-height:169px;}
}
@media (min-width:920px) and (max-width:1039px) {
	.random-banners {min-height:190px;}
}
@media (min-width:1040px) and (max-width:1159px) {
	.random-banners {min-height:216px;}
}
@media (min-width:1160px) and (max-width:1299px) {
	.random-banners {min-height:241px;}
}
@media (min-width:1300px) and (max-width:1459px) {
	.random-banners {min-height:270px;}
}
@media (min-width:1460px) and (max-width:1619px) {
	.random-banners {min-height:304px;}
}
@media (min-width:1620px) {
	.random-banners {min-height:337px;}
}
/*
     FILE ARCHIVED ON 02:58:56 Jun 09, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:37:47 Jul 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.63
  exclusion.robots: 0.089
  exclusion.robots.policy: 0.076
  esindex: 0.009
  cdx.remote: 121.331
  LoadShardBlock: 426.034 (3)
  PetaboxLoader3.resolve: 765.957 (4)
  PetaboxLoader3.datanode: 412.828 (4)
  load_resource: 900.942
*/