html.wait * {
    cursor: progress !important;
}


body.wait * {
    cursor: progress !important;
}
rcpt {
    color:rgb(43, 160, 43);
}

rcptText {
    height:0;
    overflow:hidden;
    transition: height 0.66s ease-out;
}

rcptText.loaded {
    height:100px;
}