
/*
 * Recommend
 */

.action-button {
  padding: 5px;
  width: auto;
  display: inline-block;
  /* text-align: center; */
  line-height: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px auto;
  /* margin-right: auto; */
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  border: 1px solid rgb(154, 154, 154);
  /* background-color: rgb(0, 105, 64); */

}

.action-button-active {
  color: white;
  background-color: rgb(0, 162, 99);
}
