
/* Specific use cases */
.overall-content-container {
    max-width: 1200px;
    }

.card-example-image {
    display: block;
    float: right;
    height: 4rem;
    font-size: 4rem;
    line-height: 4rem;
}

.transaction-history-container .table th:last-child, .transaction-history-container .table td:last-child {
    text-align: right;
    padding-right: 1.5em;
}

.transaction-history-container .table th:first-child, .transaction-history-container .table td:first-child {
    text-align: left;
    width: 18%;
}

.added-message {
  list-style: none;
  padding: 0;
  margin: 0;
}
