
.aktif{
    background: #c5ebbc;
  background-image: -webkit-linear-gradient(top, #c5ebbc, #5ab82b);
  background-image: -moz-linear-gradient(top, #c5ebbc, #5ab82b);
  background-image: -ms-linear-gradient(top, #c5ebbc, #5ab82b);
  background-image: -o-linear-gradient(top, #c5ebbc, #5ab82b);
  background-image: linear-gradient(to bottom, #c5ebbc, #5ab82b);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 150%;
  padding: 10px 20px 10px 20px;
  border-bottom: solid #666666 3px;
  border-left: solid #fafafa 1px;
  text-decoration: none;
}
.glass{
  /* background styles */
  position: relative;
  display: inline-block;
  padding: 7px 7px;
  background-color: green; /*for compatibility with older browsers*/
  background-image: linear-gradient(green,lightgreen);

  /* text styles */
  text-decoration: none;
  color: #fff; 
  font-family: sans-serif;
  font-weight: 100;
  width: 97%;
    height: 100%;
    border-radius: 9px;
}

}
.div {
    width: 80%;
    height: 80%;
    background: #10ec54;
    border-radius: 11px;
    float: left;
    margin: 20px;
    color: #fff; 
    box-sizing: border-box; 
    font-size: 3em;
}
 

.x7 {
  border-radius: 9px;
margin-top: 4px;
text-align: center;
padding: 4%;
font-size: 4em;

    box-shadow: inset 1px 1px 59px #000;

text-shadow:4px 3px 3px rgba(161,27,18,1); color:#FFFAF2; 
}
  h2{
    margin-top:10px;
margin-bottom: 10px;

  }
  table.table1{ 
    font-weight: bold; 
    border-collapse:separate;
    width: 100%;
    height: 100%;
}
.table1 thead th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.input{
/*background-color: transparent;*/
/*color: transparent;*/
border-color: transparent;
}  

