body {
	font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 100;
	line-height: 1.6em;
	background: #fff;
}

div#main {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

div#layout {
	padding: 0px;
	width: 100%;
}

form {
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #d95f0e;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 100;
}
div#footer {
	margin-top: 100px;
	height: 200px;
	color: #777;
	text-align: center;
}

div#logo {
	margin-bottom: 50px;
}

div#logos {
	margin-top: 70px;
}

div#logos img {
	height: 35px;
	margin-left: 20px;
	margin-right: 20px;
}

div#logos img#uoe {
	height: 65px;
	margin-bottom: -15px;
}

div#video_div {
}

video {
	border: 1px #dddddd solid;
}

img.dataPicture {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 450px;
}

/*CONTENT*/

div#content {
	padding-top: 50px;
}

div#description {
	display: inline-block;
	*display: inline;
	width: 45%;
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
}
div#upload {
	display: inline-block;
	*display: inline;
	width: 45%;
	text-align: left;
	vertical-align: top;
	padding-left: 40px;
}

p.warning {
	border: 1px solid #d95f0e;
	border-radius: 5px;
	padding: 10px;
	/*font-style: italic;*/
}

div#div_info {
	min-width: 300px;
	padding-right: 50px;
}

div#vistiles {
	margin-bottom: 50px;
}

div#body-rest {
	width: 600px;
	margin: auto;
	text-align: left;
}

/*MENU*/

img#logo {
	padding-top: 40px;
	width: 350px;
	margin: auto;
}

img.menuicon {
	height: 40px;
	margin-right: 10px;
}

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

ul#menu li {
	display: inline;
	vertical-align: center;
	margin-left: 20px;
}

ul#menu a {
	font-family: 'Poiret One', 'Helvetica Neue', sans-serif;
	font-size: 15pt;
	text-decoration: none;
}

ul#menu .menuicon {
	margin-bottom: -11px;
}

p.subtitle {
	margin-bottom: 30px;
	font-weight: 100;
	font-family: 'Poiret One', 'Helvetica Neue', sans-serif;
	font-size: 20pt;
	color: #111111;
	line-height: 1.5em;
	/*font-family: 'Lora';*/
}

td {
	vertical-align: top;
}

h1 {
	font-size: 30pt;
	margin-top: 0px;
	color: #d95f0e;
	/*font-family: 'Amatic SC', Helvetica, sans-serif;*/
	font-family: 'Poiret One', 'Helvetica Neue', sans-serif;
	/*font-weight: 100;*/
}

h2 {
	margin-top: 50px;
	font-size: 20pt;
	font-family: 'Poiret One', 'Helvetica Neue', sans-serif;
	color: #111111;
	font-weight: bold;
	border-radius: 2px;
}

h3 {
	font-size: 17pt;
	font-family: 'Poiret One', 'Helvetica Neue', sans-serif;
	margin: 5px;
}

a {
	color: #d95f0e;
}

a.vis_link {
	font-size: 12pt;
}

a.underlined {
	text-decoration: underline;
}

a {
	cursor: pointer;
}

p#intro {
	/*font-size: 14pt;*/
}

ul {
	list-style: none;
}
.nointent {
	padding: 0;
}

#steps li {
	margin-bottom: 20px;
}

img.visimage {
	height: 200px;
	border: solid 1px #eee;
	margin-right: 5px;
	margin-left: 5px;
}

img.logo {
	width: 130px;
}

ul.dataspec {
	font-family: monospace;
}

div.withborder {
	/*background-color: #eee;*/
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 10px;
	border: 1px solid #d95f0e;
}

a.largeLink,
a.largeLink {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	font-size: 15pt;
	font-family: 'Lato', Helvetica, sans-serif;
	padding: 20px;
}

div.scrollWrapper {
	height: 500px;
	width: 1500px;
	overflow: scroll;
}

p.error_msg {
	color: red;
}

#startcontinue {
	margin-bottom: -11px;
}

.visLink {
	margin-top: 5px;
}

.visLink {
	float: left;
}

.visbutton {
	background-color: transparent;
	border: none;
	cursor: pointer;
	color: #d95f0e;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 100;
}

#tileViewLink {
	margin-left: 6px;
}

div.tableMenu {
	border: 1px #dddddd solid;
	/*border-radius: 10px;*/
	padding: 5px;
	padding-left: 10px;
	margin: 5px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

select.schemaSelection {
	width: 120px;
}

pre {
	line-height: 1em;
}

#features {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*BILIO*/

#biblio b {
	text-decoration: underline;
}

/*/*TOOL TIPS*/
/* Tooltip text */
/*.tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    margin-top:-25px;
    margin-left:50px;
	opacity: 0.8;
}

.tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.hastooltip:hover .tooltiptext {
    visibility: visible;
}
*/
