/*
_______________________________

Desktop version layout - place your custom code here */

td, th {
vertical-align: top;
}
table.sample td {
width: 33%;
min-width: 270px;
}
table.sample img{
min-width: 270px;
}

#logo {
margin-top: 0px;
}
h2 {
font-size: 20px;
}
.flexslider .readmore a {
font-size: 20px !important;
}
ul#sortme {
display: none;
}

.main-logo {
  max-width: 250px;
}
.footer-logo {
  max-width: 250px;
}


.ordernowbutton {
  text-align: center;
background: #8dc641;
width: 200px;
margin: 0 auto;
padding: 10px;
margin-bottom: 35px;
border-radius: 5px;
font-size: 22px;
}
.ordernowbutton a:hover {color:white;}

/*
_______________________________

Mobile version - single break point */

@media handheld, only screen and (max-width: 767px) {

	.examplecontainer {}

	body {}
	
}


/*
_______________________________

Provide higher res assets for higher resolution mobile screens */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
	.download {
	background: url(../img/downarrow@2x.png) no-repeat;
	background-size: 27px 28px;
	}
	*/

}