/* MAIN */
table.product-list {
  width: 100%;
}
table.product-list .image-200 {
  padding-top: 20px;
  width: 200px;
}
table.product-list .image-200 img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #fff;
  max-width: 196px;
  width: 100%;
}
table.product-list .image-200 li {
  padding-bottom: 10px;
}
table.product-list .image-200 li a:focus {
  outline: none;
}
table.product-list .image-200 + td {
  padding-left: 30px !important;
}
#products-form-licenses {
  float: right;
  text-align: right;
  width: 400px;
}
