/* #no_data_message > p{
    justify-content: center;
} */

.top-container{
    display: flex;
    align-items: center;
    padding: 10px 0;
    /* justify-content: space-evenly; */
}

#no_data_message{
    width:250px;
    height: 10px;
}

/* #no_data_message{
    /* padding-right: 50px;
} */

/* .refresh button{
    background: #eeeeee;
    color: #333333;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 5px; */
    /* border-radius: 50%;
    cursor: pointer;
    font-size: 1.5em;
} */

/* .refresh button--refreshing{
    animation: 0.5s rotate infinite linear;
}

@keyframes rotate {
    to {
        transform: rotate(1turn);
    }
} */