/* ---------------------------------------------- */
/* ---     LSE Econ PhD students template     --- */
/* --- 	            First Draft               --- */
/* ---         Alexander C. Lembcke           --- */
/* ---------------------------------------------- */

html {
	overflow-y: scroll;
	overflow-x: auto;
	height: 100%;
}
body {
	font:12px Arial, sans-serif;
	background-color: rgb(245,245,245); 
	padding: 0px;
	height: 100%;
	letter-spacing:normal;
}
p {
	display: block;
	margin-top: 2pt; 
	margin-bottom: 1pt;
}
a:link {
	color: rgb(0,0,255);
	text-decoration:none;
}
a:hover{
	color: rgb(254,0,10);
	text-decoration: underline;
}

table {
	border: 0 0 0 0; 
	vertical-align: top;
	text-align: left;
}

img {
	margin: 7px 0px 6px 0px;
	border: 0 0 0 0;
	vertical-align:top;
}

.txt {
	color: #000000;
	font-size: 13px;
	padding: 1px 0px 6px 3px;
	margin: 1px 0px 6px 3px;
	letter-spacing:normal;

}

.link {
	color: #00ff00;
	padding: 3px 0px 0px 3px;
	margin: 0px 0px 0px 6px;
	letter-spacing:normal;

}
.abstract {
	color: #000000;
	font:12px arial,san-serif;
	padding: 3px 0px 0px 6px;
	margin: 0px 0px 0px 6px;
	letter-spacing:normal;
}
b {
	text-decoration: bold;
	color:#000000; 
}

.bighdr  {
	font:14px arial;
	color: #000000;
	letter-spacing:normal;
	font-weight: bold;
	margin: 20px 0px 3px 0px;
	padding: 3px 0px 0px 6px;

}


.smallhdr  {
	font:13px arial;
	color: #000000;
	letter-spacing:normal;
	font-weight: bold;
	margin: 20px 0px 3px 0px;
	padding: 3px 0px 0px 6px;

}

.researchhdr {
	font:13px arial;
	color: #000000;
	font-weight: normal;
	letter-spacing:normal;
	margin: 10px 0px 0px 4px;
	padding: 10px 0px 0px 0px;

}
.researchsubhdr {
	font:12px arial;
	color: #000000;
	letter-spacing:normal;
	margin: 0px 0px 3px 5px;
	padding: 3px 0px 0px 6px;
}
#headerlinks {
	color: rgb(139,125,107);
	font-size: 13px;
	letter-spacing: .2em;
}

#logo {
	font:22px arial;
	color:#003366; 
	margin: 35px 0px 0px 0px;
	letter-spacing:.4em;
}
#phd {
	font:16px arial;
	color: rgb(0, 0, 0);
	margin: 10px 0px 1px 0px;
	letter-spacing:.2em;
}
hr { 
    background: url('../images/bingil.svg') no-repeat left;
    background-size: contain;
    display: block;
    height: 30px;
    border: 0;
	position: relative;
	width: 630px;
}
hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #073366;
    height: 1px;
    top: 15px;
}
hr:after {
    right: 0;
    left: 18%;
    margin-left: 10px;
}
ul.no_bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	
li.leaf {
	background: url('../images/l.svg') no-repeat left top;
	background-size: 20px;
	padding-left: 30px;
}
.links  {
	margin-left: 6px;
}

.links a {
	text-decoration: none; 
	background-color: none;
	color:black;
}

.linkedin {
	font-size: 0.9em;
	display: inline-block;
}

.linkedin .fa-linkedin {
	color: #0e76a8;
}
.scholar {
	display: inline-block;
	margin-left: 2px;
}

.scholar .ai-google-scholar-square {
	color: #4285f4;
}