body{
	font-size: 12pt;
	font-family: "Helvetica Neue", "Roboto", Helvetica, 'sans-serif';
}

/**********************/

div{
	/*border:1px solid #ddd;*/
	/*width: 500px;*/
}


div#top{
	margin-top: 30px;
	min-height: 70px;
}

div#main{
	text-align: center;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
}
div#svgExamples1{
	height:200px;
}
div.col{
	text-align: left;
}

div#left{
	padding-right: 30px;
	margin:auto;
	/*float:left;*/
	width: 700px;
}

div.center{
	margin-left:0px;
	padding-right: 30px;
	float:left;
	width: 1000px;
}

div#right{
	float:right;
	width: 45%;
}

div#bottom{
	float:right;
	width:100%;
}

div#svgDiv{
	width: 90%;
	margin: auto;
}

div.fineBorder{
	border: 1px solid #eeeeee;
}

div#menu{
	margin-top: -50px;
	margin-bottom: 50px;
}


div#history img{
	width: 250px;
	margin-right: 50px;
	margin-bottom: 50px;
}

td.tile{
	padding:20px;
}
td.caseTile{
	height: 300px;	
}
div.centered.cases{
	display: table-cell;
}
table.caseImages{
	margin:auto;
}
table.scenarioImages{
	margin:auto;
	border-spacing: 20px;
    border-collapse: separate;
}

table#study-comparision 
div.tile{
	padding: 10px; 
}

#scenarios p{
	padding-top: .8em;
	font-size: 11pt;
}

/**********************/
hr{
	margin-top: 40px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #fff, #888, #fff);
}

/**********************/
img#teaser{
	width: 800px;
}

img.galleryPNG{
	height: 200px;
}
img.caseImage{
	width: 300px;
	margin:20px;	
}
img.icon{
	height: 30px;
	margin-right:5px;
	margin-bottom:-8px;
}
table#study-comparision img{
	max-width: 250px;
}
/**********************/
div#navigation > ul{
	list-style: none;
	margin-top:50px;
}
div#navigation > ul > li{
	display: inline;
	margin-left:10px;
	margin-right:10px;
}
ul.navigationList > li{
	display: inline;
	margin-left:10px;
	margin-right:10px;	
}
ul.navigationList{
	margin:auto;
}

a{
	color: #666;
	font-weight: 200;
}
#navigation a{
	font-family: Comfortaa;
	font-weight: 100;
	text-decoration: none;
}

/**********************/

h1, h2, h3{
	font-family: 'Comfortaa', Helvetica, sans-serif;
}

h1{
	padding-bottom: 30px;
}

h2{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 40px;
	text-decoration: underline;
}

h3{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	text-decoration: underline;
}

p{
	/*font-family: Helvetica Neue, Roboto, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue", "Roboto", "Helvetica", sans-serif;
	font-weight: 200;
	line-height: 1.3em;
	width: 500px;
	text-align: left;
	margin:auto;
}
p.doublecol{
	width: 800px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

p.caption{
	width: 100%;
	text-align: center;
	margin:auto;
	font-size:11pt;
	text-decoration: none;
	font-style: italic;
}
#inputformat{
	font-size: 10pt;
	font-family: monospace;
}

pre{
	width: 100%;
	text-align: left;
}

p.alignleft{
	text-align: left;
}

p.authors{
	font-style: italic;
	width: 100%;
	margin-top:50px;
	text-align: center;
}


div#history{
	text-align: left;
}

/*********************/

div.centered{
	margin:auto;
}
.curveButton{
	fill:#333;
	text-decoration: underline;
	cursor: pointer;
}
.commentsBox{
	margin-top: 0px;
	text-align: left;

}

.folding_slider{
	position: fixed;
	left: 200px;
	top: 10px;
}


/**********************/
#study-comparision{
	border: 1px solid #eee;
	padding:20px; 
}




