/* here you can put your own css to customize and override the theme */
.border-bottom {
	border-bottom: 1px solid #ececec;
}
.border-top {
	border-top: 1px solid #ececec;
}
.border-left {
	border-left: 1px solid #ececec;
}
.border-right {
	border-right: 1px solid #ececec;
}

.mg-top-0{
	margin-top: 0px;
}

.mg-bottom-0{
	margin-bottom: 0px;
}

.mg-top-bottom-0{
	margin-top: 0px;
	margin-bottom: 0px;
}

.font-12{
	font-size: 12px;
}

.font-14{
	font-size: 14px;
}