@charset "utf-8";

html, body {
  height:100%;
  margin:0;
}
body {
	margin:0;padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	background-color:#FFF;
	background-image:url(/20230312040208oe_/https://www.ie.cuhk.edu.hk/images/bg_shadow.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
ul, ol, dl { 
	padding:0;margin:0;
}
a img { 
	border:none;
}
a:link, a:visited {
	text-decoration:none;
	color:#2A1FAA; /*#A70302*/
}
a:hover, a:active, a:focus { 
	text-decoration:none;
	color:#C06;
}
hr {
	border:none;
	border-top:#99CC00 1px dashed;
	margin-top:60px;	
	margin-bottom:40px;	
}
.container { /*centered layout container*/
	margin:0 auto; 
	width:990px;
	box-sizing:border-box;
}
#slider {
	padding:5px 0;	
}
/*#page-wrap a:link, #page-wrap a:visited, #page-wrap a:active, #page-wrap a:hover {
	font-weight:bold;
}*/
.header { /*holds header banner and horizontal navigation bar*/
	background:#FFF;
}
.buttons { /*quick link icons on the left of the index page*/
	float:left;
	width:198px;
	height:234px;
	background-image:url(/20230312040208oe_/https://www.ie.cuhk.edu.hk/images/buttons_back.jpg);
	background-color:#F1F1F1;
}
.content { /*big picture on front page*/
	width:792px;
	float:right;
	box-sizing:border-box;
}

.content_inner {
	padding:15px 50px 100px 30px;
	box-sizing:border-box;
}
.content_inner p, .content_inner ul, .content_inner ol {
	font-size:14px;	
	line-height:140%;
	text-align:justify;
}
.content_inner h1 { /* page header */
	font-size:24px;
	color:#030;
	margin:30px 0;
	padding-left:25px;
	background-image:url(/20230312040208oe_/https://www.ie.cuhk.edu.hk/images/bg_header.gif);
	background-repeat:no-repeat;
	background-position:top left;
	
}
.content_inner h2 {
	font-size:20px;
	color:#060;
}
.content_inner h3 {
	font-size:18px;
	color:#393;
}
.content_inner h4 {
	font-size:15px;
	color:#393;
}
/*h1 { /*page header*/
/*	font-size:18px;
	font-weight:bold;
	color:#003;
	background-image:url(/20230312040208oe_/https://www.ie.cuhk.edu.hk/images/bg_header.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 15px 3px 35px;
	margin:5px 0px 25px 0px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#060;
	padding:5px 0px 5px 0px;
	margin:15px 0px 15px 35px;
}
h2>a:link, h2>a:visited {
	color:#2A1FAA;	
}
h3 {
	font-size:15px;
	font-weight:bold;
	color:#060;
	/*background-color:#81A300;*/
	/*background: #a5c956; /* Old browsers */
	/*background: -moz-linear-gradient(left,  #a5c956 0%, #cdeb8e 48%, #ffffff 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a5c956), color-stop(48%,#cdeb8e), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left,  #a5c956 0%,#cdeb8e 48%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left,  #a5c956 0%,#cdeb8e 48%,#ffffff 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left,  #a5c956 0%,#cdeb8e 48%,#ffffff 100%); /* IE10+ */
	/*background: linear-gradient(to right,  #a5c956 0%,#cdeb8e 48%,#ffffff 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c956', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	/*padding:4px 12px;
	margin:25px 20px 25px 35px;
	margin-bottom:20px;
}
h4 {
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-left:20px;
	color:#390;
	background-image:url(/20230312040208oe_/https://www.ie.cuhk.edu.hk/images/bg_h4.gif);
	background-repeat:no-repeat;
	background-position:left;	
	padding:5px 0px 5px 25px;
	margin:15px 0px 5px 35px;
}
p {
	color:#333;
	line-height:17px;
	margin-left:50px;
	margin-right:20px;
	/*padding-right:15px;*/
	/*padding-bottom:10px;
	text-align:justify;
}
strong {
	font-weight:bold;
	color:#039;
	/*font-variant:small-caps;*/
/*}*/
.content_inner ul { 
	list-style-type:square;
	/*line-height:17px;*/ 
	/*margin-left:15px;*/
	padding-left:50px;
	/*text-align:justify;*/
}
.content_inner ol { 
	/*list-style-type:decimal;
	/*line-height:17px; 
	margin-left:15px;*/
	padding-left:50px;
	/*text-align:justify;*/
}
.content_inner ul li, .content_inner ol li {
	/*margin-right:20px;*/
	padding-bottom:6px;
	color:#000;
} 
/*.content_inner ul li a, .content_inner ol li a {
	color:#2A1FAA;
}
.content_inner ul li a:hover, .content_inner ol li a:hover{
	color:#C06;
}*/
.content_inner ul li ul{
	margin-left:15px;
	padding-left:0px;
}
.content_inner table.table {
	width:100%;	
	margin-bottom:30px;
	border:1px solid #D6D6D6;
}
.content_inner table.table th {
	background:#EBEBEB;
	padding:8px 3px;
}
.content_inner table.table td {
	font-size:14px;
	padding:8px 3px;
}
.content_inner table.table tr:nth-child(even) {background:#FFF;}
.content_inner table.table tr:nth-child(odd) {background:#F0EFFC;}
.content_inner table h3 {
	background:#EBEBEB;	
}
.content_inner table tr td ol {
	text-align:left;	
	padding-left:20px;
}

.content_inner table.lined {
	width:100%;	
	margin-bottom:30px;
	box-sizing:border-box;
}
.content_inner table.lined th {
	background:#EBEBEB;
	padding:5px;
	font-size: 0.9em;
}
.content_inner table.lined td {
	border-bottom:1px dashed #99CC00;
	padding:5px;
	font-size: 0.9em;
}
.content_inner table.lined tr:last-child {
	border-bottom:0;
}
.content_inner table.keynote {
	width:100%;
}
.content_inner table.keynote th {
	background:#EBEBEB;
	padding:5px;
}
.content_inner table.keynote td {
	padding: 8px 5px 8px 3px;
	border-bottom: #BEC499 solid 1px;
	vertical-align: top;
	font-size: 0.9em;
}
.content_inner table.keynote td.kn_year {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style:italic;
	color:#690;
}
.align_right {
	text-align:right;	
}

/*===================*/
/*===== Sidebar =====*/
/*===================*/
.no_sidebar {
	width:198px;
	height:460px;
	background:#669900;
	margin-top:40px;
	margin-bottom:calc(100vh - 720px);
	float:left;	
	-webkit-box-shadow:8px 8px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:8px 8px 5px 0px rgba(0,0,0,0.1);
	box-shadow:8px 8px 5px 0px rgba(0,0,0,0.1);
	box-sizing:border-box;
}
.sidebar {
	width:195px;
	float:left;
	margin-bottom:calc(100vh - 720px);
	box-sizing:border-box;
/*	background-image:url(/20230312040208oe_/https://www.ie.cuhk.edu.hk/images/bg_sidebar.jpg);
	background-repeat:no-repeat;
	min-height:800px;*/
}
ul.nav {
	list-style:none;
	border-top:1px solid #FC3;
	margin-top:40px;
	margin-bottom:15px;
	box-sizing:border-box;
	-webkit-box-shadow:8px 8px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow:8px 8px 5px 0px rgba(0,0,0,0.1);
	box-shadow:8px 8px 5px 0px rgba(0,0,0,0.1);
}
ul.nav li {
	border-bottom: 1px solid #FC3;
}
ul.nav a, ul.nav a:visited {
	padding:8px 6px 8px 15px;
	display:block;
	width:198px;
	font-size:13px;
	line-height:140%;
	text-decoration:none;
	background:#669900;/*#EBEFF4*/
	color:#FFC;
	box-sizing:border-box;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background:#6CF; 
	color:#003;
}
ul.nav ul {
	border-top:1px solid #FC3;
	box-sizing:border-box;
}
ul.nav ul li {
	border-bottom:1px solid #FC3;
}
ul.nav ul li:last-child {
	border-bottom:none;
}
ul.nav ul li a, ul.nav ul li a:visited {
	padding:8px 6px 8px 40px;
	text-decoration:none;
	background:#669900;
	color:#FFC;
}
/*End of sidebar*/



/* News section on index page */
#update { /*layer wraps the latest news and upcoming seminars/events sections*/
	margin:0;
	padding:0;
	/*margin-top:0px;*/
	width:990px;
	height:500px;
	float:left;
	overflow-x:hidden;
	overflow-y:hidden;
	z-index:10;
}
#news { /*left pane*/
	width:380px;
	height:inherit;
	margin-top:10px;
	padding-left:20px;
	padding-right:20px; 
	overflow-x:hidden;
	overflow-y:auto;
	background-image:url(/20230312040208oe_/https://www.ie.cuhk.edu.hk/images/bg_news.jpg);
	background-repeat:no-repeat;	
	position:inherit;
	float:left;
	z-index:10;
}
#news p {
	font-size:13px;
	line-height:120%;
	text-align:left;
	margin-top:3px;
	margin-bottom:15px;
}
#news p a:link, #news p a:visited {
	color:#2A1FAA;
	font-weight:normal;
}
#news p a:hover {
	color:#C00;
	font-weight:normal;
	text-decoration:underline;
}
div.TabbedPanelsContent p {
	padding-left:15px;	
}
div.TabbedPanelsContent p a:link{
	font-weight:bold;	
}
/*right pane style settings pls refer to ../SpryAssets/SpryTabbedPanels.css */

span.date {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background-color:#F38338;
	margin-left:0px;
	padding:1px 10px;
}
p.news_header {
	color:#930;
	font-size:13px;
	font-weight:bold;
	line-height:130%;
}
span.date1 {
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	background-color:#E38844;
	padding:1px;
}
.news_header1 ul li {
	color:#930;
	font-size:13px;
	font-weight:bold;
	line-height:130%;
	list-style:square;
	margin-left:5px;
	padding:0px 0px 6px 15px;
}
span.news1 p a:link, span.news1 p a:visited {
	color:#000000;
	font-weight:normal;
}
span.news1 p a:hover {
	color:#C00;
}
/* ===== start of scrollbar styles ===== */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background-color:#F0FBF1;
}
.vscrollerbar {
width: 15px;
background-color:#6C0;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


/* ================== */
/* ===== Footer ===== */
/* ================== */
.push,footer {
	height:130px;	
}
.footer {
	clear:both;
	width:990px;
	margin,padding:0;
	padding:15px;
	/*margin-bottom:35px;*/
	box-sizing:border-box;
}
.footer_inner {
	padding:20px 0;	
}
.footer img.logo {
	float:left;
	max-height:60px;
	margin-right:15px;
	margin-bottom:20px;
}
.footer .contact_info {
	float:left;
	width:850px;
}
.footer p {
	font-size:13px;
	line-height:150%;
	letter-spacing:0.5px;
	margin:0;
}
.footer hr {
	margin:2px 0;
	border-top:#99CC00 1px solid;
}
/* ===== End of footer ===== */

.center {
	text-align:center;
	margin:0 auto;
}
.bottomline {
	border-bottom:1px solid #CC9;	
}

.right { 
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.left { 
	float:left;
	margin-right:8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
img.thumbnail {
	max-width:150px;
	height:auto;	
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

/* ======================================================= */
/* ==================== People pages ===================== */
/* ======================================================= */
div { box-sizing: border-box; }

.faculty_grp {
	width: 99%;
	margin-top: 30px;
	clear: both;
}
.faculty_grp_2col {
	width: 49.5%;	
}
.faculty_grp,.faculty_grp_2col {
	background-color: #ebebeb;
	height: 2em;
	padding: 5px 0 5px 10px;
	float: left;
	vertical-align: middle;
	color: #666666;
	font-weight: bold;
}
.faculty {
	background-color: #F5F0EB;
	width: 49.5%;
	height: 230px;
	border-right: 1px solid #33cccc;
	border-bottom: 1px solid #33cccc;
	float: left;
}

.content_inner table.people {
	margin:0 auto;
	width:100%;
	margin-top: 10px;
	border:none;
	padding:0;
}
.content_inner table.people th{
	background-color:#EBEBEB;
	color:#666;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	padding:5px;
}
.content_inner td.namecard { /* People index page */
	background-color:#F5F0EB;
	color:#003300;
	width:50%;
	padding:0px 20px 10px 0px;
	line-height:130%;
	height:160px;
	border-right:#3CC 1px solid;
	border-bottom:#3CC 1px solid;
	vertical-align:top;
}

.content_inner td.leftcol{
	width:40%;
	vertical-align:top;
	line-height:130%;
	padding:5px;
} 
.content_inner td.rightcol{
	width:60%;
	vertical-align:top;
	line-height:130%;
	padding:5px;
}
table.solid {
	background-color: #cadaa9;
}
.tbbody{
	background-color: #FFFFFF;
	color:#003300;
	height:120px;
	padding:15px;
	line-height:110%;
}
img.hdphoto {
	width:100px;
	height:150px;
	padding: 0 13px 5px 0;
	/*padding-right:13px;
	padding-left:0px;
	padding-bottom:5px;*/
	margin-bottom:80px;
	float:left;
	border: 0;
}
.name_e {
	font-size:15px;
	font-weight:bold;
	color:#930;
}
.name_c {
	font-size:15px;
	font-weight:normal;
	color:#930;
}
.title {
	font-variant:small-caps;
	font-size:12px;
	color:#660;
	line-height:140%;
}
.contact {
	font-size:12px;
	line-height:17px;
}	
.odd {
	background-color:#f8f8ff; /* #F5FFFA */
	padding:3px;
}
.even {
	background-color: #e6e6fa; /* #cadaa9 */
	padding:3px;
}
.img {
	border:#dfdfdf medium solid;
	float:right;
	margin:5px;
	padding:1px;
	margin-right:15px;
	margin-bottom: 80px;
}
.namebox2 {
	clear:both;
	height:320px;
	margin-bottom:15px;
}
.namebox2 p {
	line-height:1.6em;
}
.namebox2 p strong {
	font-weight: bold;	
}
.frame { /*head photo style for Professors' page*/
	width:200px;
	height:300px;	
	float:left;
	margin:5px;
	padding:1px;
	margin-right:10px;
	margin-bottom:10px;
}
.bio {
	float:right;
	width:250px;
	height:auto;
	margin-left:15px;
	margin-bottom:20px;
	padding:0px 20px 8px 15px;
	border-left: 1px #9C6 solid;
	border-bottom: 2px #9C6 solid;
}
.bio h2 {
	margin-left:0px;
	padding-left:0px;
}
.bio_details h2{
	margin, padding:0;
	margin-bottom:8px;
}
.bio p {
	text-align:justify;
	line-height:18px;
}
.bio ul {
	text-align:left;
	margin-left:0px;
	padding-left:20px;
}
.bio ul li {
	font-size:14px;
	line-height:140%;
	padding-bottom:6px;
	text-align:left;
}

}
table.tb_detail {
	padding:5px;
}
td.namebox img {
	padding:0px 3px 0px 0px;
}*/
.date_green {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #063;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
p.news_headergreen {
	color:#063;
	font-size:13px;
	font-weight:bold;
	line-height:130%;
}
label_ieee {  /* FIEEE label */
}
/* ===== End of People page, table structure, etc ===== */

/* ===== Table of Recorded Seminars ===== */
#recorded_seminars {
}
#recorded_seminars tr {
	
}
#recorded_seminars td {
	background-color: #f8f8ff; /*gray*/
	padding:3px 3px 8px 3px;
	margin:0px;
	border-bottom:1px solid #e6e6fa;
}
/* ===== End of Table of Recorded Seminars ===== */
/*table.keynote td {
	padding: 3px 5px 3px 3px;
	border-bottom: #BEC499 solid 1px;
	vertical-align: top;
	font-size: 0.9em;
}
table.keynote td.kn_year {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style:italic;
	color:#690;
}*/
/* =================================== */
/* =========== News ticker =========== */
/* =================================== */

#news_ticker {
	background:#fff; 
	width:980px;
	height:27px;
	margin:10px auto 0;
	overflow:hidden;
	padding:3px;
	position:relative;
} 
#news_ticker span {
	float:left;
	color:#001b25;
	background:#F90;  
	padding:6px;
	position:relative;
	border-radius:4px;
	font-size:0.9em;
}
#news_ticker ul {
	float:left;
	padding-left:20px;
	-webkit-animation:ticker 12s cubic-bezier(1, 0, .5, 0) infinite;
	-moz-animation:ticker 12s cubic-bezier(1, 0, .5, 0) infinite;
	-ms-animation:ticker 12s cubic-bezier(1, 0, .5, 0) infinite;
	animation:ticker 12s cubic-bezier(1, 0, .5, 0) infinite;
}
#news_ticker ul:hover {
	-webkit-animation-play-state:paused;
	-moz-animation-play-state:paused;
	-ms-animation-play-state:paused;
	animation-play-state:paused;
}
#news_ticker li {
	line-height:26px;
	font-size:1em;
}
#news_ticker a {
	/*color:#2A1FAA;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;*/
}
#news_ticker a:hover {
	/*color:#C06;*/
}

@-webkit-keyframes ticker {
	0%   {margin-top:0;}
	25%  {margin-top:-26px;}
	50%  {margin-top:-52px;}
	75%  {margin-top:-78px;}
	100% {margin-top:0;}
}
@-moz-keyframes ticker {
	0%   {margin-top:0;}
	25%  {margin-top:-26px;}+
	50%  {margin-top:-52px;}
	75%  {margin-top:-78px;}
	100% {margin-top:0;}
}
@-ms-keyframes ticker {
	0%   {margin-top:0;}
	25%  {margin-top:-26px;}
	50%  {margin-top:-52px;}
	75%  {margin-top:-78px;}
	100% {margin-top:0;}
}
@keyframes ticker {
	0%   {margin-top:0;}
	25%  {margin-top:-26px;}
	50%  {margin-top:-52px;}
	75%  {margin-top:-78px;}
	100% {margin-top:0;}
}
img.portrait {
	max-width:180px;
	height:auto;	
	float:right;
	padding:0 0 10px 10px;
}

/* *************** */
/* STUDENT SHARING */
/* *************** */

.sharing {
	width:30%;
	text-align:center;
	float:left;
	margin:10px;
}
.sharing h2 {
	text-align:center;
	font-size:15px;
	margin-bottom:5px;
	padding:1px;
	background:#e6e9f0;
	color:#006;	
}
.sharing_info {
	height:170px;
	overflow:visible;
}
.sharing p {
	text-align:center;
	font-size:13px;
	line-height:1.3;	
	margin:0;
}
img.graduate_photo {
	margin:0 auto;
	max-width:130px;
	height:auto;
	padding:5px;
	display:block;
}
img.graduate_photo:hover {
	background:#cdd422;	
}
img.gs_photo:hover {
	background:#cdd422;	
}
.sharing_details {
	width:100%;
	float:left;
}
.sharing_details img.graduate_photo {
	float:left;
	margin:15px 30px 30px 0;
}
.sharing_details img.graduate_photo:hover {
	background:none;	
}
img.feature_image {
	max-width:700px;
	height:auto;
	margin-bottom:15px;	
}
.well {
	background:#D1F0FC;
	padding:15px;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#069;
}
a.btn_apply {
	padding:3px 15px;
	background:#390;
	color:#FFF;
	border:0;
}
a.btn_apply:hover {
	background:#06C;
}
.news_pic {
	max-width:700px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.news_pic_2col {
	max-width:250px;
	height:auto;
	display:inline;	
}
.news_images {
	width:150px;
	height:auto;
	float:right;
}
/******************************/
/* News Clipping Archive ******/
/******************************/
.newsclipping {
	width:100%;	
}
.news_col_1 {
	display:inline-block;
	float:left;
	margin-right:15px;
}
img.news_tbnail {
	max-width:200px;
	height:auto;	
}
.news_col_2 {
	display:inline-block;
	max-width:470px;
	float:left;
}
.news_col_2 p {
	font-size: 16px;
	line-height:160%;	
	margin-top:0px;
	margin-bottom:5px;
}
.news_col_2>p.date {
	display:inline-block;
	padding:1px 3px;
	color:#060;
	font-size:9pt;
	background-color:#C8EF9C;
	margin-bottom:5px;
}
.news_col_2>p.news {
	line-height:140%;
}
.news_col_2 ul {
	padding-left:18px;
	margin-bottom:25px;
}
.news_col_2 ul li {
	font-size:16px;
	margin-bottom:6px;
}
.newsclipping hr {
	clear:both;	
	border:none;
	border-top:#99CC00 1px dashed;
}
.news_col_2 a span.media_title {
	color:#999;	
	font-size:14px;
}
.row {
	clear:both;	
	margin-top:20px;
	margin-bottom:20px;
}
.badge_alert {
	display:inline;
	padding:0 2px;
	background:#F60;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
	vertical-align:top;
}
.badge_info {
	display:inline;
	padding:0 2px;
	background:#39F;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
	vertical-align:top;
}


.col-md-1 {width:8.33%;}
.col-md-2 {width:16.67%;}
.col-md-3 {width:25%;}
.col-md-4 {width:33.33%;}
.col-md-5 {width:41.67%;}
.col-md-6 {width:50%;}
.col-md-7 {width:58.33%;}
.col-md-8 {width:66.67%;}
.col-md-9 {width:75%;}
.col-md-10 {width:83.33%;}
.col-md-11 {width:91.67%;}
.col-md-12 {width:100%;}

.row {
	clear:both;
}

/* ---------------------------------- */
/* ----- styles for course list ----- */
/* ---------------------------------- */

.course {
	width: 100%;
	padding-top: 20px;
}
.course_id {
	font-weight: bold;
	display: inline-block;
	width: 15%;
	float: left;
}
.course_title {
	font-weight: bold;
	display: inline-block;
	width: 70%;
	float: left;
	margin-bottom: 6px;
}		
.course_unit {
	display: inline-block;
	width: 15%;
	float: right;
	text-align: right;
}
.course_desc {
	clear:both;
	margin-left: 15%;
	margin-right: 15%;
};
.course_desc p {	
	margin: 0;
	margin-bottom: 5px;
}
.course_desc p em {
	color: darkslateblue;
}
img.email {
	vertical-align:-25%;	
}