@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lora', serif;
}

#top_title{
    text-align: center;
    font-size: 40px;
	margin: 5rem 0rem 5rem 0rem;
    text-shadow: 2px 2px 3px grey;
}

#sub_title {
	text-align: center;
	margin-bottom: 3rem;
}

#intro_container{
    background-color: #FEE8BA;
    display: flex;
    flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 50px;
}

#left{
/*    border: 2px solid green;*/
/*    width:25%;*/
    margin:30px 20px;
	min-width: 300px;
	max-width: 300px;
	flex:300px;
	}
#intro_img{
    order: 1;
    width:100%;
/*    margin: 30px;*/
}

#dr_newton {
	width: 100%;
	object-fit: cover;
}

#caption {
	text-align: center;
}

#right{
    order:2;
    width:85%;
	max-width: 900px;
	padding: 30px 3%;
	flex:400px;
	font-size: 16px;
/*    border: 2px solid green;*/
}

#uman_software_wrapper {
	max-width: 700px;
	margin: 0 auto 150px auto;
	padding-bottom: 20px;
	border-top: solid 2px grey;
}

#uman_software_wrapper ul li {
	padding: 0.3rem;
	margin-left: 30px;
}

.notice {
	color: #6B2C91;
	font-weight: 600;
	text-align: center;
	padding-bottom: 20px;
}

#datasets-wrapper {
/*	border: solid 1px blue;*/
	max-width: 1400px;
	background-color: #6B2C91;
	color: white;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	margin: 80px auto 0 auto;
	padding: 30px 0 40px 0;
	box-shadow: 0 1px 5px 1px grey;
}

.table-section-title {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
/*	margin: 5rem 0rem 3rem 0rem;*/
}


.table-use {
	max-width: 600px;
	margin: 2rem auto;
}

.table-use ul li {
	padding: 0.3rem;
}

#era-code-wrapper{
	margin: 40px 0;
}

#era-code-table{
/*	border: solid 1px grey;*/
	max-width: 1000px;
	margin: 0 auto;
	background-color: #F3F3F3;
	border-radius: 12px;
	
}

#era-code-table th, #era-code-table td{
	border-bottom: solid 1px white;
	font-size: 12px;
	
}

#search-bar{
	max-width: 700px;
	margin: 0 auto;
	padding-left: 5%;
}

#myInput {
  background-image:url("images/icons/icon_search.svg");
  background-position: 5px 8px;
  background-repeat: no-repeat;
  background-size: 5%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  width: 80%;
}

#table-wrapper {
  max-height: 800px;
  overflow-y: scroll;
  margin: 0 auto;
  max-width: 1600px;
}

table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  
}

.title1, .title1 a {
	font-weight: 700;
	color: #053C99;
}

.ddtable_small1 a {
/*	color: #053C99;*/
}

#myTable thead th {
  cursor: pointer;
  background-color: #6B2C91;
  color: white;
  position: sticky;
  top: 0;  /* REQUIRED: https://stackoverflow.com/a/43707215 */
  z-index: 10;
  padding: 20px 10px;
  text-align: left;
  box-shadow: 3px 2px 3px grey;
  
}

#myTable th, td {
  text-align: left;
  padding: 16px;
  box-shadow: none;
}

#myTable tr:nth-child(even) {
  background-color: #FEE8BA;
}

#myTable tr {
	position: relative;
}

#myTable tr:hover {
	background-color:#D2AFE7;
}



/*Cite accordion for this part of the table code, up and down arrows that change for sorting*/

.tableheader {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
/*  display: flex;*/
  align-items: center;
  position: relative;
  cursor: pointer;
}
.tableheader::after {
  content: "\25B4";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.tableheader.active::after {
  content: "\25BE";
}
/*Cite accordion for this part of the table code*/

#cc-graphic {
	margin: 0 auto 5rem auto;
	max-width: 100px;
}
