/**
 * All of the CSS for your global admin-specific functionality should be
 * included in this file.
 */

.cartbounty_get_pro a{
	color: #008000;
	font-weight: 700;
}

.cartbounty_get_pro a:hover{
	color: #08a208;
}

.cartbounty-notification{
	border-left-color: #008000;
	display: flex;
}

.cartbounty-notification.warning{
	border-left-color: #ff5d00;
}

.cartbounty-notification p,
.cartbounty-button-container{
	display: inline-block;
	width: 90%;
	text-align: left;
}

.cartbounty-button-container{
	width: 10%;
	text-align: right;
	margin: .5em 0;
	padding-left: 15px;
}

.cartbounty .cartbounty-notification .cartbounty-close-notice,
.cartbounty-close-notice{
	text-align: right;
	margin: 0;
}