body {
  background: hsla(102, 100%, 88%, 1);
  background: linear-gradient(180deg, hsla(102, 100%, 88%, 1) 9%, hsla(171, 100%, 88%, 1) 40%, hsla(160, 95%, 83%, 1) 75%, hsla(138, 100%, 72%, 1) 100%);
  background: -moz-linear-gradient(180deg, hsla(102, 100%, 88%, 1) 9%, hsla(171, 100%, 88%, 1) 40%, hsla(160, 95%, 83%, 1) 75%, hsla(138, 100%, 72%, 1) 100%);
  background: -webkit-linear-gradient(180deg, hsla(102, 100%, 88%, 1) 9%, hsla(171, 100%, 88%, 1) 40%, hsla(160, 95%, 83%, 1) 75%, hsla(138, 100%, 72%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#D5FFC3", endColorstr="#C1FFF6", GradientType=1 );
}
main{
  height: 60vh;
}

.chartcell {
  display: grid;
  height: 100px;
  grid-template-columns: 111px 300px;
  background-color: snow;
  width:413px;
  padding: 2px;
  font-size: 23px;
  float:right;

}
.g-left {
  height: 100px;
  background-color: snow;
  /*text-align: center;*/
  display: block;
  padding-right: 1px;
  /*align-content: center;*/
 
}
.g-right {
  height: 100px;
  background-color: darkcyan;
  margin-left: 1px;
}
.g-vert {
  display: grid;
  height: 100px;
  grid-template-rows:1fr 1fr;
}
.g-cell {
  height: 47px;
  border-radius: 1px;
  background-color: snow;
  text-shadow: 2px 2px #f6a2b3;
  border: 1px ridge #f6a2b3;
  color: #eb2d53;
  vertical-align: bottom;
  align-content: center;

}
.g-cellup {
  height: 47px;
  border-radius: 1px;
  background-color: snow;
  text-shadow: 2px 2px #ccffe6;
  border: 1px ridge #f6a2b3;
  color: #00b300;
  vertical-align: bottom;
  align-content: center;
}



.main{
  display: flex;
  flex-wrap: wrap;
}

.custom {
     margin:auto;
     width: 700px;
     height: 300px;
     padding:10px;
}

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 10px;
}
button.pressed{
    padding: 10px;
    font-size: 19px;
    font-weight: bold;
    color: Gainsboro;
    text-align: center;
    font-family: Georgia, serif;
    width: 100%;
    border: 3px solid silver;
    border-radius: 5px;
    text-align: center;
    border-collapse: separate;
    border-style: outset;
      display:inline-block;
      text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
     background-color: #CEDCE7;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#CEDCE7), to(#596a72));
     background-image: -webkit-linear-gradient(top, #CEDCE7, #596a72);
     background-image: -moz-linear-gradient(top, #CEDCE7, #596a72);
     background-image: -ms-linear-gradient(top, #CEDCE7, #596a72);
     background-image: -o-linear-gradient(top, #CEDCE7, #596a72);
     background-image: linear-gradient(to bottom, #CEDCE7, #596a72);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CEDCE7, endColorstr=#596a72);
}

button.unpressed{
  padding: 10px;
  font-size: 19px;
  font-weight: bold;
  color: Gainsboro;
  text-align: center;
  font-family: Georgia, serif;
  width: 100%;
  border: 3px solid silver;
  border-radius: 5px;
  text-align: center;
  border-collapse: separate;
  border-style: inset;
    display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
  background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}
.unpressed:hover {
 border: 3px solid #e6e6ff;
}
.pressed:hover {
 border: 3px solid #e6e6ff;
}