/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.pricing-box {
float: left;
width: 216px;
/*width: 331px;*/
border: 1px solid #BBBBBB;
background-color: #DDDDDD;
padding: 15px;
margin: 15px;
}
.pricing-box li {
margin-left: -25px;
}
#news li {
margin-bottom: 5px;
list-style-type: square;
margin-left: 18px;
}
#pricing-table {
border-collapse: collapse;
margin-bottom: 25px;
}

#pricing-table td {
border-bottom: 1px solid #bbbbbb;
padding: 0px 15px;
}
#pricing-table .price {
text-align: center;
font-size: 16px;
padding: 15px;
color: black;
}
#pricing-table .price a {
font-weight: bold;
font-size: 18px;
line-height: 24px;
}
