.rs_message_box {
    top: 253px;
    left: 65%;
    position: absolute;
    width: 250px;
    height: 70px;
    display: table;
    background-color: #002052;
    z-index: 2500;
    text-align: center;
}

.hidden {
	display: none;
}

.rs_message_box .rs_message_text {
    color: white;
    margin-top: 20px;
}
