.mhc-embedded-form #form-catalog-html button#submit-button {
    display: none;
}

.mhc-embedded-form .call-queue-list > div {
    display: flex;
    flex-direction: row;
    width: 200px;
    height: 60px;
    margin: 15px auto;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 4px;
    padding: 15px;
}

.mhc-embedded-form .call-queue-list > div > label {
    width: 150px;
    padding-top: 5px;
    text-align: left;
}