.btn {
  background-color: #58D68D;
  border: none;

border-radius: 0px;

  color: white;
  padding: 12px 16px;
  font-size: 16px;
  width:60%;
  cursor: pointer;
font-family: 'Montserrat', sans-serif;

text-align: center;
}

.button-slanted {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}


/* Darker background on mouse-over */
.btn: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: 0px 40px;
    padding: 8px;
    border-left:0px solid white;

}

th,td{
text-align: left;
font-weight: bold;
    padding: 12px;


}

/*

tr:nth-child(even) {
  color:#2ECC71;
}

*/

@media screen and (max-width: 600px) {
 

  th,tr{
/*font-size: 12px;*/

}


}