.color-pink {
	color: #df5a98;
}
.underline {
	text-decoration: underline;
}

.color-brown {
	color: #725e0e;
}
.border-top {
	margin-top: 8px;
	padding-top: 8px;
	border-top: dotted 1px #ccc;
}
.salonbox {
	border-right: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	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;
}
