/**
 * @file
 * Visual styles for buttons.
 */

.button,
.image-button {
  margin-right: 1em;
  margin-left: 1em;
  padding: 10px;
  border: 2px solid #5B8394;
  border-radius: 5px;
  text-decoration: none;
}
.button:first-child,
.image-button:first-child {
  margin-right: 0;
  margin-left: 0;
}
