.content_{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}
.text_{
    width: 95%;
}
.cell-left{
    width: 70px;
    height: 70px;
    border: 4px solid grey;
    border-radius: 4px;
    margin-right: 10px;
}
.cell-right{
    width: 90%;
    padding: 0px 10px;
}
.row_{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    margin-bottom: 20px;
}
.cell-left-ball{
    width: 50%;
    padding: 10px;
}
.cell-right-ball{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.row_ball{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;

}
.radio-caption{
    display: flex;
    flex-direction: row;
    
}
.radio-{
    margin-right: 10px;
}
.caption-{
    margin-bottom: 5px;
}
.header-{
    font-size: 14px;
    text-align: center;
    /*height: 75px;
    margin-top: 10px;*/
}
.sticky{
    position: sticky;
    top: 10em;
    width: 25%;
    display: none;
}