*{
	margin : 0;
	padding : 0;
}
#notice {
	padding : 3em 0;
}
.menutitle{
	text-align : center;
	line-height : 3em;
	border : 1px solid #ccc000	
}
.menu {
	color : #cc0000;
}
#carprice, #budaeprice, #totalprice, #ask-quotation{
	padding : 3em 0;
	margin-bottom : 15px;
	border-radius : 20px;
	border : 0.5px dotted red;
	box-shadow : inset 2px 2px 5px grey;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
}
#budaeprice,#totalprice, #ask-quotation{
	display : none
}
#view_tax,#view_bond{
	font-size : 14pt;
	padding : 5px;
	line-height : 1.66em;
}
.sectiontitle{
	padding-left :1.6em;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	margin-bottom : 35px;
	transition : all 0.3s ease;
}
.sectiontitle:hover{
	color : #cc0000;
	margin-left : 3px;
}
.sectiontitle + .row{
	margin-bottom : 25px;
}
.sumtitle {
	font-size : 14pt;
}
.bottomline{
	margin-top : 80px;
}