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

.btn-group .button {
  background-color: #000000; 
  color: #ffffff;
  padding: 3px 18px 3px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;	
  cursor: pointer;
  float: center;
  border: none;
  
}

.btn-group .button:hover {
  background-color: #000000;
  color: #FF5903;
  font-weight: bold;
}



hr.line {
  border-top: 1px solid #BFBFBF;
}





