#search-optional {
    margin-top: 5vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.search-option {
    height: 4vh;
    border: none;
    border-radius: 1vh;
    margin-bottom: 1vh;
}

#search-optional #fund {
    width: 17.5vw;
}

#search-optional form input{
    padding-left: 1vh;
    width: 4vw;
}

#search-optional form *::after, #search-optional form *:target {
    outline: none;
    border: none;
}

#search-optional form *:focus {
    outline: none;
}

#search-optional form select {
    outline: none;
}

#search-button-optional {
    width: fit-content;
    background-color: rgb(227, 121, 121);
    color: black;
    padding: 0 1vh;
}

#search-button-optional:hover {
    background-color: rgb(277, 121, 121);
}

#search-button-optional:active {
    background-color: red;
}

#sector {
    width: 35vh !important;
}

#executer {
    width: 35vh !important;
}

#start-date {
    width: 15vh !important;
}



#answers {
    font-size: 2vh;
    text-align: start;
    margin: 3vh 5vh 0;
    border: none;
}

.answer {
    padding: 1.5vh 0 1.5vh 1vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
}

.odd-answer {
    background-color: lightgrey;
}

.even-answer {
    background-color: white;
}

.green-color {
    color: #11510b;
}

.blue-color {
    color: lightseagreen;
}

.answer a {
    text-align: left;       
}

#pages-changer {
    margin-top: 2vh;
    font-size: 2vh;
    display: flex;
    justify-content: center;
}

#pages-changer a {
    margin: 0 .7vh;
    text-decoration: underline solid;
}

#pages-changer a:hover {
    color: pink;
}

#current { 
    color: red;
    font-weight: bold;
}

#pies-container {
    margin-top: 5vh;
}

#intro-words, #pies {
    background-color: #848484;
    border: 2px solid #000000;
    border-radius: 1vh;
    padding: 2vh;
    margin-top: 20vh;
}

#pies {
    margin: 0 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 6.5vh;
}

#pies div {
    margin: 3vh 2vh 0;
}

#pies canvas {
    width: 30vh !important;
    height: 30vh !important;
    margin-top: 1.8vh;
}

#pies label {
    padding: 0 2vh;
}

#search-info-postfactum {
    padding: 1.5vh;
}

#search-info-postfactum span {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 90%;
}