html
{
}

body
{
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 13pt;
	margin: 0px;
	border: 0px;
	padding: 0px;
}



#game{
	width: 550px;
	height:380px;
	border: 1px solid black;
}

a
{
	text-decoration: none;
	color: #007799; /*rgb(82, 173, 200);*/
}

#triangle
{
	position: absolute;
	top: 345px;
	left: 345px;
	width: 36px;
	overflow: hidden;
}


#profilePic
{
	margin: 10px;
	width: 500px;
}


/* The sidebar menu */
.sidenav {
	height: 100%; /* Full-height: remove this if you want "auto" height */
	width:  300px; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #111; /* Black */
	overflow-x: hidden; /* Disable horizontal scroll */
	line-height: 2;
	padding-top: 50px;
  }
  
  /* The navigation menu links */
  .sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  /* Style page content */
  .main {
	margin-left: 160px; /* Same as the width of the sidebar */
	padding: 0px 10px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }

.institutionLogo
{
	height: 30px;
	vertical-align: middle;
}

#tabList
{
	list-style-type: none;
	text-align: right;
	float: right;
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-top: 10px;
	left: 0px;
	width: 100%;
}

#tabList li
{
	cursor: pointer;
	text-align: right;
	font-size: 18pt;
	margin: 0px;
	border: 0px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	font-size: 22pt;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#homeBody
{
	/* background-image: url("Media/CMUWhiteboardDark.jpg"); */
	background-attachment: fixed;
	background-size: cover;
	background-repeat: none;
}

#homeTextDiv
{
	position: absolute;
	left: 300px;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 50px;
	overflow: scroll;
}

#homeTextDiv a
{
	color: blue;
}

#publicationsTextDiv
{
	position: absolute;
	left: 350px;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 110px;
	overflow: scroll;

	margin-top: -50px;
	padding: 110px;
}

.publicationHeading
{
	font-size: 30px;
	padding-left: 10px;
}

.featureImageContainer{
	float:left;
	width: 170px;
	margin-top: 10px;
}

.metaPubContainer{
	float:right;
	width = 40%;
	display:block;
	text-align:right;
}

.detailPubContainer{
	float:left;
	width: 60%;
	margin-top:0%;
}



#toc_container {
    background: #e7e2e2 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
	margin-bottom: 1em;
	margin-top: 40%;
	margin-left: -7%;
    padding: 1px;
    width: auto;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}