html {
	background-color: rgba(175, 197, 221, 0.4);
}
body {
	height:auto;
	width: 950px;
	margin:auto auto;
	padding:10px 40px;
	font-family:'Lato', sans-serif;
	font-size: 12pt;
}
table{
	border-collapse: collapse;
	width: auto;
	font-family: 'Doulos SIL', serif;
	text-align: center;
	font-size: 16pt;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 24pt;
}

th, td{
	width: 200px;
	height: auto;
	background-color:inherit;
	padding: 5px 5px;
	margin: auto auto;
	text-align: center;
		
}

tr:first-child{ 
	font-weight: bold;
	text-decoration: underline;
}

tr:nth-child(odd) td{
	background: rgba(175, 197, 221, 0.15);
}
input[type=button]{
	margin-left: 2px;
}
label{
	background-color: orange;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	/*border-radius: 50%;*/
}
.buttonrow{
	padding: 4px; 
}
.buttonclass{
	background-color: #F0FFFF;
	border-style: solid;
	border-width: 1px;
	margin: 4px 4px;
	padding-bottom: 2px;
	overflow: hidden;
}
.symbolButton[type="button"], input[type="submit"]{
    border: none;
    color: black;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: auto;
    margin-bottom: 2px;
    margin-right: 2px;
    font-weight: normal;
    padding: 0em 0.3em;
    /* height: 10%; */
}
input[type="text"]{
    min-height:30px;
    font-size: 13pt;
    max-width: 50%;
}
.symbolButton:hover{
	background-color: rgba(175, 197, 221, 0.4);
}
#symbolsTable td{
	width: 900px;
	padding: auto auto;
}

#page{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 2fr 1fr;
}

#info{
	grid-row: 1;
	grid-column: 1 / 3;
}

.ipalink{
	grid-row: 1;
	grid-column: 2;
}
#finishbutton{
	grid-row: 2;
	grid-column: 1;
	max-width: %;
}
#symbolsTable{
	grid-row: 4;
	padding: 1px 6px;
	grid-column: 1 / 5;
	align-self: start;
}

#submitbutton{
	grid-row: 3;
	grid-column: 2;
	justify-self: flex-end;
	min-width: 10em;
}
#ipa{
	grid-column: 2;
	grid-row: 3;
	/* width: 222222222px; */
	/*! max-width: 20px; */
}
#orth{
	grid-column: 1;
	grid-row: 3;
	max-width: unset;
}
#historyTable{
	width: auto;
	height: auto;
	float: top;
	grid-column: 1 / 3;
	grid-row: 5;
	align-self: start;
}
select{
  font-size: 20px;
  text-align: center;
  text-align-last: center;
  border-radius: 5px;
  background-color: #F7FAFD;
  color: #6882a0;
  transition: all .3s ease-in-out;
  /* max-height: 30px; */
  grid-row: 2;
  grid-column: 2;
  /* max-width: 10.8em; */
  max-width: 51%;
}
input[type="button"], input[type="submit"] {
  height: 2.5em;
  /* width: 2.5em; */
  border-radius: 5px;
  border-style: solid;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#6882a0;
  font-weight:bold;
  margin: 0;
  font-size: 13pt;
  padding: 0;
}
input[type="submit"]:hover, input[type="submit"]:focus{
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}






