#sentMessageScreen{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0px;
    z-index: 70000;
    opacity: 0.9;
}

#sentMessageScreenTitle{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bolder;
    max-width: 250px;
    color: #ffffff;
    padding: 20px 20px 20px 20px;
    z-index: 70001;
    text-align: center;
    text-transform:uppercase;
}

.iAmHidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
        clip: rect(1px, 1px, 1px, 1px);
}