﻿.single-price {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	padding-bottom: 05px;
}
.max{
    max-height:355px;
    /*max-width:300px;*/
}
.maxs{
    height: 200px;
    max-height: 200px;
    max-width: 200px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}