.button {
    font-style: normal;
    font-family: Arial;
    font-size: 10;
    color: rgb(0, 58, 219);
    display: block;
    margin: auto;
}

.footerC {
    font-style: normal;
    font-family: Arial;
    font-size: 10;
    color: Black;
    text-align: center;
}

.footerL {
    font-style: normal;
    font-family: Arial;
    font-size: 10;
    color: Black;
    text-align: center;
}

.footerAlertC {
    font-style: normal;
    font-family: Arial;
    font-size: 10;
    color: red;
    text-align: center;
}

.my_fullscreen_div {
    margin: 0;
    width: 98vw;
    height: 90vh;
}

.headerDiv {
    position: relative;
    height: 20%;
    width: 100%;
}

.bottomDiv {
    position: relative;
    height: 80%;
    width: 100%;
}

.searchDiv {
    float: left;
    position: relative;
    height: 100%;
    width: 20%;
}

.resultDiv {
    float: left;
    position: relative;
    height: 100%;
    width: 80%;
}

.iframeAll {
    border: 0;
    height: 100%;
    width: 100%;
}

.textFill {
    font-style: normal;
    font-family: Arial;
    font-size: 10;
    background: #FFFFFF;
    color: Black;
    width: 100%;
    text-transform: uppercase;
    border: 1;
}

.title {
    background: #919191;
    font-style: normal;
    font-family: Arial;
    font-size: 40;
    color: Blue;
    text-align: center;
}

.logo {
    background: #919191;
    padding: 0;
    text-align: center;
}

.menuTitle {
    background: #FAF0E6;
    font-style: normal;
    font-family: Arial;
    font-size: 14;
    color: Green;
    text-align: center;
    width: 14%;
}

.simpleTableIndex {
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.tableIndex {
    background: #ffffff;
    border-color: #0000FF;
    border-style: solid;
    border-width: 2;
    border: 1;
    width: fit-content;
    height: fit-content;
    margin: auto;
}