@charset "utf-8";
/* CSS Document */

/* HTML5 TAGS */


a:link {
    color: #fff;
}

/* visited link */
a:visited {
    color: #fff;
}

/* mouse over link */
a:hover {
    color: #fff;
}

/* selected link */
a:active {
    color: #fff;
}



/* STANDARD DIV BKG/BORDER CLASS */

.raidboss-box {
	margin-top: 15px;
	background-color:#000;
	border: #666 2px solid;
}

.rb_body {
	background-color:#000;
}	

.rb_body_box_header {
	background:#000;
	color:#fff;
}

.rb-align-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

.black-back {
	background: #000;
}
