.product-selection-table {
    border-collapse: collapse;
    margin-left: 2.5%;
    margin-top: 10px;
    border-color: #a4a4a4;
}

.product-content-width {
    width: 95%;
}

.product-th-common {
    font-size: 1.6em;
    text-align: left;
    border-color: #a4a4a4;
}

.product-column-common {
    text-align: left;
    border-color: #a4a4a4;
}

.product-td-font {
    font-size: 1.6em;
}

.product-price {
    text-align: right;
}

.product-price-info {
    margin-left: 2.5%;
    margin-top: 3px;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.width-75 {
    width: 75%;
}

.no-border-right {
    border-right: none;
}

.no-border-left {
    border-left: none;
}
