.btn {
  background-color: white;
  border: none;

border-radius: 1px solid #9B59B6;

  color: black;
  padding: 8px 12px;
  font-size: 14px;
  width:60%;
  cursor: pointer;
font-family: 'Montserrat', sans-serif;

text-align: center;
border-radius: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color:#9B59B6;
  border:1px solid white;
  color:white;
}

.btn-simple {
  background-color:#E12121;
  border: none;

border-radius: 25px;

  color: white;
  padding: 12px 16px;
  font-size: 16px;
  width:80%;
  cursor: pointer;
font-family: 'Montserrat', sans-serif;

text-align: center;

}

.btn-simple:hover {
  background-color:white;
  color:#2eb2ff;
}


hr.spacer {

	border: 2px solid red;
}

.radio_box{
	

/*background-color:rgba(0,0,0,0.5);
	padding:15px 15px 15px;
	border-radius:10px; */
}

table{
width:99%;
  border-collapse: separate;
  border-spacing: 10px 5px;
    padding: 0px;

}



tr:nth-child(even) {
  color:none;
}

.chart-kzr{

  width: 500px; 
  height:400px;
}

@media screen and (max-width: 600px) {
 .chart-kzr {
    width: 280px;
    margin-top: 0;
  }

  th,tr{
font-size: 12px;

}


}