/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 20px 'Open sans', Freesans, sans-serif;overflow:hidden}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {padding: 16px; background: #eee;}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;	
}

.main_wrapper {
	flex-grow: 1;	
	flex-direction:row;
	display: flex;
}

.main_wrapper aside
{  
	flex-shrink:0;	
	width:350px;
}

.main_wrapper main
{
	flex-grow:1;
	display: flex;
	flex-direction: column;
}

.main_wrapper main section.content
{
	flex-grow:1;	
}

.main_wrapper main footer
{
	height:30px;
	flex-shrink: 0;	
}

.main_wrapper aside nav.main_menu
{
	width:100%;	
	height:calc(100vh - 260px);
	overflow-x:hidden;
}

.main_wrapper aside nav.main_menu ul li
{
	position:relative;
}

.main_wrapper aside nav.main_menu ul li a
{
	display:block;
	padding:14px 8px;
	font-size:18px;
}


.main_wrapper aside nav.main_menu > ul > li > a
{
	font-weight:bold;
}

.main_wrapper aside nav.main_menu ul li ul
{
	display:none;
}

.main_wrapper aside nav.main_menu ul li.active > ul
{
	display:block;
}

.main_wrapper aside nav.main_menu ul li ul li a
{
	padding-left:20px;
}

.main_wrapper aside nav.main_menu ul li ul li ul li a
{
	padding-left:40px;
}

.main_wrapper aside nav.main_menu ul li ul li ul li ul li a
{
	padding-left:60px;
}

.main_wrapper aside nav.main_menu ul li ul li ul li ul li ul li a
{
	padding-left:80px;
}

.main_wrapper aside nav.main_menu ul li.visited:after
{
	content: '';
	width: 0; 
	height: 0; 
	top:0;  
	margin-top:-5px;
	margin-right:-0px;
	right:0;  
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #666;
	position:absolute;
	transform:rotate(-45deg);
	z-index:12222;
}

.main_wrapper aside nav.main_menu ul li a span
{
	display:block;
	width:15px;
	height:15px;	
	float:right;
}

.main_wrapper aside .logo
{
	width:100%;
	padding:20px;
}

.main_wrapper aside .logo img 
{
max-width:100%;	
}

.main_wrapper aside nav.icons
{
	bottom:10px;
	left:20px;
	position:absolute;
}

.main_wrapper aside nav.icons li 
{
	display:inline-block;
	margin-left:60px;	
	cursor:hand;
	cursor:pointer;
	color:#fff;	
}

.main_wrapper aside nav.icons li:nth-of-type(1)
{
	margin-left:0;
}

.main_wrapper aside nav.icons li:before
{
	margin-right:10px;
	font-family: "Font Awesome 5 Free"; 
	font-weight:900;
	font-size:24px;
}

.main_wrapper aside nav.icons li.references:before
{
	content:'\f543';
}

.main_wrapper aside nav.icons li.history:before
{
	content:'\f1da';
}

.main_wrapper aside nav.icons li.sitedesign:before
{
	content:'\f0e8';
}

.pager
{
	position:absolute;
	bottom:120px;
	width:calc(100% - 121px);
	left:60px;
}

.pager ul,
.pager .golden_path
{
	display:inline-block;
}

.pager .golden_path
{
	display:none;
}

.pager ul
{
	width:100%;
}

.pager ul li
{
	display:inline-block;
	cursor:hand;
	cursor:pointer;		
	float:right;
	position:relative;		
	padding:10px;
	padding-right:35px;
	padding-left:20px;
	font-weight:bold;			
}

.pager ul li:nth-of-type(1)
{
	margin-left:0;	
	float:left;	
	padding-right:20px;
	padding-left:35px;
}

.pager ul li.pager_back:before
{
	content:'';
	width: 0; 
	height: 0;	
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	position:absolute;
	left:10px;
	top:8px;
}


.pager ul li.pager_next:before
{
	content:'';
	width: 0; 
	height: 0;	
	right:10px;
	top:8px;	
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	position:absolute;	
}

.pager .golden_path
{
	background:#fff;
	position:relative;
	float:right;
}

.pager .golden_path ul
{
	display:inline-block;
	width:100%;
	float:left;
}

.pager .golden_path ul li
{
	width:auto;	
	padding:5px;	
	float:left;
	height:30px;
	padding-right:30px;
	display:inline-block;
}

.pager .golden_path ul li.back
{	
	width:20px;
	padding-right:20px;
}

.pager .golden_path ul li.back:before
{
	content:'';
	width: 0; 
	height: 0;		
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #000;
	position:absolute;	
}

.pager .golden_path ul li.next:before
{
	content:'';
	width: 0; 
	height: 0;	
	right:10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #000;
	position:absolute;	
}

main
{
	position:relative;
}

main .content
{
	padding:20px;
}

main .content .content_area
{
	padding:40px;
	margin-bottom:20px;
}

main .references,
main .notes
{	
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	padding:10px;
	display:none;
}

main .notes
{
	padding:0;
}

main .notes #notes,
main .notes .key
{
	padding:5px 10px;
}

footer
{
	display:none;
}

.cover
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:50px;
	text-align:center;
	z-index:2000;
	display:flex;
	flex-direction: column;
	background-size:cover !important;
}

.cover .logo
{
	flex-grow:1;
}

.cover .logo
{
	max-width:500px;
	margin:0 auto;
	margin-top:90px;
}

.cover ul.content_box
{
	flex-grow:2;
	display:flex;
	flex-direction: row;
	margin:0 auto;
}

.cover ul.content_box li
{
	display:inline-block;
	position:relative;
	margin-left:80px;
	padding-top:50px !important;
	background-size: cover !important;
	width:260px;
	height:260px;
	cursor:hand;
	cursor:pointer;
}

.cover ul.content_box li:nth-of-type(1)
{
	margin-left:0;
}

.cover .content_box li h2
{
	position:absolute;
	bottom:20px;
	width:80%;
	left:10%;
	font-size:25px;
}

.cover .content_box li span
{
	font-size:80px;
}

.cover .logo-bottom
{	
	flex-shrink: 0;
}

#content .timeline 
{
    width: calc(100%);
    margin: 0 auto;
    margin: 0rem 0 0 0;
    padding: 0.5rem 1rem 0.5rem;
	background:green;
}

#content .timeline .points 
{
    position: relative;
    height: 2rem;
}

#content .timeline .points .point_wrapper
{
	position: absolute;
	text-align: center;
	height: 2rem;
}

#content .timeline .points .point_wrapper span.action 
{
    width: 1.875rem;
    height: 1.875rem;
    line-height: calc(1.875rem - 6px);
    cursor: pointer;
}

#content .timeline .points .point_wrapper span.end 
{
	width: 1.625rem !important;
	height: 1.625rem !important;
	line-height: calc(1.625rem - 6px) !important;
	cursor: pointer !important;
}

#content .timeline .points .point_wrapper span 
{
    text-align: center;
    border-radius: 2rem;
    display: inline-block;
    margin: auto;
}

#content .timeline .ticks 
{
    margin: 0 2.5%;		
    height: 0.5rem;
    position: relative;
}

#content .timeline .slider-track
{
    top:14px;
	height: 0.5rem;
}

#content .timeline .ticks .tick 
{
    width: 1px;
    height: 0.5rem;
    position: absolute;
}

#content .timeline .line_wrapper 
{
    height: 0.875rem;
    position: relative;
    padding: 0.25rem;
    transition: all 250ms linear;
}

#content .timeline .line_wrapper .line 
{
    position: absolute;
    left: 0px;
    right: 0;
    height: 0.5rem;
    border-radius: 1rem;    
    margin: 0 0rem;	
    transition: all 250ms linear;
}

#content .timeline .slider 
{
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
    height: 0.5rem;
    position: absolute;
    left: 0.75rem;
    top: -0.625rem;
}

#content .legend ul:before
{
	content:'Press to filter graph options:';
	margin-right:10px;
	margin-top:7px;
	font-size:16px;	
	float:left;
}

#content.psma_petct_for_primary_staging_and_biochemical_recurrence .legend
{
	display:none;
}

#content.psma_petct_for_primary_staging_and_biochemical_recurrence .left_block
{
	width:45%;
	padding-top:40px;
	margin-right:50px;
	font-size:25px;
}

#content.psma_petct_for_primary_staging_and_biochemical_recurrence .image_block
{
	width:50%;
}

#content.psma_petct_for_primary_staging_and_biochemical_recurrence .image_block .highlight
{
	margin-bottom:50px;
}

#content .legend
{
	display:none;
}

#content .legend ul 
{
    text-align: center;
    display: inline-block;		
    margin: 0;
}

#content .legend ul li 
{
    float: left;
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem;    
	border-radius: 1rem;
	margin-right: 0.5rem;
	line-height: calc(1.5rem - 6px);
	font-size:25px !important;
}

#content .legend ul li.inactive
{
	opacity:0.2;
}

.history_block_container ul li
{	
	margin:0 !important;
	padding:0 !important;	
	list-style-type: none;
}

.history_block_container ul li:nth-of-type(1):before
{
		content:'\f2ed';	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:10px;
}

.history_block_container .history_item,
.history_block_container .history_block .history_titles 
{	
	padding:5px;
}

.history_block_container .history_item
{
	cursor:hand;
	cursor:pointer;
}

.history_block_container .history_item p
{
	width:32%;		
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
}


.history_block_container .history_item p.section,
.history_block_container .history_item p.sub_sections
{
	font-weight:normal;
}

.history_block_container .history_titles p
{
	width:32%;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
}

#content h1
{	
	margin-bottom:20px;	
}

.main_wrapper aside nav.main_menu ul li.protected,
.main_wrapper aside nav.main_menu ul li.menu_hidden
{
	display:none;
}

body.protected_unlocked .main_wrapper aside nav.main_menu ul li.protected
{
	display:block;
}


.protected_container_wrapper,
.disclaimer_container_wrapper
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	text-align:center;
	display:none;
	z-index:2000;
}

.protected_container_wrapper .protected_container,
.disclaimer_container_wrapper .disclaimer_container
{	
	width:800px;
	margin:10% auto 0;
	padding:0px;
}

.protected_container_wrapper .protected_container .protected_left,
.protected_container_wrapper .protected_container .protected_right
{
	vertical-align:top;
	display:inline-block;
	width:48%;	
}

.protected_container_wrapper .protected_container .protected_right
{
margin-left:1.5%;	
	padding-top:20px;
	padding-bottom:20px;
}

.protected_container_wrapper .protected_container .protected_left
{
	padding:30px;	
}

.protected_container_wrapper .protected_container .protected_left .icon_unlocked,
.protection_icon .icon_unlocked
{
	display:none;
}

.protected_container_wrapper .protected_container .protected_left .icon_locked,
.protected_container_wrapper .protected_container .protected_left .icon_unlocked
{	
	margin-top:40px;	
}

.protected_container_wrapper .protected_container .protected_left h2
{
	margin-top:20px;
	margin-bottom:20px;
}

.protected_container_wrapper .protected_container .protected_right p,
.protected_container_wrapper .protected_container .protected_left p
{
	font-size:18px;
}

.protected_container_wrapper .protected_container input
{
	width:100%;
	padding:0px;
	text-align:center;
	border:0;
	margin-top:20px;
}

.protected_container_wrapper .protected_container .pin_entry
{
	width:100%;
	margin-top:20px;
}

.protected_container_wrapper .protected_container .pin_entry ul
{
	
}

.protected_container_wrapper .protected_container .pin_entry ul li
{
	display:inline-block;	
	height:70px;		
	font-size:50px;			
	vertical-align:top;
	width:20%;
	margin-left:5%;
	margin-right:5%;
}

.stacked_options
{
	width:100%;
}

.stacked_options .stacked_option
{
	width:100%;
	position:relative;
	cursor:hand;
	cursor:pointer;	
}

.stacked_options .stacked_option:after
{
	content:'';
	width: 0; 
	height: 0;	
	right:1px;
	top:-3px;	
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform:rotate(315deg);
	position:absolute;	
}

#content.epidemiology .epi_left_content
{
	display:inline-block;
	width:30%;
}

#content.epidemiology .epi_right_content
{
	display:inline-block;
	width:68%;
}

.table_stat
{
	
}

.table_stat h3
{
	text-align:center;
}

.table_stat p
{
	text-align:center;
}

.image_blocks
{
	width:100%;
	text-align:center;
	margin-top:40px;
	padding:0 !important;
}

.image_blocks .image_block
{	
	padding:20px;
	box-shadow:0px 0px 10px #ccc;
	display:inline-block;
	width:20%;
	vertical-align:top;
	min-height:300px;
	text-align:center;
	margin-left:20px;
	margin-right:20px;
}

.image_blocks .image_block:before
{
	display:none;
}

.image_blocks .image_block img
{
	margin-bottom:10px;
}

#content ul
{
	list-style-type: disc;
	margin-left:25px !important;
}

.horizontal_flow
{
	font-size:18px;
	position:relative;
}

.horizontal_flow .horizontal_cover
{	
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.99);
	-webkit-transition: left 1s, width 1s ease-in-out; /* For Safari 3.1 to 6.0 */
  transition: left 1s, width 1s ease-in-out;
}

.horizontal_flow .horizontal_cover .horizontal_cover_remove
{
	font-size:18px;	
	font-weight:bold;
	position:fixed;	
	background:#0260A9;
	color:#fff;
	bottom:190px;
	left:410px;
	padding:10px 20px;
}

#content.systemic_therapy_for_mcrpc_without_visceral_metastases .horizontal_flow .horizontal_cover .horizontal_cover_remove,
#content.systemic_therapy_for_mcrpc_with_visceral_metastases .horizontal_flow .horizontal_cover .horizontal_cover_remove
{
	bottom:420px;	
}

/*.horizontal_flow .horizontal_cover .horizontal_cover_remove
{
	left:100px;
	top:50%;
	margin-top:20px;	
	padding-left:55px;
	font-size:18px;	
	font-weight:bold;
	position:absolute;
	margin-left:-80px;
}

.horizontal_flow .horizontal_cover .horizontal_cover_remove:before
{
	content:'';	
	width:0px;
	height:0px;	
	z-index:99 !important;	
	transform:rotate(180deg);
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 25px solid #4E8DE0;
	position:absolute;
	top:-18px;
	left:0;
}

.horizontal_flow .horizontal_cover .horizontal_cover_remove:after
{
	content:'';	
	width:0px;
	height:0px;	
	z-index:99 !important;	
	transform:rotate(180deg);
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 25px solid #4E8DE0;
	position:absolute;
	top:-18px;
	left:20px;
}*/

.horizontal_flow .horizontal_cover .horizontal_cover_next
{	
	position:absolute;	
	top:44%;	
	margin-top:20px;
	cursor:hand;
	cursor:pointer;	
	color:transparent;
	left:20px;
	font-size:0px;
	z-index:100  !important;	
}

#content.systemic_therapy_for_mcrpc_with_visceral_metastases .horizontal_flow .horizontal_cover .horizontal_cover_next
{
	top:47%
}

.horizontal_flow .horizontal_cover .horizontal_cover_next:before
{
	content:'';	
	width:0px;
	height:0px;	
	z-index:99 !important;		
		border-top: 45px solid transparent;
	border-bottom: 45px solid transparent;
	border-left: 45px solid #0260A9;
	position:absolute;
	top:-50px;
	left:0;
}

.horizontal_flow .horizontal_cover .horizontal_cover_next:after
{
	content:'Next';
	color:#000;
	position:absolute;
	z-index:101;
	top:-18px;	
	left:55px;
	font-weight:bold;
	font-size:18px;
	width:200px;
}

.horizontal_flow .horizontal_flow_item
{
	display:inline-block;
	width:19%;
	vertical-align:middle;
	overflow-wrap: break-word;
	position:relative;
}

.horizontal_flow .horizontal_flow_item ul li
{
	padding-left:20px !important;
	margin-bottom:5px !important;
}


.horizontal_flow .horizontal_flow_item.horizontal_flow_item_1
{
	width:13%;
	min-height:220px;	
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_2
{
	width:22%;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_3
{
	width:12%;			
	height:300px;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_4
{
	width:32%;	
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_2 .asymptomatic_container
{
	margin-bottom:60px;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_1 .asymptomatic
{
	position:absolute;
	margin-top:-60px;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_1 .symptomatic
{
	position:absolute;
	margin-top:15px;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_1 p:nth-of-type(2)
{		
	margin-top:5px;
	margin-bottom:20px;
	margin-left:10px;
	line-height:1.2em;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_2 p,
.horizontal_flow .horizontal_flow_item.horizontal_flow_item_4 p,
.horizontal_flow .horizontal_flow_item.horizontal_flow_item_5 p
{
	text-align:center;		
	margin-bottom:5px;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_3 p
{
	top:50%;
	width:calc(100% - 30px);	
	position:absolute;
	margin-top:-250px;
}

#content.systemic_therapy_for_mcrpc_without_visceral_metastases .horizontal_flow .horizontal_flow_item.horizontal_flow_item_3 p:nth-of-type(1)
{
	margin-top:-280px;
}

#content.systemic_therapy_for_mcrpc_without_visceral_metastases .horizontal_flow .horizontal_flow_item.horizontal_flow_item_3 p:nth-of-type(2)
{
	margin-top:160px;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_3 p:nth-of-type(2)
{
	margin-top:180px;
}

.horizontal_flow .horizontal_flow_item.horizontal_flow_item_4 .symptomatic_container
{
	margin-bottom:20px;
}

.horizontal_flow .horizontal_flow_item .asymptomatic_container
{
	padding:20px;
}

#content ul li
{
	position:relative;
	margin-bottom:15px;
	padding-left:20px;
}


#content ul li ul
{
margin-top:15px;
	list-style-type: circle;
}

#content .horizontal_flow_item ul li
{
	margin-bottom:0px;
	line-height:22px;
	padding-left:5px !important;
}

#content .horizontal_flow_item ul li ul
{
	margin-left:5px !important;
	margin-top:5px;
}

#content .horizontal_flow_item ul li ul li
{
	padding-left:5px !important;
}

#content.systemic_therapy_for_mcrpc_with_visceral_metastases .horizontal_flow_item_1 p
{
	margin-top:-10px;
	margin-right:45px;
	text-align:right;
}

#content.systemic_therapy_for_mcrpc_with_visceral_metastases .horizontal_flow_item_1
{
	background-position: 151px 15px;
	margin-right:5px;
}

#content.systemic_therapy_for_mcrpc_with_visceral_metastases .horizontal_flow_item_3 p:nth-of-type(1)
{
	margin-bottom:190px;	
}

#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc > p > ul
{
	margin-top:60px !important;
	font-size:24px;
}

#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc .horizontal_flow
{
	margin-top:80px;
	padding:40px;	
	text-align:center;
}

#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc .horizontal_flow_item_1
{
	width:35%;	
	margin-right:20px;  
	margin-left:-120px;	
}

#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc .horizontal_flow_item_1 p
{
	max-width:210px;
	margin-left:20px;
	margin-top:0px;
	background:#078DD8;
	padding:20px;
	color:#fff;
	border-radius:20px;
	text-align:right;
}

#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc .horizontal_flow_item_2
{
	width:350px;
}

#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc .horizontal_flow_item_2 p,
#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc .horizontal_flow_item_2 ul
{
	text-align:left;
	color:#fff;
}

#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc .horizontal_cover
{
	display:none;
}

#content.nccn_guidelines_for_patients_overview > p,
#content.nccn_guidelines_for_patients_overview > .right_image
{
	display:inline-block;	
	vertical-align:top;
}

#content.nccn_guidelines_for_patients_overview > p > ul
{
	margin-top:50px;
}

#content.nccn_guidelines_for_patients_overview > p ul li
{
	margin-bottom:40px;
}

#content.nccn_guidelines_for_patients_overview > .right_image
{
	position:relative;	
	width:350px;
	text-align:center;	
}

#content.nccn_guidelines_for_patients_overview > .right_image p
{
	position:absolute;	
}

#content.nccn_guidelines_for_patients_overview > .right_image p.brain
{
	top:0;
	left:40px;
}

#content.nccn_guidelines_for_patients_overview > .right_image p.liver
{
	top:205px;
	left:30px;
}

#content.nccn_guidelines_for_patients_overview > .right_image p.lungs
{
	top:140px;
	right:40px;
}

#content.nccn_guidelines_for_patients_overview > .right_image p.peritoneum
{
	bottom:205px;
	right:70px;
}

#content.nccn_guidelines_for_patients_overview > .right_image p.adrenal_glands
{
	top:240px;
	right:30px;
}

#content.nccn_guidelines_for_patients_overview > .right_image p.bone
{
	top:385px;
	left:20px;
}

#content.nccn_guidelines_for_patients_overview > .right_image p.lymph_node
{
	top:305px;
	right:20px;
}

#content.nccn_guidelines_for_patients_overview > .right_image p.lymph_node_2
{
	top:75px;
	left:30px;
}

#content.nccn_guidelines_for_patients_overview > .right_image img
{
	max-width:100%;
}

strong.bone
{
	
}

strong.visceral
{
	color:#FCB13B;
}

strong.lymph_node
{
	color:#E74A21;
}

#content.nccn_guidelines_for_patients_overview p
{
	margin-right:8%;
	width:calc(91% - 500px);
}

#content.overall_treatment_approaches .highlight
{
	margin-bottom:50px;
}

#content.overall_treatment_approaches ul li
{
	font-size:24px;
	margin-bottom:25px;
}

#content.overall_treatment_approaches .overall_treatment_approaches_container .overall_treatment_approaches_container_left
{
	display:inline-block;
	width:200px;
	vertical-align:top;
}

#content.overall_treatment_approaches .overall_treatment_approaches_container .overall_treatment_approaches_container_left h3
{
	background:#4E8DE0;
	display:inline-block;
	color:#fff;
	padding:10px;
	font-size:25px;	
	position:relative;
	font-weight:bold;
}

#content.overall_treatment_approaches .overall_treatment_approaches_container .overall_treatment_approaches_container_left h3:after
{
	content:'';
	width: 0; 
	height: 0;	
	right:0px;
	top:0px;	
	border-top: 55px solid #fff;
	border-bottom: 55px solid #fff;
	border-left: 55px solid #4E8DE0;	
	position:absolute;	
}

#content.overall_treatment_approaches .overall_treatment_approaches_container .overall_treatment_approaches_container_right
{
	display:inline-block;
	width:calc(100% - 260px);
	margin-left:50px;
}

#content .left_block
{
	display:inline-block;
	width:calc(100% - 600px);
	vertical-align:top;
	margin-right:200px;
}

#content .image_block
{
	display:inline-block;
	vertical-align:top;
	width:250px;
}


#content.progression_to_castrate-resistant_prostate_cancer_crpc ul:not(.image_blocks)
{
	margin-top:60px;
	font-size:24px;
	margin-top:80px !important;
}

#content.progression_to_castrate-resistant_prostate_cancer_crpc .image_block
{
	width:17.5%;
	margin:1%;	
	min-height:400px;	
	box-shadow:none;
	position:relative;
}

#content.progression_to_castrate-resistant_prostate_cancer_crpc .image_block.animated:after
{
	content:'';
	position:absolute;
	top:0;
	right:-20px;
	height:100%;
	border-right:1px solid #eee;
}

#content.progression_to_castrate-resistant_prostate_cancer_crpc .image_blocks > li
{
	max-width:0;
	padding:0;
	overflow:hidden;
	transition: max-height 0.3s, padding 0.3s;
}

#content.progression_to_castrate-resistant_prostate_cancer_crpc .image_blocks > li.animated
{
	max-width:17.5%;
	padding:20px;	
	overflow:visible;
	transition: max-height 0.3s, padding 0.3s;
}

#content.progression_to_castrate-resistant_prostate_cancer_crpc .image_blocks > li:nth-last-of-type(1):after
{
	display:none;
}

#content.progression_to_castrate-resistant_prostate_cancer_crpc .image_block img
{
	margin-bottom:30px;
	background:transparent;
}

#content.progression_to_castrate-resistant_prostate_cancer_crpc .image_block p
{
	font-weight:bold;
}

#content.psma_petct_for_staging_and_patient_management .left_block
{
	width:calc(100% - 860px);
	margin-right:120px;
	padding-top:30px;
	font-size:24px;
}

#content.psma_petct_for_staging_and_patient_management .image_block
{
	width:720px;
}

#content.psma_petct_for_staging_and_patient_management .image_block img
{
	height:500px;
}

#content.psma_petct_for_staging_and_patient_management .image_block .image_block_caption
{
	font-size:14px;
}

#content.psma_as_an_imaging_target_in_prostate_cancer h3
{
	font-weight:bold;
	font-size:1.2em;
	margin-top:20px;
}

#content.psma_as_an_imaging_target_in_prostate_cancer ul
{
	margin-top:20px;
}

#content.psma_as_an_imaging_target_in_prostate_cancer li,
#content.what_is_psma table tr td li
{
	margin-bottom:20px !important;
}

#content.psma_petct_for_staging_and_patient_management_chart .highlight
{
	text-align: left;
}

#content.psma_petct_for_staging_and_patient_management_chart .highlight ul
{
	margin-top:20px;
}

.unique_structure
{
	position:relative;	
}

.unique_structure img
{
	margin-left:300px;
}

.unique_structure .unique_structure_01
{
	margin-bottom:30px;
	font-weight:bold;
}

.unique_structure .unique_structure_02,
.unique_structure .unique_structure_03,
.unique_structure .unique_structure_04
{
	position:absolute;
	left:40px;
	width:250px;
	text-align:right;
	top:212px;	
}

.unique_structure .unique_structure_03
{
	top:440px;	
	left:40px;	
}

.unique_structure .unique_structure_04
{
	top:540px;
	left:0px;
	width:290px;
}

.chart_crcl.html_area,
.chart_crcl.chart_area
{
	display:inline-block;
	width:49%;
	vertical-align:top;
	position:relative;
}

.chart_crcl.chart_area
{
	margin-left:1%;	
}

#content.what_is_radioligand_therapy .popup
{
	margin-bottom:30px;
	margin-left:20px;
}

#content.what_is_radioligand_therapy .color_highlight
{
	margin-top:40px;
}

#content.what_is_radioligand_therapy .image_block
{
	width:500px;
	position:relative;
}

#content.what_is_radioligand_therapy .image_block img
{
	margin-top:60px;	
}

#content.what_is_radioligand_therapy .left_block
{
	margin-right:90px;
	width:700px;
}

#content.what_is_radioligand_therapy .image_block h3,
#content.what_is_radioligand_therapy .image_block p
{
	position:absolute;
	top:10px;	
	left:0;	
}

#content.what_is_radioligand_therapy .image_block h3
{
	text-align:center;
	width:100%;
	font-weight:bold;
}

#content.what_is_radioligand_therapy .image_block p.cell
{
	bottom:0px;
	left:50px;
	top:auto;
	width:auto;
}

#content.what_is_radioligand_therapy .image_block p.chelating
{
	right:-70px;
	left:auto;
	top:112px;
}

#content.what_is_radioligand_therapy .image_block p.linker
{
	right:20px;
	left:auto;
	top:253px;
}

#content.what_is_radioligand_therapy .image_block p.radionuclide
{
	right:-45px;
	left:auto;
	top:144px;
}

#content.what_is_radioligand_therapy .image_block p.receptor
{
	right:0px;
	left:auto;
	top:385px;
}

#content.what_is_radioligand_therapy .image_block p.targeting
{
	right:-85px;
	left:auto;
	top:296px;
	width:180px;
	text-align:center;
}

#content.radio-pharmaceuticals_used_in_prostate_cancer
{
	font-size:1.1em;
}

#content.radio-pharmaceuticals_used_in_prostate_cancer ul li
{
	margin-bottom:20px;
}

#content.properties_of_a-_or_b-_emitting_radionuclides h3,
#content.radio-pharmaceuticals_used_in_prostate_cancer h3
{
	margin-bottom:20px;
}

.fake_cell
{
	display:table-cell;	
	width:100%;	
	vertical-align: middle;	
	clear:both;
}

.fake_table
{
	display:table;
	width:100%;			
}

.gallery_thumbs .fake_table > div:nth-of-type(1)
{
	height:100px;
	background:#0260A9;
	padding:10px;				
}

.gallery_guide
{
	position:absolute;
	top:130px;
	left:60px;
	width:140px;
	font-weight:bold;
	text-align:left;
}

.gallery_thumbs
{
	width:100%;
	text-align:center;
}

.gallery_thumbs li
{
	display:inline-block;
	width:23%;
	margin:0px 20px;
	vertical-align:top;
}

.gallery_thumbs li p:before,
.gallery > ul > li:before
{
	position:absolute;
	left:0;
}

.gallery > ul > li:before
{
	left:15px;
}

.gallery_thumbs li:nth-of-type(1) p:before,
.gallery > ul > li:nth-of-type(1):before
{
	content:'1.';
}

.gallery_thumbs li:nth-of-type(2) p:before,
.gallery > ul > li:nth-of-type(2):before
{
	content:'2.';
}

.gallery_thumbs li:nth-of-type(3) p:before,
.gallery > ul > li:nth-of-type(3):before
{
	content:'3.';
}

.gallery_thumbs li:nth-of-type(4) p:before,
.gallery > ul > li:nth-of-type(4):before
{
	content:'4.';
}

.gallery_thumbs li:nth-of-type(5) p:before,
.gallery > ul > li:nth-of-type(5):before
{
	content:'5.';
}

.gallery_thumbs li:nth-of-type(6) p:before,
.gallery > ul > li:nth-of-type(6):before
{
	content:'6.';
}

.gallery_thumbs li p
{			
	font-size:22px;
	line-height:24px;
	color:#fff;		
	text-align:left;
	padding-left:25px;
	position:relative;
}

.gallery
{
	display:none;
	padding-top:30px;
}

.gallery ul
{
	display:inline-block;
	width:600px;
	margin-right:100px;
	position:relative;
	left:-25px;
	vertical-align: top;
	list-style-type:none !important;	
}

.gallery ul li
{
	cursor:hand;
	cursor:pointer;
	padding:20px 20px 20px 40px !important;
	margin-bottom:29px !important;
	background:#4E8DE0;	
	color:#fff;		
}

.gallery ul li.active
{
	font-weight:bold;	
	background:#86b1eb;
}

.gallery ul li.back
{
	background:#F58144;
	padding-left:50px !important;	
}
 
.listings ul.back li p
{
	background:#0260A9;
	padding:10px;
	padding-left:50px !important;
	color:#fff;
}

.listings ul.back li p:after
{
	content:'\f0a8';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:30px;
	position:absolute;
	left:10px;
	top:8px;
	display:inline-block;	
}

.gallery ul li.back:before
{
	content:'\f0a8';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:30px;
	position:absolute;
	left:10px;
	top:17px;
	display:inline-block;	
}

.gallery .image_area
{
	display:inline-block;	
	border:3px solid #4E8DE0;
	height:700px;
	width:700px;	
	vertical-align: top;
	overflow:hidden;
}

.gallery .image_area img
{	
	height:100%;
}

#content.treatment_for_mctreatment_for_small_cell_or_neuroendocrine_mcrpcrpc_with_visceral_metastases .highlight
{
	text-align:left;
}

#content.treatment_for_mctreatment_for_small_cell_or_neuroendocrine_mcrpcrpc_with_visceral_metastases table
{
	width:60%;
	font-size:24px;
	margin:0 auto;
	margin-top:60px;
}

#content.treatment_for_mctreatment_for_small_cell_or_neuroendocrine_mcrpcrpc_with_visceral_metastases table tr td:nth-of-type(1)
{
	width:40%;
}

.image_block.image_block_left
{
	width:600px !important;
	display:inline-block;
}

.right_block
{
	width:700px;
	margin-left:100px;
	display:inline-block;
}

#content.tumor_retention .highlight
{
margin-bottom:80px;
}

#content.tumor_retention .right_block p,
#content.tumor_retention .image_block p
{
	margin-top:50px;
	font-size:22px;
}

#content.tumor_retention .right_block img
{
	height:380px;
	margin-top:20px;
	margin-left:25px;
}

#content.tumor_retention .right_block
{
	position:relative;
}

#content.tumor_retention .right_block:before
{
	content:'b.';
	position:absolute;
	top:10px;
	font-size:0.9em;
	font-weight: bold;
}

.image_text_block_container
{
	padding-left:200px;
	position:relative;
}

.image_text_block_container .image_text_block
{
	display:inline-block;
	vertical-align:top;	
	text-align:left;		
	min-height:300px;
	width:700px;
	margin-bottom:40px;
	position:absolute;
}

.image_text_block_container .image_text_block h3
{
	margin-bottom:15px !important;	
}

.image_text_block_container .image_text_block ul li
{
	float:left;
	margin-bottom:5px !important;
	width:100%;
	padding-left:0 !important;
}

.image_text_block_container > div:nth-of-type(1)
{
	top:225px;
	left:860px;
}

.image_text_block_container > div:nth-of-type(2)
{
	top:50px;
	left:860px;
}

.image_text_block_container > div:nth-of-type(3)
{
	top:465px;
	left:860px;
}

.image_text_block_container .image_text_block .image_area,
.image_text_block_container .image_text_block .text_area
{
	display:inline-block;
	vertical-align:top;
}

.image_text_block_container .image_text_block .image_area
{	
	width:200px;
	margin-right:30px;
}

.image_text_block_container .image_text_block .text_area h3
{
	margin-bottom:30px;
	font-weight:bold;
	font-size:1.3em;
}

#content.treatment_monitoring .image_text_block_container img
{
	max-width:none;
	height:630px;
	margin-top:20px;
}

#content.dosimetry .chart_labels
{
	position:absolute;
	margin-top:200px;
	width:200px;
	margin-left:-40px;	
}

#content.dosimetry .chart_labels p
{
	display:block;
	width:100%;	
	text-align:right;
	margin-bottom:30px;
}

#content.natural_history > p
{
	text-align:center;	
	margin-top:40px;
	font-size:1.2em;	
}

#content.natural_history iframe
{
	margin-top:-40px;
}

#content.natural_history p.adt,
#content.natural_history p.asymptomatic,
#content.natural_history p.castrate-resistant,
#content.natural_history p.castrate-sensitive,
#content.natural_history p.chemotherapy,
#content.natural_history p.death,
#content.natural_history p.local_therapy,
#content.natural_history p.post_chemotherapy,
#content.natural_history p.symptomatic,
#content.natural_history p.therapies_after_adt,
#content.natural_history p.time,
#content.natural_history p.tumor_volume_and_activity
{
	position:absolute;
	font-size:1.3em;
}

.animation_area
{
	position:relative;
}

#content.natural_history p.adt
{
  top:160px;
	left:490px
}

#content.natural_history p.asymptomatic
{
	bottom:165px;
	left:530px
}

#content.natural_history p.castrate-resistant
{
	top:60px;
	color:#fff;
	right:300px;
}

#content.natural_history p.castrate-sensitive
{
	top:60px;
	left:400px;
	color:#fff;
}

#content.natural_history p.chemotherapy
{
	top:160px;
	right:390px;
}

#content.natural_history p.death
{
	top:230px;
	right:170px;
}

#content.natural_history p.local_therapy
{
	top:240px;
	left:300px;	
	width:100px;
	text-align:center;
}

#content.natural_history p.post_chemotherapy
{
	bottom:300px;
	right:200px;
}

#content.natural_history p.symptomatic
{
	bottom: 165px;
	right:250px;
	color:#fff;
}

#content.natural_history p.therapies_after_adt
{
	top:240px;
	left:620px;
	width:200px;
}

#content.natural_history p.time
{
	bottom:92px;
	left:270px;
	background:#fff;
	padding-right:10px;
}

#content.natural_history p.tumor_volume_and_activity
{
	top:270px;
	left:40px;
	transform:rotate(270deg);
}

#content.preliminary_efficacy_and_safety_of_investigational_177lu-psma-617 table tr td p
{
	font-weight:normal;
	font-size:17px;
}

#content.preliminary_efficacy_and_safety_of_investigational_177lu-psma-617 table tr:nth-of-type(1) p
{
	font-weight:bold;
}

#content.preliminary_efficacy_and_safety_of_investigational_177lu-psma-617 table tr td:nth-of-type(2)
{
	text-align:center;
	min-width:110px;
}

#content.study_design .horizontal_flow
{
	margin-top:50px;
}

#content.study_design .horizontal_flow .horizontal_flow_item
{
	vertical-align:bottom;
	min-height:320px;
}

#content.study_design .horizontal_flow .horizontal_flow_item
{
	font-size:20px;
	line-height:25px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_1
{
	background:#069AFF;	
	padding:40px 20px;
	color:#fff;
	text-align:center;
}

#content.study_design .horizontal_flow .horizontal_flow_item_1 br,
#content.study_design .horizontal_flow .horizontal_flow_item_3 br,
#content.study_design .horizontal_flow .horizontal_flow_item_4 br
{
	margin-top:20px;
	display:block;
}

#content.study_design .horizontal_flow .horizontal_flow_item_2
{
	width:90px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_2 p
{
	font-weight:normal;	
	color:#000;
	position:absolute;
	bottom:295px;
	left:35px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_2 p.vertical
{
	transform:rotate(270deg);
	background:#078DD8;
	padding:10px;
	width:280px;
	bottom:100px;
	top:auto;
	left:0;
	margin-left:-78px;
	color:#fff;			
	position:absolute;
}

#content.study_design .horizontal_flow .horizontal_flow_item_3
{
	background:#0675B2;
	width:310px;	
	padding:50px 20px 20px 20px;
	height:auto;
	margin-left:40px;
	margin-right:40px;
	text-align:center;
}

#content.study_design .horizontal_flow .horizontal_flow_item_3 strong
{
	color:#fff;
	border-color:#fff;
}

#content.study_design .horizontal_flow .horizontal_flow_item_3:after,
#content.study_design .horizontal_flow .horizontal_flow_item_2:after,
#content.study_design .horizontal_flow .horizontal_flow_item_4:after
{
	content:'\27F6';
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:-28px;
	font-size:30px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_2:after
{
	margin-top:-10px;
	left:94px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_3:after
{
	right:-42px;
	margin-top:-10px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_4:after
{
	content:'------';
	right:-58px;
	margin-top:-10px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_3 p
{
	margin-top:0;
	color:#fff;
	top:0;
	width:100%;
	position:relative;
}

#content.study_design .horizontal_flow .horizontal_flow_item_4
{	
	background:#0260A9 !important;
	border:0px solid #000 !important;
	width:300px;		
	margin-right:55px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_4 p
{
	color:#fff;
	font-weight:normal;
}

#content.study_design .horizontal_flow .horizontal_flow_item_4
{	
	background:none;
	border:3px solid #000;
	width:300px;
	padding:70px 30px 30px 30px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_5
{	
	background:#035B8C !important;
	border:0px solid #000 !important;;
	width:370px;
	padding:40px 30px 30px 30px;
}

#content.study_design .horizontal_flow .horizontal_flow_item_5 strong
{
	margin-bottom:15px;
	display:inline-block;
	color:#fff;
	border-color:#fff;
}

#content.study_design .horizontal_flow .horizontal_flow_item_5 p
{
	font-weight:normal;
	color:#fff;
}

#content.systemic_therapy_for_mcrpc_without_visceral_metastases .horizontal_flow .horizontal_flow_item_1:after
{
	content:'';
  background:transparent url(../content_ui/en/nccn_guidelines_for_healthcare_professionals/horizontal_flow_item_1_back.png) top left no-repeat;
	position:absolute;
	width:180px;
	height:270px;
	top:-45px;
	right:15px;	
}

#content.systemic_therapy_for_mcrpc_without_visceral_metastases .horizontal_flow .horizontal_flow_item_3:after
{
	content:'';
  background:transparent url(../content_ui/en/nccn_guidelines_for_healthcare_professionals/horizontal_flow_item_3_back.png) top left no-repeat;
	position:absolute;
	width:150px;
	height:385px;
	top:-62px;
	right:10px;	
}

#content.systemic_therapy_for_mcrpc_without_visceral_metastases .horizontal_flow .horizontal_flow_item_4:after
{
	content:'';
  background:transparent url(../content_ui/en/nccn_guidelines_for_healthcare_professionals/horizontal_flow_item_4_back.png) top left no-repeat;
	position:absolute;
	width:35px;
	height:350px;
	top:190px;
	right:0px;	
}

#content.systemic_therapy_for_mcrpc_with_visceral_metastases .horizontal_flow .horizontal_flow_item_1:after
{
	content:'';
  background:transparent url(../content_ui/en/nccn_guidelines_for_healthcare_professionals/horizontal_flow_item_1_back.png) top left no-repeat;
	position:absolute;
	width:40px;
	height:270px;
	top:5px;
	right:-5px;	
}

#content.systemic_therapy_for_mcrpc_with_visceral_metastases .horizontal_flow .horizontal_flow_item_3:after
{
	content:'';
  background:transparent url(../content_ui/en/nccn_guidelines_for_healthcare_professionals/horizontal_flow_item_3_back.png) top left no-repeat;
	position:absolute;
	width:150px;
	height:380px;
	top:-36px;
	right:5px;	
}

#content.systemic_therapy_for_mcrpc_with_visceral_metastases .horizontal_flow .horizontal_flow_item_4:after
{
	content:'';
  background:transparent url(../content_ui/en/nccn_guidelines_for_healthcare_professionals/horizontal_flow_item_4_back.png) top left no-repeat;
	position:absolute;
	width:35px;
	height:350px;
	top:150px;
	right:0px;	
}

#content.systemic_therapy_for_small_cell_or_neuroendocrine_mcrpc .horizontal_flow .horizontal_flow_item_1:after
{
	content:'';
  background:transparent url(../content_ui/en/nccn_guidelines_for_healthcare_professionals/horizontal_flow_item_horiz_arrow.png) top left no-repeat;
	position:absolute;
	width:225px;
	height:35px;
	top:95px;
	right:0px;	
}

.endpoint_blocks .endpoint_block
{
	display:inline-block;
	vertical-align:top;
	width:38%;
}

.endpoint_blocks > div:nth-of-type(1)
{
	width:59%;
	margin-right:20px;
}

.endpoint_blocks .endpoint_block ul li
{
	margin-bottom:10px !important;
}

#content.study_endpoints h2,
.endpoint_blocks .endpoint_block h2,
#content.eligibility_criteria h2
{
	margin-bottom:10px;
	margin-top:50px;
	font-weight:bold;
}

#content.eligibility_criteria li,
#content.eligibility_criteria h2
{
	font-size:24px;
}

#content.key_efficacy_data .baseline,
#content.key_efficacy_data .km
{
	display:inline-block;
	width:50%;
	vertical-align:top;
}

#content.key_efficacy_data .km
{
	width:27%;
	margin-left:150px;
}

#content.key_efficacy_data h2
{
	font-weight:bold;
}

#content.key_efficacy_data .image_area
{
	position:relative;
	text-align:center;
}

#content.key_efficacy_data .image_area p
{
	font-weight:bold;	
	position:absolute;
	font-size:0.8em;
}

#content.key_efficacy_data .image_area p.patients
{
	bottom:20px;
	left:50%;
	margin-left:-20px;
}

#content.key_efficacy_data .image_area p.psa_decline
{
	transform:rotate(270deg);
	top:50%;
left:-60px;
}

#content.key_efficacy_data .image_area img
{
	width:100%;
}

#content.key_efficacy_data .key_info
{
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}

#content.key_efficacy_data .popup
{	
	margin-left:40px;
	margin-top:60px;
}

#content.key_efficacy_data .image_area p.key_efficacy_data_km_02
{
	top:20px;
	left:120px;
	font-size:20px;
}

#content.key_efficacy_data .image_area p.key_efficacy_data_km_05
{
	top:400px;
	right:50px;
	width:250px;
	font-size:20px;
}

#content.key_efficacy_data .image_area p.key_efficacy_data_km_03
{
	top:190px;
	left:-25px;
	transform:rotate(270deg);
}

#content.key_efficacy_data .image_area p.key_efficacy_data_km_06
{
	top:560px;
	width:100%;
	right:180px;
	transform:rotate(270deg);
}

#content.key_efficacy_data .image_area p.key_efficacy_data_km_04
{
	bottom:402px;	
	left:20px;
	width:100%;
}

#content.key_efficacy_data .image_area p.key_efficacy_data_km_07
{
	bottom:27px;	
	right:-20px;
	width:100%;
}

table.baseline_characteristics_table tr:nth-of-type(17),
table.baseline_characteristics_table tr:nth-of-type(15),
table.baseline_characteristics_table tr:nth-of-type(14)
{
	background:#e6f1ff;
}

table.baseline_characteristics_table tr td:nth-of-type(1)
{
	width:70%;
}

table.baseline_characteristics_table tr td:nth-of-type(2)
{
	text-align:center;
}

table.baseline_characteristics_table tr:nth-of-type(10) td:nth-of-type(1),
table.baseline_characteristics_table tr:nth-of-type(11) td:nth-of-type(1),
table.baseline_characteristics_table tr:nth-of-type(12) td:nth-of-type(1),
table.baseline_characteristics_table tr:nth-of-type(13) td:nth-of-type(1),
table.baseline_characteristics_table tr:nth-of-type(16) td:nth-of-type(1),
table.baseline_characteristics_table tr:nth-of-type(15) td:nth-of-type(1),
table.baseline_characteristics_table tr:nth-of-type(17) td:nth-of-type(1)
{
	padding-left:40px;
}


table.baseline_characteristics_table tr:nth-of-type(12),
table.baseline_characteristics_table tr:nth-of-type(10)
{
	background:#f5f9ff;
}

table.radiological_response_at_3_months tr td p
{
	font-weight:normal !important;
}

table.radiological_response_at_3_months tr td
{
	vertical-align: middle;
}

table.radiological_response_at_3_months tr:nth-of-type(1) td
{	
	vertical-align: bottom;
}

table.radiological_response_at_3_months tr:nth-of-type(1) td p
{
	font-weight:bold !important;
}

table.radiological_response_at_3_months tr td:nth-of-type(2),
table.radiological_response_at_3_months tr td:nth-of-type(4),
table.radiological_response_at_3_months tr td:nth-of-type(5)
{
	width:15%;
	text-align:center;
}


table.radiological_response_at_3_months tr td:nth-of-type(3)
{
	width:25%;
	text-align:center;
}

#content.what_is_psma .left_block,
#content.overexpression_of_psma_on_prostate_tumor_cells .html_area
{
	padding-top:10px;
	font-size:24px;
}

#content.what_is_psma .left_block .popup
{
margin-top:30px;		
}

#content.what_is_psma .left_block ul
{
	margin-top:30px;	
}

#content.what_is_psma .left_block ul li
{
	margin-bottom:30px;
}

#content.what_is_psma .image_block
{
	position:relative;
	width:220px;
}

#content.what_is_psma .image_block p
{
	position:absolute;
}

#content.what_is_psma .image_block p.what_is_psma_03
{
	top:50px;
	right:-100px;
}

#content.what_is_psma .image_block p.what_is_psma_04
{
	top:130px;
	width:150px;
	right:-150px;
}

#content.what_is_psma .image_block p.what_is_psma_05
{
	top:210px;
	right:-150px;
}

#content.radio-pharmaceuticals_used_in_prostate_cancer h2,
#content.study_endpoints h2,
#content.eligibility_criteria h2,
.endpoint_blocks .endpoint_block  h2
{
	font-weight:bold;
	margin-bottom:20px;
	background:#4E8DE0;
	color:#fff;
	padding:10px;
}

#content.radio-pharmaceuticals_used_in_prostate_cancer h2:nth-of-type(2)
{
	margin-top:40px;
}

#content.inclusion_criteria li
{
	margin-bottom:7px;
}

#content.vision_participating_countries .map_area
{
  margin-right:150px;	
	margin-left:0px;
	width:1150px;
	text-align:center;
}

#content.vision_participating_countries .map_area img
{
	width:100%;
}

#content.vision_participating_countries .map_container.countryActive .map_area
{
	margin-right:150px;	
	margin-left:0px;
	width:900px;
	text-align:center;
}

#content.vision_participating_countries .map_container.countryActive .map_area img
{
	width:auto;
}

#content.vision_participating_countries .map_container .scroll_icon
{
	position:fixed;
	display:none;
	z-index:10000;
	width:100px;
	top:290px;
	right:570px;
	transform:rotate(90deg);
	transition: margin-top 1s ease-in-out, margin-left 1s ease-in-out;
}

#content.vision_participating_countries .map_area img
{
	
}

#content.vision_participating_countries .map_area,
#content.vision_participating_countries .listings
{
	display:inline-block;
	vertical-align:top;
	margin-top:40px;
}

#content.vision_participating_countries
{
	position:relative;
	height:700px;
}

#content.vision_participating_countries .listings
{	
	padding-left:10px;
	height:100%;
	position:absolute;
	right:40px;
	width:250px;	
	overflow-x:hidden;
}

#content.vision_participating_countries .map_container.countryActive .listings
{	
	padding-left:20px;
	height:100%;
	position:absolute;
	right:40px;
	width:550px;
	overflow-x:hidden;
}

#content.vision_participating_countries .listings ul
{
	display:none;
	list-style:none;
}

#content.vision_participating_countries .listings ul.country_list
{
	display:block;	
	padding-top:30px;
}

#content.vision_participating_countries .listings ul.country_list li
{
cursor:hand;
	cursor:pointer;
	padding:15px !important;	
	background:#0260A9;	
	color:#fff;
	text-align:center;
}

#content.vision_participating_countries .listings li:before
{
	display:none;
}

#content.vision_participating_countries .listings li
{
	padding-left:0;
}

#content.vision_participating_countries .listings li
{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	padding-right:20px;
}

#content.vision_participating_countries .listings li h4,
#content.vision_participating_countries .listings li .city,
#content.vision_participating_countries .listings ul.back li p
{
	font-weight:bold;
}

#content.vision_participating_countries .listings ul
{
	padding-top:70px;
}

#content.vision_participating_countries .listings ul.back
{
	position:fixed;
	padding-top:0;
	width:488px;
	background:#fff;
	z-index:100;
}

.interactive_row_legend li:before,
.interactive_column_legend li:before
{
	display:none;
}

.interactive_row_legend li,
.interactive_column_legend li
{
	display:inline-block;	
	padding:0 !important;	
	width:100%;
}

.interactive_row_legend li p,
.interactive_column_legend li p
{
	padding:10px;
	background:#0260A9;
	font-size:19px;
	color:#fff;
	cursor:hand;
	cursor:pointer;
}

.interactive_row_legend li.inactive p,
.interactive_column_legend li.inactive p
{
	opacity: 0.2;
}

.interactive_row,
.interactive_column,
.interactive_table
{
	display:none;
}

.interactive_table
{
	width:calc(80% - 28px);
	float:left;
	margin-right:0px;
}

.interactive_table_legends
{
	float:right;
	width:20%;
	margin-right:25px;
}

.interactive_row_legend,
.interactive_column_legend
{	
	width:100%;
}

.interactive_row_legend:before
{
	content:'Select treatment options: ';
	margin-bottom:10px;
	display:inline-block;
}

.interactive_column_legend:before
{
	content:'Select treatment lines: ';
	display:inline-block;
	margin-bottom:10px;
}

#content.overexpression_of_psma_on_prostate_tumor_cells .html_area,
#content.psma_as_an_imaging_target_in_prostate_cancer .html_area,
#content.what_is_radioligand_therapy .left_block
{
	padding-top:40px;
}

#content.overexpression_of_psma_on_prostate_tumor_cells .chart_area,
#content.psma_as_an_imaging_target_in_prostate_cancer .chart_area,
#content.what_is_radioligand_therapy .image_block
{
	margin-top:30px;
}

#content.overexpression_of_psma_on_prostate_tumor_cells .html_area li,
#content.what_is_radioligand_therapy .left_block li
{
	margin-bottom:30px;
}

#content.what_is_radioligand_therapy .left_block .color_highlight
{
	font-size:1.2em;
	padding:20px;
}

ul.animate_in li
{
	max-height:0;
	overflow:hidden;
	transition: max-height 0.3s
}

ul.animate_in li.animated
{
	max-height:1000px;	
	transition: max-height 0.3s;
	overflow:visible;
}

.animate_in_rows tr,
.animate_in_rows tr td
{
	padding:0;
}

.animate_in_rows tr p
{	
	max-height: 0;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	transition: max-height 0.3s, padding 0.3s;
}

.animate_in_rows tr.active p
{
	max-height: 100px;
	padding: 10px 10px;
	transition: max-height 0.3s, padding 0.3s;
}

.make_selection_container
{
	float:left;
	width:1100px;
	height:620px;
	position:relative;	
}

.make_selection_container .make_selection:before
{
	content:'Touch an item on the right to make a selection.';
	margin:0 auto;
	position:absolute;
	left:50%;
	top:50%;
	font-weight:bold;
	margin-top:-50px;
	margin-left:-200px;
}

.protection_icon,
.video_icon
{
	position:fixed;
	top:10px;
	right:10px;
	z-index:10000;
}

.video_icon
{
	right:80px;
}

.protection_icon span,
.video_icon span
{
	font-size:45px;
}

.popup_container_wrapper
{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:1001;	
	display:none;
}

.popup_container_wrapper:before
{
	content:'Touch anywhere on the screen to close';
	color:#fff;
	position:absolute;
	left:20px;
	top:20px;
}

.popup_container_wrapper .popup_container
{
	background:#fff;
	border-radius:10px;
	width:800px;
	padding:20px;
	height:800px;
	margin:0 auto;
	top:50%;
	left:50%;
	margin-top:-400px;
	margin-left:-400px;
	position:absolute;
}

.popup_container_wrapper .popup_container .popup_image
{
	width:100%;
}

.popup_container_wrapper .popup_container h3
{
	font-weight:bold;
	margin-bottom:20px;
	width:100%;
	text-align:center;
}

.popup_content_block
{
	display:none;
}

.popup
{
	background:#0260A9;
	display:inline-block;
	padding:10px;
	color:#fff;
	width:auto;	
	margin-bottom:20px;
}

.popup:after
{
	content:'\f35d';	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left:5px;
}

#content.key_safety_data .left_block,
#content.key_safety_data table
{
	width:40%;	
	margin:0;	
	display:inline-block;
	padding-top:40px;
	font-size:24px;
}

#content.key_safety_data .left_block
{
	padding-top:150px;
}

#content.key_safety_data .left_block ul li
{
	margin-bottom:40px;
}

#content.key_safety_data table tr td
{
	width:10%;	
}

#content.key_safety_data table tr td p
{
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

#content.key_safety_data table tr:nth-of-type(1) td p
{
	font-weight:bold;
}

#content.key_safety_data table tr td:nth-of-type(1) p
{
	text-align:left;
}

#content.key_safety_data table
{
	margin-left:100px;
	width:50%;	
}

#content.radiographic_pfs,
#content.additional_secondary_endpoints,
#content.best_standard_of_care
{
	font-size:1.4em;
}

#content.best_standard_of_care > ul
{
	margin-top:160px;
}

#content.radiographic_pfs > ul
{
	margin-top:130px;
}

#content.exclusion_criteria ul
{
	margin-top:60px;
}

#content.additional_secondary_endpoints > ul
{
	margin-top:220px;
}

#content.radiographic_pfs ul li,
#content.additional_secondary_endpoints ul li,
#content.best_standard_of_care ul li
{
	margin-bottom:40px;
}

#content.treatment_for_mcrpc_without_visceral_metastases table tr td ul li
{
	margin-bottom:4px !important;
}

#content.treatment_for_mcrpc_without_visceral_metastases table tr td:nth-of-type(1)
{
	width:230px;
}

#content.epidemiology_survival
{
	position:relative;
}

#content.epidemiology_survival p.x-chart-name,
#content.overexpression_of_psma_on_prostate_tumor_cells p.x-chart-name
{
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-70px;
}

#content.overexpression_of_psma_on_prostate_tumor_cells p.x-chart-name
{
	position:fixed;
  left:auto;	
	right:200px;
	bottom:auto;
	top:740px;
	width:400px;
	font-size:18px;	
	margin:0;	
}

#content.overall_treatment_approaches strong
{
	text-transform:uppercase;
}

.slide_title
{
	font-size:2em;
	font-weight:bold;
	margin-top:20%;
}

.slide_title span
{
	font-weight:bold;
	font-size:2.22em;
}

.chart_area
{
	position:relative;
}

p.chart_title
{
	position:absolute;
	width:100%;
	font-weight:bold;
	text-align:center;
	top:-20px;
	left:0px;	
}

p.chart_sub_title
{
	position:absolute;
	width:100%;
	font-size:0.8em;
	text-align:center;
	top:20px;
	left:0px;
}

#content.overexpression_of_psma_on_prostate_tumor_cells p.chart_title
{
	top:-20px;
	left:0px;	
}

#content.overexpression_of_psma_on_prostate_tumor_cells p.chart_sub_title
{	
	top:20px;
	left:0px;
}

#content.psma_petct_for_staging_and_patient_management_chart .chart_title
{
	top:10px;
	left:0px;	
}

#content.mechanism_of_action
{
	font-size:1.4em;
}

#content.mechanism_of_action ul
{
	margin-top:80px;
}

#content.mechanism_of_action ul li
{
	margin-bottom:40px !important;
}

#content .molecule_section
{
	display:inline-block;
	width:30%;
	margin-right:30px;
	vertical-align:top;
	padding-right:20px;
	padding-top:195px;	
}

#content .molecule_section ul
{
	margin-top:10px;
}

#content .charts
{
	display:inline-block;
	width:65%;
	vertical-align:top;
}

#content .charts p
{
	margin-top:10px;
}

#content .charts .chart
{
	display:inline-block;
	width:calc(63% - 60px);
	margin-right:30px;
	vertical-align:top;
}

#content .charts > div:nth-of-type(1)
{
	width:36%;
	font-size:0.9em;
}

#content .charts > div:nth-of-type(2) .image_enlarge_available
{
	margin-top:40px;	
}

.image_enlarge_available
{
	position:relative;
	width:100%;
}

.image_enlarge_available img
{
	width:100%;
}

.image_enlarge_available:after
{
	content:'\f00e';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;			
	top:0;
	right:0;
	color:#0260A9;	
	position:absolute;
	margin-top:-10px;
}

#content.renal_uptake_comparison .left_section,
#content.renal_uptake_comparison .right_section
{
	display:inline-block;
	width:48%;
	vertical-align:top;
	padding-top:20px;	
}

#content.renal_uptake_comparison .left_section
{
	margin-right:50px;
}

#content.renal_uptake_comparison .highlight
{
	padding-left:80px !important;
	padding-right:80px !important;
	margin-bottom:40px !important;
}

#content.renal_uptake_comparison .image_enlarge_available
{
	max-width:55%;
	margin:0 auto;
	margin-bottom:20px;
}

#content.renal_uptake_comparison .left_section .image_enlarge_available
{
	max-width:66%;
}

#content.renal_uptake_comparison .right_section .image_enlarge_available:after
{
	color:#fff;
	right:10px;
	top:10px;
}

.block_1,
.block_2,
.block_3,
.block_4,
.block_5,
.block_6
{
	position:absolute;
	top:0;
	left:0;
}

.block_1
{
	border:1px solid #000;
	top:250px;
	left:50px;
	width:200px;
	text-align:center;
	padding:50px 20px;
}

.block_1:after
{
	content:'\2192';
	position:absolute;
	top:90px;
	left:200px;
	font-size:45px;
}

.block_1 br
{
	display:block;
	margin-top:20px;
}

.block_2
{	
	top:300px;
	left:300px;
	width:160px;
	text-align:center;	
}

.block_2:before
{
	border-bottom:3px solid #000;
	position:absolute;
	top:75px;
	content:'';
	right: -40px;
	width:40px;
}

.block_2:after
{
	border-right:3px solid #000;
	position:absolute;
	top:15px;
	content:'';
	right: -42px;
	width:0px;
	height:143px;
}

.block_2 p.trial_design_03
{
	margin-bottom:10px;
}

.block_2 p.trial_design_04
{
	background:#f9f9f9;
	padding:10px;
	border:1px solid #000;
	margin-bottom:10px;
}

.block_2 p.trial_design_05
{
	font-size:0.8em;
}

.block_3
{	
	top:250px;
	left:550px;
	width:360px;	
	text-align:center;	
}

.block_3:before
{
	content:'\2192';
	position:absolute;
	top:30px;
	left:-50px;
	font-size:45px;
}

.block_3:after
{
	content:'\2192';
	position:absolute;
	top:170px;
	left:-50px;
	font-size:45px;
}

.block_3 .trial_design_06
{
	background:#5191dd;
	color:#fff;
	border:1px solid #000;
	margin-bottom:10px;
	padding:10px;
}

.block_3 .trial_design_06 strong,
.block_6 strong
{
	color:#fff;
	border-color:#fff;
}

.block_3 .trial_design_08
{
	background:#f9f9f9;
	border:1px solid #000;
	margin-top: 10px;
	padding:10px;
}

.block_3 .trial_design_06:after
{
	border-bottom:3px solid #000;
	position:absolute;
	top:66px;
	content:'';
	right: -63px;
	width:65px;
	height:0px;
}

.block_3 .trial_design_08:after
{
	border-bottom:3px solid #000;
	position:absolute;
	top:203px;
	content:'';
	right: -63px;
	width:65px;
	height:0px;
}

.block_4:after
{
	content:'\2192';
	position:absolute;
	top:30px;
	left:-50px;
	font-size:45px;
}

.block_4:before
{
	border-right:3px solid #000;
	position:absolute;
	top:65px;
	content:'';
	left: -50px;
	width:0px;
	height:140px;
}

.block_4
{
	border:1px solid #000;
	top:250px;
	left:1020px;	
	width:450px;
	text-align:center;
	padding:20px;
}

.block_5
{
	border:1px solid #000;
	top:603px;
	left:50px;	
	width:800px;
	text-align:left;
	padding:20px;
}

.block_5 ul,
.block_6 ul
{
	margin-top:10px;
}

.block_5 ul li,
.block_6 ul li
{
	margin-bottom:5px !important;
}

.block_6
{
	border:1px solid #000;
	top:490px;
	left:880px;	
	width:590px;
	background:#78abe7;
	text-align:left;
	color:#fff;
	padding:20px;
}

.popup_container .trial_cycles_content
{
	padding:20px;
}

.popup_container .trial_cycles_content  ol
{
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;	
}

.popup_container .trial_cycles_content  ol li
{
	margin-bottom:10px;
	list-style-type: lower-alpha;
}

#content .history_block_container ul
{	
	margin-left:0 !important;
	text-align:right;
}

.video_container
{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
}

.video_container .video_controls
{	
	position:fixed;
	z-index:999999;	
	top:20px;
	right:20px;
}

.video_container .video_controls span
{
	font-size:50px;
	color:#fff;	
}

.content_cover
{
	background:#fff;
	top:0;
	position:fixed;
	left:0;		
	width:0;
	height:100%;
	z-index:999;
	-webkit-transition: width 0.2s ease-in-out; /* For Safari 3.1 to 6.0 */
  transition: width 0.2s ease-in-out;
}

#content.epidemiology .x-chart-name
{
	top:130px;
	font-weight:bold;
	font-size:20px;
	position:fixed;
	left:50%;
}

#content.dosimetry ul
{
	margin-top:40px;
	
}

.properties_of_table tr td:nth-of-type(1)
{
	width:330px !important;		
}

.properties_of_table td
{
	font-size:20px;
}

.popup_references
{
	font-size:13px;
	margin-top:10px;
}

.popup_container_wrapper > .popup_container > .popup_content > .notes
{
	margin-top:10px;
}

.popup_container_wrapper .notes p
{
font-size:14px;	
	margin-bottom:10px;
}

.popup_container_wrapper .notes p.key .key_id
{
	font-weight:bold;
}

.popup_container_wrapper .notes p.key .key_id:before
{
	content:'|';
	padding-right:5px;
}

.popup_container_wrapper .notes p.key > span:nth-of-type(1):before
{
	display:none;
}

#content .charts > div:nth-of-type(1) p
{
	line-height:20px !important;
}

#content .charts > div:nth-of-type(1):after
{
	content:'a';
	position:fixed;
	top:245px;
	left:875px;
	font-weight:bold;
}

#content .charts > div:nth-of-type(2):after
{
	content:'b';
	position:fixed;
	top:475px;
	left:875px;
	font-weight:bold;
}

#content .charts > div:nth-of-type(1) p strong
{
	border:0;
}

#content .charts > div:nth-of-type(2) p
{
	text-align:left;
	margin-left:60px;
	font-size:18px;
	margin-top:20px;
}

.biochemical_chart_overlay,
.biochemical_chart_y,
.biochemical_chart_x
{
	position:absolute;
	font-size:18px;
}

.biochemical_chart_overlay
{
	width:620px;
	margin-top:40px;
	margin-left:70px;
	font-size:16px;
}

.biochemical_chart_overlay br
{
	
}

.biochemical_chart_y
{
	margin-top:-240px;
transform:rotate(-90deg);
	margin-left:-120px;
}

.biochemical_chart_x
{		
	margin-left:320px;
}

#content.dosimetry table,
#content.dosimetry > p,
#content.dosimetry > ul
{
	margin-top:50px;
	font-size:24px;
}

#content.dosimetry table
{
	margin:0 auto;
	margin-top:50px;
}

#content.dosimetry table tr td
{
	padding-top:15px !important;
	padding-bottom:15px !important;
}

#content.dosimetry table tr td p
{
	font-size:24px;	
	font-weight:normal;
	text-align:center;	
}

#content.dosimetry table tr:nth-of-type(1) p
{
	font-weight:bold;
}

#content.dosimetry table tr td:nth-of-type(1) p
{
	text-align:left;
}

#content.dosimetry table tr td p.kidneys
{
	background:transparent url(../content_ui/en/radioligand_therapy/investigational_177lu-psma-617/kidney_chart.png) 190px 0 no-repeat;
	background-size:contain;
}

#content.dosimetry table tr td p.salivary_glands
{
	background:transparent url(../content_ui/en/radioligand_therapy/investigational_177lu-psma-617/salivary_glands_chart.png) 270px 0 no-repeat;
	background-size:contain;
}

#content.dosimetry table tr td p.red_marrow
{
	background:transparent url(../content_ui/en/radioligand_therapy/investigational_177lu-psma-617/red_marrow_chart.png) 210px 0 no-repeat;
	background-size:contain;
}

.tumor_retention_axis_x,
.tumor_retention_axis_y
{
position:absolute;
	font-size:18px !important;
}

.tumor_retention_axis_x
{
	margin-top:405px !important;
	margin-left:310px;
}

.tumor_retention_axis_y
{
	transform:rotate(270deg);
	top:135px;
	margin-left:-55px;
}

.bsc_content ul
{
	margin-top:15px;
	margin-left:25px;
	list-style-type: disc;
}

.bsc_content ul li
{
	margin-bottom:15px;
}

.progress_status
{
	display:none;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {


}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}
