.submit_message
{
    width:              800px;
    margin-left:        auto;
    margin-right:       auto;
    color:              #000000;
    background-color:   #9EB7D5;
    font-size:          18px;
}

.page_section
{
    width:              800px;
    margin-left:        auto;
    margin-right:       auto;
    color:              #000000;
    background-color:   #E5E5E5;
    padding-left:       50px;
    padding-top:        10px;
    padding-bottom:     10px;
}

#customer_info_table
{
    color:              #01568F;
    background-color:   #E5E5E5;
}

#wine_order_table
{
    border-collapse:    collapse;
}

#wine_order_table thead
{
    color:              #01568F;
    background-color:   #E5E5E5;
}

#wine_order_table tbody tr:nth-child(even)
{
    color:              #000000;
    background-color:   #6B95BF;
}

#wine_order_table tbody tr:nth-child(odd)
{
    color:              #000000;
    background-color:   #9EB7D5;
}

.wine_price_column
{
    width:              100px;
}

.wine_price_cell
{
    text-align:         center;
}

.wine_quantity_cell
{
    text-align:         center;
}

.wine_quantity_input
{
    display:            block;
    width:              50px;
    margin-left:        auto;
    margin-right:       auto;
}

.total_price_column
{
    width:              150px;
}

.remove_line_cell
{
    text-align:         center;    
}

.total_price_cell
{
    text-align:         center;
}

#total_order_price_spacer
{
    height:             20px;
}

#total_order_price_row
{
    height:             30px;
    color:              #01568F;
    background-color:   #E5E5E5;
    font-weight:        bold;
}

.total_order_price_cell
{
    text-align:         center;
    border-top:         2px solid #000000;
}

.submit_order_button
{
    display:            block;
    margin-left:        auto;
}

#wine_order_table td {
    padding-left: 5px;
    padding-right: 5px;
}
