.chardinjs-show-element { opacity: 1; }

/* .chardinjs-tooltip { max-width: 300px; } */

.primary.btn {	
	background: url("../images/arrow-white.png") #ff0033 right;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: 17px;
	padding: 5px 28px 5px 10px;
	height: auto;
}

.primary.btn:active,
.primary.btn:hover,
.primary.btn:focus { color: #ffffff; border-bottom: none; }

.btn-medium {
	font-size: 16px;
	font-weight: bold;
	padding: 7px 12px;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.float-right { float: right; }