﻿body {

}

.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}

.op-heading {
    text-align: center;
}

.op-container input[type=text] {
    width: 100%;
    height: 40px;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
}

.op-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.op-container {
    max-width: 700px;
}

#viprewardsid {
    width: 250px;
}

.op-button {
    display: inline-block;
    padding: 16px;
    text-align: center;
    border: 1px solid #000;
    color: black;
    background-color: white;
}

.op-button:hover {
    background-color: #0700cf;
    color: white;
}

.op-container select {
    width: 350px;
}

.crust-image {
    width: 250px;
}

.submit-button {
    width: 100%;
}

.error-text {
    font-weight: bold;
    color: red;
}

.success-text {
    font-weight: bold;
    color: green;
}

#CurrentOrderDisplay {
    width: 100%;
}

#CurrentOrderDisplay th, #CurrentOrderDisplay td {
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
}

#CurrentOrderDisplay th {
    font-weight: bold;
}

#OrderedPizzas {
    width: 100%;
}

#OrderedPizzas th, #OrderedPizzas td {
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
}

#OrderedPizzas th {
    font-weight: bold;
}

.results-box {
    max-width: 600px;
    margin: 60px auto;
    padding: 24px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .4);
}

.results-box span {
    display: block;
    margin-bottom: 5px;
}

.oc-grid-heading {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.oc-heading {
    text-align: center;
}