.show-container {

    .prescription-table {
        .completed {
            background-color: $light-blue;
        }
    }

    .status-message {
        .pending {
            color: $red;
            font-weight: bold;
        }

        .complete {
            color: $dark-green;
            font-weight: bold;
        }
    }

    .action-icon {
        font-size: 24px;
    }
}