@charset "utf-8";
/* CSS Document */


/******* Alter *********/

#alter #header-info #info {
    width: 250px;
}

#alter #info #issue-info { 
    font-size: 11px;
    font-style: normal;
 }

.person-row {
	padding:15px;
	border:#666eb3 3px solid;
	position: relative;
	clear: both;
	margin-bottom: 40px;
	margin-top: 40px;
}

.person-photo {
	width: 115px;
	margin-right: 15px;
	float: left;
}

.person-photo img{
	max-width: 100% !important;
	height: auto !important;
}

.person-info {
	overflow: hidden;
	position:relative;
}

.person-info-wrap p{
	font-size: 12px;
}


.person-yellow-bg {
	background-color: rgba(255,243,73,0.7);
	border-radius: 15px;
	z-index: 0;
	font-size: 12px;
	padding:10px;
	
}

.person-info-wrap {
	z-index: 1;
	position: relative;
}



.superhero-name {
	font-size: 13px;
	font-weight: 600;
	color: #4755a5;
}


.person-odd {
	margin-right: 65px;
	border-radius: 0 15px 15px 0;
}


.person-even {
	margin-left: 65px;
	border-radius: 15px 0 0 15px;
}
