﻿.aanestysContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align:center;
}


#content {
    background-color: #222; /* Even darker grey background for the central div */
    border-radius: 20px; /* Rounded corners */
    padding: 10px 10px 50px;
    text-align: left;
    margin: 10px;
}

body.light-mode #content {
    background-color: #b3b3b3; /* Light grey background */
}

/* For screens smaller than 575px */
@media (max-width: 574px) {
    #content {
        min-width: 100%;
    }
}

/* For screens larger than or equal to 575px */
@media (min-width: 575px) {
    #content {
        min-width: 90%;
    }
}

.today_oranssi {
    color:orange !important
}

.color-bar {
    width: 99%;
    height: 30px;
    display: flex;
}

.dayTitle {
    font-family: Ruokalistafont;
    font-size: 1em;
    margin: 0px 0px 3px 5px;
}

.voteCountTitle {
    font-family: Ruokalistafont;
    font-size: 0.8em;
    margin: -0.8em 0px -1px 5px;
}

.section {
    margin: 25px 0px 0px 0px;
}



.color-segment {
    flex: 0 0 auto;
    height: 100%;
}

/* Define the colors for each segment */
.color-4 {
    background-color: #059D30;
    color: #059D30;
}

.color-3 {
    background-color: #FFD800;
    color: #FFD800;
}

.color-2 {
    background-color: #FF6A00;
    color: #FF6A00;
}

.color-1 {
    background-color: #ED2228;
    color: #ED2228;
  
}

.color-base {
    background-color: #656363;
}

.percentage-4 {
    font-family: 'Ruokalistafont';
    text-align: end;
    margin: 30px -0px 0px 0px;
    font-size: 1.2em;
}

.percentage-3 {
    font-family: 'Ruokalistafont';
    text-align: end;
    margin: 30px -0px 0px 0px;
    font-size: 1.2em;
}

.percentage-2 {
    font-family: 'Ruokalistafont';
    text-align: end;
    margin: 30px -0px 0px 0px;
    font-size: 1.2em;
}

.percentage-1 {
    font-family: 'Ruokalistafont';
    text-align: end;
    margin: 30px -0px 0px 0px;
    font-size: 1.2em;
}

.infotv-title {
    color: white;
    font-family: 'Ruokalistafont';
    font-weight: bold;
    font-size: 1.8em
}

