@CHARSET "UTF-8";
.frame{
    background-color:#CCCCFF;
    padding:5px;
    overflow:hidden;
}

.group{
    font-size:18px;
    text-align:center;
}
.element {
    border: 1px solid #0090DF;
    font-size:20px;
    float:left;
    text-align:center;
    width: 45px;
    height: 45px;
    margin: 2px;
    padding:0px;
    z-index:1003;
}

.ui-state-disabled {

}

.target {
    border: 1px solid #0090DF;
    width: 45px;
    height: 45px;
    font-size:20px;
    margin: 2px;
    padding:0px;
    background-color:transparent; 
    z-index:900;
}
.empty {
    height:45px;
    width: 45px;
    border: 1px solid transparent;
    margin: 2px;
    margin:0px;	
}
.intro{
    font-size:20px;
    width:100%;
    margin-bottom:10px;
    overflow:hidden;
}
.intro div{
    float:left;
    margin-right:10px
}
#close_me{
    font-size:21px;
    float:right;
    cursor:pointer;
    line-height:21px;
    margin-right:5px;
    margin-top:5px;
}
.errors{
    font-size:21px;
    color:#F00000;
    float:left;

}
.textbox{
    background-color:inherit;
    padding:5px;
    margin-bottom:10px;
}
.correct{
    font-size:21px;
    color:#008000;
    float:left;	
}
.stockpile {
    background-color: silver;	
}
#reward{
    height:400px;
    width:100%;
    text-align:center;
    border:1px white solid;
    overflow:hidden;
    display:none;
    margin-bottom:10px;    
}
/* WebKit and Opera browsers */
  @-webkit-keyframes reward {
    from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
  }

  /* all other browsers */
  @keyframes reward {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }
#reward #logo{
    
    -webkit-animation-name: reward;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;

    animation-name: reward;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  
.periodic_table {

}