title {
    display: none;
}

html,
body {
    height: 100%;
}

.helper_div {
    height: 100%;
    width: 80%;
    border-collapse: collapse;
    margin: auto;
}

h5 {
    text-align: center;
    color: white;
    font-weight: bold;
}

.loading-text {
    width: 50%;
    height: 50%;
    height: 50px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
}

.hide {
    display: none;
}