@charset "utf-8";
/* CSS Document */

.btn-group .button {
  background-color: #FF5903; 
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;	
  cursor: pointer;
  float: center;
  border: none;
  
}

.btn-group .button:hover {
  background-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  color: #FF5903;
  font-weight: bold;
}

.btn-group2 .button {
  background-color: #ffffff; 
  color: #292929;
  padding: 6px 12px 6px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  float: center;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid  #ccd1d1 ;
  
}

.btn-group2 .button:hover {
  background-color:  #e5e7e9 ;
  border-radius: 15px 15px 15px 15px;
  color:  #292929;
  border: 1px solid  #ccd1d1  ;
  font-weight: bold;
}




