

.arg-bookie_links {
	display: flex;
}

.arg-bookie {
	margin-bottom: 8px;
}


p.arg-bookie_terms {
	font-size: .6em;
	text-align: center;
	margin: 4px 0 0;
	color: #777;
}

.arg-bookie_links {
	border-radius: 3px;
	overflow: hidden;
}

.arg-bookie_links a {
	flex: 1;
	font-family: 'Helvetica Neue';
	font-size: .7em;
	color: #fff;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: .04em;
	background: #66768b;
	transition: 80ms ease-in;
}

.arg-bookie_links a:last-of-type {
		border: 1px solid #66768b;
	border-left: none;
}

.arg-bookie_links a:first-of-type {
	background: #29b86a;
	min-width: 65%;
	border: 1px solid #29b86a;
	border-right: none;
}

.arg-bookie_links a:first-of-type:hover {
	background: #29b86acc;
}


.arg-bookie_links a:last-of-type:hover {
	background: #66768bcc;
}

.arg-bookie {
	background: #fefefe;
		display: flex;
	flex-direction: column;
	padding: 5px;
	border-radius: 6px;
	border: 1px solid #eaeaea
}

.arg-bookie_title {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
		border-radius: 4px;
	overflow: hidden;
}

.arg-bookie ul {
	list-style: none;
	margin: 0;
	font-family: 'Helvetica Neue';
	font-size: .7em;
	padding: 5px 5px;
	line-height: 1.5em;
	color: #2a343f
}

.arg-bookie ul li:first-of-type {
	font-weight: 500;
	color: #406fa9;
	font-size: 1.1em;
}

.arg-bookie_title  img {
	max-width: 60px;
	margin: 0 15px
}

.arg-bookie_title p {
	display: none;
}

.arg-bookie_title a {
	background: #eff1f4;
	padding: 7px 10px;
	flex: 1;
	transition: 90ms ease-in;
}

.arg-bookie_title a:hover {
/* 	background: #ffffff2f; */
}

.arg-bookie_title a h3 {
	margin-top: 0;
	font-size: .8em;
	font-weight: 500;
	color: #2b3f57 !important;
}