#main_page {
	margin-top: 15px;
}

.emphy_text, .empho_text {
	font-weight: bold; 
	font-style: italic;
}

.empho_text {
	color: black;
}


.white_back {
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #778899;
	display: none;
	font-weight: normal; 
}


.tip_h {
	color: red;
	font-weight: bold; 
	margin-top: 10px;
}

.tip_t {
	margin-left: 15px;
	font-style: italic;
}


.icons {
	margin-left: 15px; 
	margin-top: 5px;
	cursor: pointer;
	background:  #f9f9f9;
	width: 50%;
}


.head_sub_wraper {
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
}

.head_sub_holder {
	display: inline-block;
	background: #A2BB49;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

#head_icon_holder {
	position: absolute;
	right: 10px;
	top: -15px;
}

.ol_grn_nice, .ol_red_note  {
	background: #f9f9f9;
	font-weight: normal;
}

.ol_grn_nice li {
	background: white;
	padding: 5px;
	border: 1px solid #f9f9f9;
	border-top: 1px solid #A2BB49;
	margin-left: 5px;
	margin-bottom: 5px;
}

.ol_red_note li  {
	background: white;
	padding: 5px;
	border: 1px solid #f9f9f9;
	border-top: 1px solid red;
	margin-left: 5px;
	margin-bottom: 5px;
}

.image_inline {
	vertical-align: middle;
}

.page_head_top {
	background:  #f9f9f9;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.note_holder {
	border: 1px solid  #f9f9f9;
	padding: 5px;
	margin: 15px;
}

.show_details {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #3399FF;
}

.show_details:hover {
	color: white;
	background: #3399FF;
}

.mn_screen_shot_holder {
	padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 10px; 
}

.ul_info_pop {
	display: block;

	font-family: "Courier New", Courier, monospace;
	font-size: 0.9rem;
  
	BACKGROUND-COLOR: white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	max-height: 0px;
    transition: max-height 1s ease-out;
	overflow: hidden;

}