body {
	width 1200px;
}
.jumbotron {
	background-color: #ffffff;
	background-image: url('../imgs/titleTeX.jpg');
	background-size: 700px;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 450px;
}

.jumbotron .container {
	position: relative;
	top: 5px;
	border-bottom: 2px solid #444444;
}

.jumbotron h1 {
	font-size: 48px;
}
.jumbotron h4 {
	margin-top:20px;
	color: #696969;
	text-align: center;
}

.abstract .container{
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#dedede;
}

.more .container{
	border-bottom: 2px solid #444444;
	padding-bottom:10px;
}
.more h5 {
	display: block;
}
.more h4 {
	font-weight: bold;
}

.more p {

}

.ack {
	margin-top: 20px;
}
.ack h4 {
	font-size: 16px;
}
.ack p {
	font-size: 12px;
}

.vbarLeft {
	border-left: 2px solid #dedede;
	padding-left: 10%;
	margin-left: 5%;
}

.verbatim {
	font-family: monospace;
	font-size:10px;
}

.grey {
	background-color: #dedede;
	margin: 0px;
	height: 40px;
}
.grey p {
	text-align: center;
	padding-top:10px;
	font-size: 16px;
}

.pdflink .thumbnail {
	margin-bottom: 0px;
}
