/*CSS for cell : greatHumanJourneyPortfolio*/

.breakthrough-reeling-area 
{
	display: block;
	left: 0px;
	top: 0px;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;
}

.breakthrough-divx
{
	position : absolute;
	background-position: center;
	margin: 0 auto;
	border: thin ghostwhite;
}

.breakthrough-spanxT
{
	top : 3px;
	left:0px;
	position : absolute;
	color : ghostwhite;
	font-size : 22px;
	font-weight: bold;
	line-height: 7px;
	
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	display: inline-block;	
}

.breakthrough-spanx-field
{
	position : absolute;
	color : ghostwhite;
	font-size : 10px;
	line-height: 11px;
	
	margin: 0 auto;
	text-align: center;
	display: inline-block;	
	white-space: pre-wrap;	
}

.breakthrough-spanx
{
	position : absolute;
	color : ghostwhite;

	text-align: justify;
    white-space: pre-wrap;
    
}

.breakthrough-img-holder
{
    position : absolute;
    border : thin solid #FEB300;
	border-radius : 4px;
	display:none;
}

.breakthrough-innovator-name
{
    position : absolute;
	color : ghostwhite;
	font-size : 18px;
	font-weight: bold;
	line-height: 7px;

	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
    display: inline-block;
    

}

.range-knowledge-spanx
{
	position : absolute;
	color : ghostwhite;

    line-height: 9px;
	text-align: center;
    white-space: pre-wrap;
	padding: 2px 1px;
	line-height: 10px;
    
}
.search-breakthrough
{
	position: absolute;
	z-index:300;
	right: 40px;
	top: 0px;
	border-radius: 3px;
}

.search-breakthrough:hover, .search-breakthrough:focus
{
	background-color: salmon;
  	cursor: pointer;
}

.learn-breakthrough
{
	position: absolute;
	z-index:300;
	right: 40px;
	top: 2px;
}

.learn-breakthrough:hover, .learn-breakthrough:focus
{
  	cursor: pointer;
}