.col-4 {
	width: 20%;
	display: inline-block;
}

.hyphen {
	display: inline-block;
	width: auto;
	padding: 5px 5px;
}


.country {
	display: none !important;
}

button.link {
	background: none !important;
	border: none;
	padding: 0 !important;
	color: #1979c3;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	font-size: 1.4rem;
}

button.link:hover {
	text-decoration: underline;
}