﻿@charset "UTF-8";

.greenBg{
	background-color:#397c65;
}

.table{
	display: block;
    width: 100%;
    max-width: 550px;
    margin: 0px auto;
}
.column{
	border-right:1px solid #efefef;	
	width:50%;
	float:left;	
}

.column:last-child{
	border-right:none;	
}
.row{
	padding:5px 0;
	border-bottom:1px solid #efefef;
	text-align:center;
}

.row:last-child{
	border-bottom:none;
}

#bulk-discounts {
    padding-bottom: 50px;
}

#bulk-discounts p {
        color: black;
    text-align: center;
}
