.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

.copy-button {
    position: absolute;
    top: 0;
    right: 12px;
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.customHeightTextarea {
    min-height: 60px;
    overflow-y: auto;
    word-wrap: break-word
}