.pub-title {
	font-weight: 500;
}

.popable {
	overflow: hidden;
	margin: 0px;
	padding: 5px;
}

.popable.showing {
	border-radius: 8px;
	border: 1px solid #1395ba;
	display:block;
}

.popable.hiding {
	display:none;
	border: 0px;
}

.wordcloud {
	display: block;
	margin: auto;
}

.nobr {
	white-space: nowrap;
}

.prefix-ext:before,
.prefix-github:before,
.prefix-pdf:before,
.prefix-projects:before,
.prefix-youtube:before,
.prefix-down:before,
.prefix-publications:before,
.prefix-up:before,
.prefix-contact:before,
.prefix-graduation:before,
.prefix-vita:before,
.prefix-location:before,
.prefix-address:before {
	font-family: FontAwesome;
	font-size:0.7em;
	vertical-align:middle;
	white-space: nowrap;
	padding-bottom:.2em;
/*	display:inline-block;*/
}

.prefix-location:before {
	content: "\00f041\0000a0";
}

.prefix-graduation:before {
	content: "\00f19d\0000a0";
}

.prefix-publications:before {
	content: "\00f19d\0000a0";
}

.prefix-projects:before {
	content: "\00f085\0000a0";
}

.prefix-vita:before {
	content: "\00f1da\0000a0";
}

.prefix-contact:before {
	content: "\00f0e0\0000a0";
	font-weight:100;
}

.prefix-address:before {
	content: "\00f2bb\0000a0";
	font-weight:100;
}

.prefix-ext:before {
	content: "\00f08e\0000a0";
	font-weight:100;
}

.prefix-github:before {
	content: "\00f09b\0000a0";
	color:#000000;
}

.prefix-pdf:before {
	content: "\00f1c1\0000a0";
	color:#c02e1d;
}

.prefix-down:before {
	content: "\00f103\0000a0";
}

.prefix-up:before {
	content: "\00f102\0000a0";
}

.highlight {
	font-weight:500;
}

.prefix-youtube:before {
	content: "\00f16a\0000a0";
	color:#c02e1d;
}

a:hover {
	text-decoration: underline;
	text-decoration-color: rgba(16,120,150,0.5);
}

.pub-links > :first-child {
	margin:0em 0.5em 0em 0em;
}

.pub-links > a {
	margin:0em 0.5em;
}

.item.publication,
.item.teaching,
.item.awards,
.item.project {
	background-color: rgba(255,255,255,.8);
	
}

article.teaching ul,
article.awards ul,
ul.reviewing,
ul.invited-talks {
	list-style-type:none;
}

article.teaching ul > li,
article.awards ul > li,
ul.reviewing > li,
ul.invited-talks > li {
	padding:0.3em 0em;
}

.smalltitle {
	font-style:italic;
	font-weight:500;
}

ul.tightlist:after {
	margin-bottom:.3em;
}

ul.tightlist,
ul.tightlist > li {
	display:inline;
}

ul.tightlist > li:after {
	content: ", ";
}

ul.tightlist > :last-child:after {
	content: "";
}

table.project-table,
table.project-table tr,
table.project-table tr td {
	padding:0.1em 0.2em 0.1em 0em;
}

h2.next {
	margin-top:1.5em;
}

.postit-container {
	padding-left:2em;
}

.postit,
.postit a {
	color:#333;
	text-decoration-color: rgba(0,0,0,0.5);
	font-family: 'Kalam', cursive;
}

.postit {
	font-size:80%;
	padding:1em;
	text-align:left;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
	width:90%;
	display:block;
	float:none;
	margin:auto;
}
.postit:before {
/*	content: '';
	float: left;
	padding-bottom: 60%;*/
}

.postit:after {
/*	content: '';
	display: table;
	clear: both;*/
}

.postit.green {
	background-color: rgba(163,184,108,1);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	border: 1px solid rgba(255,255,255,0.3);
}

.postit.yellow {
	background-color: rgba(235,201,68,1);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	border: 1px solid rgba(255,255,255,0.3);
}

.email-link {
	display: inline-block;
	padding-bottom:1em;
}

.address,
.contact {
	display: inline-block;
	vertical-align:top;
}

.vita-brief-heading {
	font-weight: 500;
}

.vita-date,
.degrees-date {
	text-decoration:underline;
}

.hellobox > header > h2 {
	font-family: 'Kalam', cursive;
}

.myai-lg {
  font-size: 1.6666em;
  line-height: 1em;
  vertical-align: -15%;
  margin:0em -0.16em
}

ul.vita {
	list-style-type: none;
}

ul.vita > li {
	padding-left:1em;
}

.embeddedvideo {
	display:block;
	margin: 0 auto;
}

#logo a {
	color:inherit;
}

#logo a:hover {
	color:white;
	text-decoration-color:inherit;
}

ul.interests {
	padding:0em;
	list-style-position:inside;
}

.wordcloud {
	max-width: 792px;
	width:100%;
}
