html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/* ol, ul {
	list-style: none;
} */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 255px;
	border: 1px solid black;

}
#header{
	width:100%;
	margin: auto;
	padding-bottom: 40px;
    padding-left: 15px;
	font-size: 22px;
	font-family: 'Rubik', sans-serif;
}
#container{
       	width:1100px;
       	margin: auto;
   	height:600px;
   	line-height: 10pt;
	font-family: 'Amazon Ember V2', sans-serif;
}
#left{
	width:12%;
	float:left;
	margin:auto auto auto 2%;
	padding-right:30px;
	line-height: 150%;
	overflow:hidden;
	font-size: 10pt;
}
#right{
	float:right;
	width:35%;
	margin:auto 2% auto auto;
	padding-left:60px;
	line-height: 135%;
	font-size: 10pt;
}
#middle{
	position:relative;
	margin:auto 2% auto auto;
	left:10;
	right:0;
	line-height: 150%;
	margin:auto;
	overflow:hidden;
	font-size: 10pt;
}

#middle-home, #middle-pubs, #middle-internships {
	width: 700px;
	position:relative;
	left:10;
	right:0;
	line-height: 140%;
	overflow:hidden;
	font-size: 10pt;
}

#footer{
	width:100%;
	min-width:960px;
	margin:auto;
}
#papers{
	margin-top: -8px;
}
#teaching{
	margin-top: -8px;
}
body {
	color: #2e2d29;
}
::-webkit-selection{
	background-color: #dad7cb;
}
::-moz-selection{
	background-color: #dad7cb;
}
::selection{
	background-color: #dad7cb;
}
li {
	margin:10px 0;
}
ul {
  	margin: 0px;
  	padding: 0px;
}
h6 {
	color:#23241e;
	font-size:22px;
	border-bottom: 1px solid #eee;
}
a {text-decoration: none; color:#8c3b15; cursor: pointer}
a:hover {color:#b16604;}
.col-body {
	padding-top: 8px;
}
.col-text {
	text-align: justify;
	padding-bottom: 18px;
	font-size: 10pt;
}
.paper-venue {
	font-style: italic;
}
a.paper-talk {text-decoration: none; color: #a2a19f;}
a.paper-talk:hover {color: #544948;}

a.teach-link {text-decoration: none; color: inherit; border-bottom: 1px dotted ;}
a.teach-link:hover {text-decoration: none; color: #a2a19f;}

.tab-pane {
	display: none;
}

.class-list {
	padding: revert !important;
    list-style: circle !important;
}

/* #home-img {
    border: 1px solid black;
} */

.publication-list {
    font-size: 80%;
}
.publication-list .title span { font-weight: bold; }
.publication-list .lab-member {
        color: #444;
        text-decoration: underline;
    }

table.publication-list {
    border-collapse: separate;
    border-spacing: 0 16px;
}
table.publication-list h2 { font-size: 14pt; }
table.publication-list th, td { padding-right: 16px; }
table.publication-list td.venue div { text-align: right; }

ul.publication-list {
	list-style: none;
    padding-left: 0;

}
ul.publication-list a.title { color: inherit; }

ul.publication-list li {
        display: block;
        margin-bottom: 16px;
    }

ul.publication-list li:last-child { margin-bottom: 0; }

.col-body h3 {
	font-size: 14pt;
	margin-bottom: 10px;
}

.student-table {
	text-align: left;
	margin-bottom: 20px;
}

.student-table th, .student-table td {
	padding-right: 18px;
}

.student-table th {
	font-weight: 600;
}

.person-name {
	font-size: 12.5pt;
}