input[type=file] {
  display: inline-block;
  border-radius: 0px;
  background-color: #a7fd81;
  border: none;
  color: #000;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2px;
}

input[type=submit] {
  display: inline-block;
  border-radius: 24px;
  background-color: #a7fd81;
  border: none;
  color: #000;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.19);

}

/*input[type=submit] {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}*/

input[type=submit]:hover {background-color: #37b003}

input[type=submit]:active {
  background-color: #37b003;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}




#ring { width: 500px; height: 500px; position: relative; float: left;}

.axis path,.axis line { fill: none; stroke: #000; shape-rendering: crispEdges;}

.bar { fill: orange;}

.solidArc:hover { fill: #0093b8;}

.outlineArc3:hover {fill: rgba(230, 92, 71, 0.1);}

.solidArc {-moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;}

.x.axis path { display: none;}

.aster-score { line-height: 1; font-weight: bold; font-size: 500%;}

.d3-tip {
  line-height: 1;
/*  font-weight: bold;*/
  font-size:18px;
  padding: 12px;
/*  background: rgba(113, 191, 239, 1);*/
 background: rgba(226,241,245,1);
background: -moz-linear-gradient(top, rgba(226,241,245,1) 0%, rgba(69,203,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,241,245,1)), color-stop(100%, rgba(69,203,237,1)));
background: -webkit-linear-gradient(top, rgba(226,241,245,1) 0%, rgba(69,203,237,1) 100%);
background: -o-linear-gradient(top, rgba(226,241,245,1) 0%, rgba(69,203,237,1) 100%);
background: -ms-linear-gradient(top, rgba(226,241,245,1) 0%, rgba(69,203,237,1) 100%);
background: linear-gradient(to bottom, rgba(226,241,245,1) 0%, rgba(69,203,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f5', endColorstr='#45cbed', GradientType=0 );
  color: #00000;
  border-radius: 12px;
}

.d3-tip:after { box-sizing: border-box; display: inline; font-size: 16px; width: 100%; line-height: 1; color: rgba(0, 0, 0, 0.8); content: "\25BC"; position: absolute; text-align: center;}

.d3-tip.n:after { margin: -1px 0 0 0; top: 100%; left: 0;}
