#geo-circle-radius-wrapper{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

#geo-circle-line-width-wrapper{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}

#geo-circle-show-name-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#geo-circle-show-radius-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#geo-circle-fill-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}





