2016-03-30 19:38:33 -07:00
|
|
|
#farm-made-fare {
|
|
|
|
|
|
|
|
|
|
.mainTextBlock {
|
|
|
|
|
}
|
2015-10-25 15:20:42 -07:00
|
|
|
|
2016-03-30 19:38:33 -07:00
|
|
|
.secondaryTextBlock {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
border: 1px solid #666;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
margin-left: 14px;
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
float: right;
|
2015-10-25 15:20:42 -07:00
|
|
|
}
|
2016-03-30 19:38:33 -07:00
|
|
|
|
|
|
|
|
.shipImage {
|
|
|
|
|
width: 100px;
|
|
|
|
|
float: left;
|
|
|
|
|
padding-right: 2px;
|
2015-10-25 15:20:42 -07:00
|
|
|
}
|
2016-03-30 19:38:33 -07:00
|
|
|
|
|
|
|
|
.priceList {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: 2px solid #777;
|
2015-10-25 15:20:42 -07:00
|
|
|
}
|
2016-03-30 19:38:33 -07:00
|
|
|
|
|
|
|
|
.secondaryTextBlock {
|
2015-10-25 15:20:42 -07:00
|
|
|
}
|
2016-03-30 19:38:33 -07:00
|
|
|
|
|
|
|
|
/* farm-made-fare.html */
|
|
|
|
|
@media(max-width: 509px) {
|
|
|
|
|
.columned {
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
.secondaryTextBlock {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
2015-10-25 15:20:42 -07:00
|
|
|
}
|
2016-03-30 19:38:33 -07:00
|
|
|
@media(min-width: 510px) and (max-width: 769px) {
|
|
|
|
|
.columned {
|
|
|
|
|
width: 510px;
|
|
|
|
|
}
|
|
|
|
|
.secondaryTextBlock {
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
2015-10-25 15:20:42 -07:00
|
|
|
}
|
2016-03-30 19:38:33 -07:00
|
|
|
@media(min-width: 770px) { /* and (max-width: 1029px)*/
|
|
|
|
|
.columned {
|
|
|
|
|
width: 770px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.columned {
|
|
|
|
|
-webkit-columns: 250px auto;
|
|
|
|
|
-moz-columns: 250px auto;
|
|
|
|
|
columns: 250px auto;
|
|
|
|
|
-webkit-column-gap: 10px;
|
|
|
|
|
-moz-column-gap: 10px;
|
|
|
|
|
column-gap: 10px;
|
2015-10-25 15:20:42 -07:00
|
|
|
}
|
2016-03-30 19:38:33 -07:00
|
|
|
.columned div {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
min-width: 250px;
|
2015-10-25 15:20:42 -07:00
|
|
|
}
|
2016-03-30 19:38:33 -07:00
|
|
|
@media(max-width: 549px) {
|
|
|
|
|
#vapPicturesContainer img {
|
|
|
|
|
width: 170px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
}
|
|
|
|
|
.vapPictures {
|
|
|
|
|
width: 180px;
|
|
|
|
|
height: 106px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@media(min-width: 550px) {
|
|
|
|
|
#vapPicturesContainer img {
|
|
|
|
|
width: 580px;
|
|
|
|
|
height: 326px;
|
|
|
|
|
}
|
|
|
|
|
.vapPictures {
|
|
|
|
|
width: 590px;
|
|
|
|
|
height: 336px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|