@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
  /*
	table, thead, tbody, th, td, tr {
		display: block;
	}
  */
}

.SpybotProducts-ButtonArray .primaryButton {
	color: #fff;
	background: #428bca;
	border-color: #357ebd;
}

table.homeproducts,
div.SpybotProducts
{
  border-collapse: collapse;
  text-align: center;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  width: auto !important;
}
table.homeproducts tr td.rightbar
{
  border-right: 1px solid #AAB0B1;
}
table.homeproducts tr td,
div.SpybotProducts > div
{
  padding: 0.1em 1em;
  font-weight: 300;
  min-width: 33%;
}
table.homeproducts tr td.icon,
div.SpybotProducts .icon
{
  padding: 1em;
}
table.homeproducts tr td.icon img,
div.SpybotProducts .icon img
{
  height: 6em;
  width: 6em;
  margin: 0px;
}
table.homeproducts tr td.product,
div.SpybotProducts .product
{
  color: #0096FF;
  text-align: center;
  font-size: large;
  font-weight: 600;
}
table.homeproducts tr td.price,
div.SpybotProducts .price
{
  color: #0096FF;
  text-align: center;
  font-size: large;
  font-weight: 600;
}
table.homeproducts tr td.description,
div.SpybotProducts .description
{
  vertical-align: top;
  padding: 1em;
  text-align: center;
  font-size: 90%;
}
table.homeproducts tr td.feature,
table.homeproducts tr td.action,
div.SpybotProducts .feature,
div.SpybotProducts .action
{
  font-weight: 300;
  font-size: 90%;
  margin: 0em;
}
table.homeproducts tr td.feature,
div.SpybotProducts .feature
{
  text-align: left;
}
table.homeproducts tr td.action,
div.SpybotProducts .action
{
  text-align: center;
}

table.homeproducts tr td.feature img,
div.SpybotProducts .feature img
{
  width: 1.3em; height: 1.3em;
  float: right;
  margin: 0px;
}
table.homeproducts tr td.feature ul,
table.homeproducts tr td.action ul,
div.SpybotProducts .feature ul,
div.SpybotProducts .action ul
{
  padding: 1em 0em;
  margin: 0em;
  border-collapse: collapse;
}
table.homeproducts tr td.feature ul li,
table.homeproducts tr td.action ul li,
div.SpybotProducts .feature ul li,
div.SpybotProducts .action ul li
{
  border: 1px solid #0096FF;
  list-style-type: none;
  padding: 0.6em;
  margin: 0em;
  margin-top: -1px;
}
table.homeproducts tr td.action ul li a,
div.SpybotProducts .action ul li a
{
  text-decoration: none;
  font-size: 80%;
  font-weight: 600;
  color: #0096FF;
}

table.homeproducts div.edd_download_quantity_wrapper,
div.SpybotProducts div.edd_download_quantity_wrapper
{
  display: none;
}
table.homeproducts span.edd_purchase_tax_rate_label,
div.SpybotProducts span.edd_purchase_tax_rate_label,
table.homeproducts span.edd_purchase_tax_rate,
div.SpybotProducts span.edd_purchase_tax_rate
{
  display: none; /* was: block */
  width: 100%;
}
/*
@media only screen and (max-width:800px) {
  table.homeproducts tr td.description
  {
	padding: 0.5em;
  }
  table.homeproducts tr td
  {
	padding: 0.1em 0.5em;
	min-width: 30%;
	max-width: 30%;
  }
}
*/
@media print {
  table.homeproducts tr td {
	width: auto;
  }
}





div.SpybotProducts-cell {
  border-right: 1px solid #AAB0B1;
  text-align: left;
}
div.right.SpybotProducts-cell {
  border-right: 0px;
}


/* Variables
================================== */
/* Tables
================================== */
.SpybotProducts {
  display: flex;
  flex-wrap: wrap;
  /*
  margin: 0 0 3em 0;
  padding: 0;
  */
}
.SpybotProducts-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  /*
  padding: 0.8em 1.2em;
  */
  overflow: hidden;
  list-style: none;
}
.SpybotProducts-cell > h1,
.SpybotProducts-cell > h2,
.SpybotProducts-cell > h3,
.SpybotProducts-cell > h4,
.SpybotProducts-cell > h5,
.SpybotProducts-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.SpybotProducts--2cols > .SpybotProducts-cell {
  width: 50%;
}
.SpybotProducts--3cols > .SpybotProducts-cell {
  width: 33.33%;
}
.SpybotProducts--4cols > .SpybotProducts-cell {
  width: 25%;
}
.SpybotProducts--5cols > .SpybotProducts-cell {
  width: 20%;
}
.SpybotProducts--6cols > .SpybotProducts-cell {
  width: 16.6%;
}

/* Apply styles
================================== */
.SpybotProducts {
  position: relative;
  /*
  top: 3px;
  left: 3px;
  */
}
/* Responsive
==================================== */
@media all and (max-width: 650px) {
  .SpybotProducts--collapse {
	display: block;
  }
  .SpybotProducts--collapse > .SpybotProducts-cell {
	width: 100% !important;
  }
  .SpybotProducts--collapse > .SpybotProducts-cell--foot {
	margin-bottom: 1em;
  }
}
.no-flexbox .SpybotProducts {
  display: block;
}
.no-flexbox .SpybotProducts > .SpybotProducts-cell {
  width: 100%;
}
.no-flexbox .SpybotProducts > .SpybotProducts-cell--foot {
  margin-bottom: 1em;
}


ul.productdownloads > li {
  list-style: none;
  text-align: left;
  border-bottom: 1.5px solid #AAB0B1;
  margin: 1em;
  height: 5em;
  line-height: 2em;
}
ul.productdownloads > li > a {
  font-size: large;
  vertical-align: middle;
  font-weight: 300;
  height: 100%;
}

ul.productdownloads > li > img {
  display: inline;
  float: left;
  padding-right: 1em;
  max-height: 4em;
}
ul.productdownloads > li > div.main {
  font-weight: 600;
}

ul.productdownloads > li > div > span > a {
  color: #fff;
  background: #428bca;
  border: 1px solid #ccc;
  padding: 0.2em 0.4em;
  margin: 0 0.5em 0 0em;
  border-radius: 4px;
  font-weight: 300;
}
