textarea {
    resize: vertical;
}

.hidden {
    display: none;
}

.send-status-label {
    border: 2px solid black;
    border-radius: 4px;
    padding-left: 28px;
    padding-right: 28px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.send-status-label span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
