/* ======================================================================== */
@import url('https://css.vengefulsyndicate.com/notice.css');

/* ======================================================================== */
/* Misc */
.listItem-shaded:nth-child(even) {
	background: #181818 !important;
}

/* ---------------------------------------------------------------------
   Alert Box On Login Page - Credit: Jambercob
   --------------------------------------------------------------------- */

/* The alert message box */
.alert {
	padding: 12px;
	background-color: rgba(96, 0, 0, .75);
	/* Red */
	color: white;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
	font-size: 16px;
	border: 1px solid rgba(62, 0, 0, .5);
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(153, 0, 0, .6);
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(153, 0, 0, .6); */
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(0, 0, 0, .6);
	text-shadow: 2px 2px 4px #000000;
	/*width: 750px;
	height: 40px;*/
}

/* The courtesy message box */
.message {
	padding: 8px;
	background-color: rgba(0, 96, 0, .75);
	/* Green */
	color: white;
	margin-left: 28.5%;
	margin-right: 28.5%;
	text-align: center;
	font-size: 16px;
	border: 1px solid rgba(0, 62, 0, .5);
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(0, 153, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(0, 153, 0, .6);
	text-shadow: 2px 2px 4px #000000;
	width: 750px;
	height: 40px;
}

/* The close button */
.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 5px;
	cursor: pointer;
	transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
	color: #191919;
}
/* =========================================================================== */
