.card-body > * {
    padding-left: 10px;
    min-width: 100px
}

.card-body2 > * {
    padding-left: 10px;
    min-width: 100px
}

#jobEntryGp_div > .card {
    display:none;
} 

progress{
    margin:0px auto;
    display: block;
}

#listCompanies_btnGp_div{
    text-align: center;
}

#listCompanies_btnGp_div > *{
    display: inline-block;
    border: 1px solid black;
    padding: 0px 10px;
    cursor: pointer;
    margin-right:10px
}

#listCompanies_btnGp_div > *:hover{
    background-color: powderblue;
}

#listCompanies_btnGp_div > *:active{
    background-color: deepskyblue;
}

.toLeft{
    float: left;
}

.toRight{
    float: right;
}