/* 2021/08/04 Common CSS for X_ITE projects */

button
{
  width:            50px;
  height:           22px;
  border:            2px solid #808080;
  border-radius:     8px;
  margin-top: 5px;
  background-color: #d0d0a0;
}

button:hover,
button:focus {
  background-color: #faf891;
}
