/**
*
* @package JVA - phpBB Invite
* @version $Id$
* @author 2011-2020 KillBill
* @copyright (c) 2014-2020 https://jv-arcade.com/ - https://jv-arcade.com/contact
* @license https://jv-arcade.com/License.html JVA License v1
*
*/

.jv_invite_tred {
	color: #ff0000;
	font-weight: bold;
}

.jv_invite_notice {
	border-top-color: #000000;
	border-top:1px dashed #000000;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: 1em;
	line-height: 130%;
	margin-top: 1.5em;
	padding-top: 0.2em;
	width: 100%;
}

.jv_invite_error {
	background-color: #000;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-radius: 8px;
}

.jv_invite_bsc {
	text-align: center;
	width: 25%;
}

.jv_invite_bsl {
	text-align: left;
	width: 25%;
}