.prediction-option{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    overflow: hidden;
}

.prediction{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    height: 20px;
    width: 100%;
}

.prediction-option-name{
    font-size: 14px;
}

.prediction-wrapper{
    box-sizing: border-box;
    width: 100%;
}

.prediction-right{
    text-align: right;
}
