.color-pink {
	color: #e8b2aa;
}
.underline {
	text-decoration: underline;
}


.border-top {
	margin-top: 8px;
	padding-top: 8px;
}
.salonbox {
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
}
.border-none {
	border-right: none;
}
.border-right {
	border-right: dotted 1px #ccc;
}
.inline {
	display: table-cell;
}
.btnarea .icon{
	padding-right: 5px;
	display: table-cell;
}
