/* Helper */
.ns_helper{
	font-size: 14px;
	line-height: 20px;
}

.ns_helper .ns_boxed-background{
	border: none;
	padding: 0px;
}

.ns_helper .ns_helper-content{
	padding: 24px 0px;
}

.ns_helper .ns_helper-content > .col-xs-12{
	display: flex;
}

.ns_helper .ns_helper-avatar img{
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	max-width: none;
	border-radius: 50%;
	margin-right: 12px;
	background: var(--hipnos-color-secondary-3);
}

.ns_helper .ns_helper-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}

.ns_helper .ns_helper-buttons{
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-top: 2px solid var(--hipnos-color-secondary-3);
}

.ns_helper .ns_helper-buttons a{
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.ns_helper .ns_helper-buttons > .col-xs-6:first-child{
	position: relative;
}

.ns_helper .ns_helper-buttons:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0px;
	left: 50%;
	margin-left: -1px;
	background: var(--hipnos-color-secondary-3);
}
