#containerForDashboard{
    /* flex-direction: column; */
    min-height: 100vh;
    display: flex;
}

#mainForDashboard{
    /* overflow: auto; */
    flex: 1;
}

#mainsearchResults{
    /* background-color: purple; */
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: fit-content;
    min-height: 100vh;
}

#flexGrower{
    /* background-color: green; */
    display: flex;
    padding-top: 100vh;
    flex-grow: 1;
}

#serviceMessages{
    /* background-color: blue; */
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 300px;
}

#greeting-to-user-container{
    display:flex;
}

#greeting-to-user{
    /* color: white;  */
    color: black;
    margin-left: auto; 
    margin-right: auto;
}

#please-signin-warning{
    font-size: 1.8rem;
    color: red;
    padding-top: 20px;
    padding-left: 20px;
}

#containerOfServiceMessages{
    /* background-color: rgba(77,77,77,0.9); */
    /* background-color: red; */
    padding: 10px;
    background: linear-gradient(45deg, rgb(95, 95, 95), rgb(150, 150, 150), rgb(95, 95, 95));
    color: white;
    min-height: 100vh;
}

#ServiceMessagesTable,tr,td,th{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
    /*padding: 5px;*/
}

#ServiceMessagesTable td,th,tr{
    /*
    margin-left: auto;
    margin-right: auto;
    border: 1px solid white;
    */
    padding: 5px;
}