.price-table {
    border-collapse: collapse;
    margin: 70px auto 40px auto;
    width: 90%;
}

.price-table tr, .price-table th, .price-table td {
    border: 3px solid silver;
}

.price-table th, .price-table td {
    padding: 5px 10px;
    text-align: center;
}

.price-table th {
    background: #e5e5b9;
}

.price-table .price-img {
    width: 80px;
}

.note {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.production-colors {
    margin: 70px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
}

.have-bg td {
    background: #dbdbdb;
}

.print-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 100px) and (max-width: 580px) {

.production-colors
{
    width: 100%;
    position: static;
    transform: none;
}
.pdf{
    height: auto;
    min-height: 400px;
}
}