@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

wrapper{
	margin: 1%;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}


/* Table Styles */

table {
	overflow: auto;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
}

table, caption {
    caption-side: top;
    text-align: center;
}

table, th, td{
    color: #000;
    padding: 5px;
}




/* Cell Styles */


#actinoid{
  background-color: #e68cff;
   border: 1px solid black;
}

#alkali{
  background-color: #e86c46;
   border: 1px solid black;
}

#alkalineEarth{
  background-color: #ffc226;
  border: 1px solid black;
}

#halogen{
  background-color: #75acff;
   border: 1px solid black;
}

#lanthanoid{
  background-color: #ffa1d5;
   border: 1px solid black;
}

#metaloid{
  background-color: #66ff00;
   border: 1px solid black;
}

#noble{
  background-color: #b35cff;
   border: 1px solid black;
}
#nonmetal{
  background-color: #46e8aa;
   border: 1px solid black;
}

#postTransition{
  background-color: #b6ed51;
   border: 1px solid black;

}

#transitionMetal{
  background-color: #ffff00;
   border: 1px solid black;
}

#unknown{
  background-color: none;
   border: 1px solid black;
}

/* Content Styles */
.weight{
	display: none;
}

/* Form Styles */

formwrapper{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   grid-column-gap: 20px;
   grid-row-gap: 20px;
   padding: 10vh 1vw 1vh 1vw;
}

form{
  border-style: solid;
}

.formField{
	display: block; 
  overflow: hidden;
	margin: 10px 10px 0px 10px;
  grid-row-gap: 7px;
  padding-left: 1.1vw;
  padding-bottom: 1px;
}


label {
    font-size: 15px;
    color: #000;
    height: 20px;
    width: 40%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    margin-right:15px;
    float: left;
}

input { 
	font-size: 14px;
	color:#000;
	text-align: right;
    height: 20px;
    width: 90%;
	margin-bottom: 2px;
  border: 1px solid #eaeaea;
}

#header {
  width: auto;
  height: 120px;
  background-color: rgb(9, 72, 141);
  opacity: .85;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 10px;
  margin-top: 25px 0 5px 0;
}

h1 {
  font-size: 28px;
  margin: 10px;
}

@media screen and (min-width: 1000px){
	
  

    .weight{
		display: flex;
		justify-content: center;
	   font-size: 12px;
	}
}
