.custom-card {
  position: relative;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 3px #dddddd;
  padding: 15px;
  margin-bottom: 20px;
}
.custom-card .action-aside {
  float: none;
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 0;
}
.custom-card .title {
  text-align: center;
  margin-bottom: 3px;
  font-weight: bold;
}
.custom-card .footer {
  border-top: 1px lightgrey solid;
  margin: 0 -15px;
  padding: 0 15px;
  margin-top: 15px;
  padding-top: 15px;
}
.custom-card .footer .row:last-child {
  margin-bottom: 0;
}
.custom-card .card-button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: white;
  color: #444;
  text-align: center;
}
