.toons10 {
	max-width: 840px;
	margin: 0 auto;
}

.toon-img {
	max-width: 600px;
	overflow: hidden;
	max-height: 880px;
	float: left;
}

.toon-img img {
	max-width: 100%
}

.data {
	margin-left: 10px;
	float: left;
}

.char-img-update {
	position: fixed;
	top: 80px;
	right: 0px;
	max-width: 280px;
	overflow: hidden;
}

.char-img-update img {
	position: relative;
	max-width: 800px;
        left: -525px;
}

.status-bar {
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 3px;
	width: 200px;
	height: 10px;
	overflow: hidden;
}

.status-bar .fill {
	background-color: #090;
	height: 10px;
}

.right {
	float: right;
}

table tr:nth-child(even) {
	background-color: #EEE;
}

table tr:nth-child(odd) {
}

.divide {
	border-right: 1px solid #000;
}

.skillBox {
	width: 380px;
	float: left;
	min-height: 200px;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #999;
	background-color: #eee;
}

.thumbnail-img img {
	max-width: 78px;
	width: 100%;
	height: auto;
}

.thumbnail-img {
	max-width: 78px;
}

.mugshot {
	width: 84px;
	height: 1004x;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.inroster {
	opacity: .4;
	cursor: pointer;
}

.eddie {
	border: 2px solid #CCC;
	background-color: #CCC;
}

.noneddie {
	border: 2px solid #333;
	background-color: #333;
}

.btn-assassin, .btn-assassin:hover, .btn-assassin:active, .btn-assassin:visited {
	color: #fff !important;
	background-color: #E8E;
	border-color: #E8E;
}
.btn-silver, .btn-silver:hover, .btn-silver:active, .btn-silver:visited {
	color: #000;
	background-color: #CCC;
	border-color: #CCC;
}
.btn-dark, .btn-dark:hover, .btn-dark:active, .btn-dark:visited {
	color: #FFF !important;
	background-color: #333;
	border-color: #333;
}

.guide-view img {
	max-width: 100%;
}

.stars2left, .stars3left {
        background-color: #111;
        height: 10px;
        width: 10px;
        left: 14px;
        position: relative;
        top: -15px;
	z-index: 3;
}

.stars4left, .stars5left {
	background-color: transparent;
	height: 10px;
	width: 10px;
	left: 14px;
	position: relative;
	top: -15px;
	z-index: 4;
}
.stars3right, .stars4right {
        background-color: #111;
        height: 10px;
        width: 10px;
        left: 52px;
        position: relative;
	top: -25px;
	z-index: 14;
}

.stars1left {
	background-color: #111;
	height: 10px;
	left: 14px;
	width: 19px;
	top: -15px;
	position: relative;
	z-index: 2;
}

.stars1right, .stars2right {
	background-color: #111;
	height: 10px;
	left: 44px;
	position: relative;
	top: -25px;
	z-index: 12;
	width: 18px;
}

.starsleft {
	background-color: #111;
	height: 12px;
	width: 54px;
	left: 8px;
	position: relative;
	top: -16px;
	z-index: 2;
}

.roundchars .char {
	max-width: 80px;
	max-height: 100px;
	float: left;
	cursor: pointer;
	margin: 2px;
}

.round {
	clear: both;
}
