#upsell-table-container {
    font-size: 120%;
    border: 2px solid #2c3e50;
    margin-bottom: 20px;
    width: 100%;
}
#upsell-table-container td {
    padding: 16px 20px;
    vertical-align: top;
}
.upsell-table-gray {
    background: #ecf0f1;
}
#upsell-table-header {
    color: #FFF;
    background: #2c3e50;
    font-size: 120%;
    font-family: 'Oswald', sans-serif;
}
.upsell-box-grid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

/**
 * Box
 */
.upsell-box-container {
    min-height: 220px;
    padding: 20px;
}
.upsell-box-inner {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 5px -1px rgba(0,0,0,0.22);
    -webkit-box-shadow: 4px 4px 5px -1px rgba(0,0,0,0.22);
    -moz-box-shadow: 4px 4px 5px -1px rgba(0,0,0,0.22);
    padding: 40px 10px;
    text-align: center;
}
.upsell-box-inner a {
    text-decoration: none;
    font-weight: bold;
}
.upsell-box-image {
    text-align: center;
}
.upsell-box-image img {
    width: 80%;
    border: 2px solid #2c3e50;
}
.upsell-box-name {
    padding-top: 6px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
.upsell-box-price {
    text-align: center;
    margin-top:4px;
}
.upsell-box-quantity {
    text-align: center;
    margin-top: 4px;
}
.upsell-quantity-input  {
    width: 60px;
}
#upsell-button {
    text-align: right;
    margin: 5px;
}
#upsell-submit {
    margin: 0 5px;
}
.upsell-inline-header {
    font-weight: bold;
    font-size: 160%;
    padding-left: 40px;
    margin-bottom: 60px;
    text-decoration: underline;
}
.upsell-price {
    margin-top:6px;
}