body{
    background-color: rgb(244, 235, 203,0.8);
    font-family: 'Helvetica', Verdana;
    font-size: 13px;
    line-height: 1em;
    background-repeat: repeat;
    overflow: hidden;
    color: #302f2e;
}
a, a:visited{
    color: #f32300;
    text-decoration: none;
}
a:hover{
    font-style: italic;
     color: #f32300;
    text-decoration: none;

}
#stats iframe{
    text-align: center;
    border: none;
    width: 290px;
    height: 90px;
}
.key{
    width: 300px;
    height: 460px;
    position: absolute;
    top: 80px;
    right: 300px;
    z-index: 2;
    border: rgb(48, 47, 46, 0.8) 1.5px solid;
}

.keyimage img{
    opacity: 80%;
}
.title img{
   opacity: 80%; 
}
.text{
    padding: 5px;
}
.img1 img{
    display: inline;
    float: right;
    padding: 0px 2px 2px 2px;
}
.img2 img{
    display: inline;
    float: left;
    padding: 0px 2px 2px 2px;
}
.text2{
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 347px;
    width: 282px;
}
select{
    width: 180px;
    text-align: center;
}
.formtext{
    line-height: 13px;
}
.parent{
    display: grid;
  grid-template-columns: auto auto auto auto;
  width: 282px;
  margin-left: 0px;
  grid-gap: 1px;
  padding: 1px 1px 1px 0px;
  z-index: 10;
  
}
.list{
    border-bottom: #57b3ba dotted 2px;
    text-align: center;
}
.item{
    color: #57b3ba;
    text-align: center;
}
