#col_right {
  width: 300px;
  background-color: #ffffff;
  padding: 5px;
}

#col_left img {
  display: block;
  margin: auto;
}

.plt {
  margin: 2px;
}

.price_block {
  text-align: center;
}

.price {
  font-size: 1.7em;
  font-weight: bold;
  color: #800000;
}

.old_price {
  text-decoration: line-through;
  color: #666666;
  margin-right: 10px;
}

input[type="submit"], #download_button {
  color: #ffffff;
  padding: 0.5em 1.3em;
  border: 1px solid #000000;
}

input[type="submit"] {
  background: #800000;
}

#download_button {
  background: #004080;
  text-decoration: none;
}

h1, p#plt {
  text-align: center;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
}

@media (min-width: 800px) {
  #col_left, #col_right {
    display: table-cell;
    vertical-align: top;
  }

  #col_left {
    padding-right: 10px;
  }
}

table {
  border-collapse: collapse;
  margin: auto;
}

table, td, th {
  border: 1px solid #000000;
  padding: 5px;
}
#col_left iframe {
  display: block;
  margin: auto;
}