body {

    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: #f5f5f5;
    align-items: center;

}

/*
input[type="file"] {
    margin-bottom: 20px;
}
*/

button {
    padding: 10px 20px;
    background-color: #4a1952;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    margin: 5px;

}

button:hover {
    background-color: #d74549;
}

.loading {
    display: none;
    text-align: center;
    margin-top: 20px;
}



.banniere {
    width: 100%;
}

#CSVicon {
    width: 40px;
}

.small_container {

    width: 50%;
    border-style: solid;
    border-color: #4a1952;

}

/*
#searchInput{
    border-color: #D6EEEE;
    border-radius: 8px;
    width: 20%;
    height: auto;
}

tr:nth-child(even) {
    background-color: #D6EEEE;
  }

*/