/*#header-widgets > .row > .col:nth-child(1),#header-widgets > .row > .col:nth-child(2){*/
#header-widgets > .row > .col:not(:last-child){
	border-bottom: solid #ccc 1px;
}
#header-widgets > .row > .col:not(:first-child){
	padding-top: 1rem;
}
#header-widgets {
	font-size: 0.8rem !important;
}
#header-widgets h4 {
	font-size: 1rem !important;
}

@media only screen and (min-width: 576px) {
	#header-widgets > .row > .col:nth-child(2){
		padding-top: 0;
	}
	#header-widgets > .row > .col:nth-child(3),#header-widgets > .row > .col:nth-child(4){
		border-bottom: none;
	}
	#header-widgets > .row > .col:nth-child(even){
		border-left: solid #ccc 1px;
	}
}

@media only screen and (min-width: 768px) {
	#header-widgets > .row > .col{
		border-bottom: none !important;
		padding-top: 0 !important;
	}
	#header-widgets > .row > .col + .col{
		border-left: solid #ccc 1px;
	}
}
/*#header-widgets h3{
	border-bottom: dotted #aaa 1px;
}*/