/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */

#jr_wrap {
	position: relative;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
	background: red;
}

#jr_inner {
	color: #fff;
	margin: 0 ;
	height: auto;
	position: relative;
	font-size: 1em;
	font-weight: normal;
	padding: 3px;
}

#jr_inner a {
	color: #550000;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

#jr_inner  a:hover {
	color: #fff;
	text-decoration: none;
}

#jr_message {
	display: inline-block;
	width: 89%;
	text-align: center;
}

#jr_close {
	display: inline-block;
	width: 10%;
	text-align: right;
	margin-right: 2px;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}