/* Ce Liu hompage style (copied from Miki's page */
 
/*body{*/
/*	font: 15px 'Lato', Arial, sans-serif;*/
/*	color: #000;*/
/*	background-color: rgb(233,234,237); !*rgb(204,204,204);*! !*#565656;*!*/
/*}*/
body {
	font-family: 'Lato', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	color: #000000;
}

tr{
	display: block;
	margin: 2px 0;
}

/* body,td,th,tr,p,a {
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 12px
    } */
.dp {
	/* border-style: solid; */
	/* border-width: 2px; */
	border-color: black;
	border-radius:100px;
	max-width:200px;

}

.container {
	width: 1000px;
	min-height: 1000px;
	max-height: 999999px; /* prevents font boosting */
	margin: 56px auto 20px; /* top right bottom left */
	box-shadow: 0 0 7px rgb(100,100,100);
	text-align: left;
	background: #fff;
	padding: 14px 14px 14px 14px; /* top right bottom left */
	z-index: 1;
}

papertitle {
	font-size: 18px;
	font-weight: 500;
	color: #2980b9;
	display: block;
	margin-bottom: 0;
	line-height: 1.2;
}

.profile{
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 13px
}

.bio{
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
}

.bio a {
    color: #1772d0;
    text-decoration: none;
}

.bio a:hover {
    color: #f09228;
}

.news{
    color: #444;
    line-height: 1.6;
}

.paper {
    margin-bottom: 30px;
    width: 100%;
}

.paper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
}

.paper td {
    vertical-align: top;
    padding: 0 20px 20px 0;
}

.paper td:first-child {
    width: 260px;
    vertical-align: middle;
}

.paper td:last-child {
    width: calc(100% - 260px);
    padding-right: 0;
    vertical-align: middle;
}

.paper img {
    width: 260px;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
    margin-right: 10px;
}

.paper img:hover {
    transform: scale(1.02);
}

.paper a {
    color: #1772d0;
    text-decoration: none;
}

.paper a:hover {
    color: #f09228;
}

.paper br {
    display: block;
    margin: 2px 0;
}

.education{
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    font-size: 13px
}


.service{
	margin-bottom: 5pt; 
	margin-top: 5pt;
}

.service a {
	/* unvisited link */
	text-decoration: none;
	color: #000088;
}
.service a:hover {
	text-decoration: underline;
}
.service a:link {
	color: #000088;
}

.service a:visited {
	color: #000088;
}

/* .paper{
	font: 15px Times New Roman, Serif;
} */

.oral{
	font-weight: bold;
	color: #880000;
}

.award{
	font-weight: bold;
	color: MediumVioletRed;
}

.footer {
	text-align: center;
	font-size: 85%;
}

.name {
	font-family: 'Lato', Verdana, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 10px;
}

/* Menu */

.menu {
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 100;
}

.menu a {
	margin: 0 10px;
	color: #666;
	text-decoration: none;
	font-size: 18px;
	transition: color 0.3s ease;
}

.menu a:hover {
	color: #111;
}

/* Email */

.hide { display: none; }
.mock { }
.unselectable { /* http://stackoverflow.com/questions/2310734/how-to-make-html-text-unselectable */
 	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* News */

a.button {
	text-decoration:none;
	color: rgb(0,0,200);
	cursor: pointer
}

table.news_table {
	border: 0;
	height: 210px;
	display: block;
	overflow: auto;	
}

table.news_table td:first-child { /* "New!" icon */
	vertical-align: top;
}

table.news_table td:nth-child(2) { /* Month */
	width: 10px;
	text-align: left;
	vertical-align: top;
	font-style: italic;
}

table.news_table td:nth-child(3) { /* Day */
	width: 10px;
	text-align: left;
	vertical-align: top;
	font-style: italic;
}

table.news_table td:nth-child(4) { /* Year */
	width: 10px;
	vertical-align: top;
	font-style: italic;
}

table.news_table td:nth-child(5) { /* Margin */
	width: 6px;
}

table.news_table td:nth-child(6) { /* Text */
	vertical-align: top;
}

/* Links */

a {
  	color: #1772d0;
    text-decoration: none;
}

a:link, a:visited {
	color: #1762e0;
    text-decoration:none;
}

a:hover {
	color: #f09228;
}

a.anchor {
	display: block; 
	position: relative; 
	top: -38px; 
	visibility: hidden;
}

p.small {line-height:70%;}
p.big {line-height:200%;}

/* Section headings */

.section {
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 15px;
	display: block;
}


/* Projects */

.project_name {
	font-size: 110%;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
}

.project_abstract {
	display: block;
	padding-bottom: 6px;
}

table.projects_table {
	vertical-align: top;
	border-spacing: 6px 14px;
}

img.project_thumbnail {
	width: 250px;
	border: 1px solid black;
	padding: 1px;
}

table.my_table {
	border-spacing: 6px 14px; /* horiz vert */
}


table.my_table td.image {
	text-align: center;
	vertical-align: top;
}

img.thumb {
	width: 160px;
	border: 1px solid black;
	padding: 1px;
}

/* Lists */

ul {
	padding-left: 20px;
}

/* Talks */

table.talks {
	margin-top: 10px;
	margin-left: 0px;
}


/* Press */

table.press {
	margin-left: 8px;

}

#press1 ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#press1 li {
	margin-bottom: 3px;
}

.emph {
	font-size: 1.15em;
	font-weight: bold;
}

.abstract {
	width:90%; 
	margin:10px; 
	padding:10px; 
	background:ivory;
	border:2px solid #aaa;
	display: none;
}


.date {
	font-size: 80%;
}

.information {
	font-size: 14px;
	line-height: 1.5;
	margin: 5px 0;
	color: #444;
}

.information a {
	color: #1772d0;
	text-decoration: none;
}

.information a:hover {
	color: #f09228;
}

papertitle a {
	color: #2980b9;
	text-decoration: none;
	transition: color 0.3s ease;
}

papertitle a:hover {
	color: #666;
}

.paper em {
	font-style: italic;
	font-weight: normal;
}

@media (max-width: 800px) {
    body {
        padding: 15px;
    }
    
    .profile td {
        display: block;
        width: 100% !important;
        text-align: center;
    }
    
    .dp {
        margin-bottom: 20px;
    }
    
    .paper td {
        display: block;
        width: 100% !important;
        text-align: center;
    }
    
    .paper img {
        margin-bottom: 20px;
    }
}