@charset "UTF-8";
.btn {
  border-radius: 8px;
}

.btn-primary, .btn-danger {
  padding-left: 30px;
  padding-right: 30px;
}

#summary-content > div {
  position: relative;
  padding-bottom: 60px;
}

.btn-button {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 0;
  border-width: 0;
}
.btn-button:hover, .btn-button:active, .btn-button:focus {
  background-color: #efefef;
}

.list-actions a {
  position: relative;
  padding-right: 20px;
}
.list-actions a:active, .list-actions a:focus, .list-actions a:hover {
  background-color: #FFE600;
  border-color: #FFE600;
}
.list-actions a:after {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  top: 50%;
  right: 0;
  width: 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.list-actions a.no-after {
  font-style: normal; 
}
.list-actions a.no-after:after {
  content: none;
}
/*# sourceMappingURL=buttons.css.map */
