.components-panel {
    padding: 20px 10px;
}

.outvoice-ov-message {
    position: fixed;
    width: 50%;
    left: 25%;
    top: 25px;
}

.ov-form-field {
    margin:0 0 20px 0;
}

input#ov-contributors, input#ov-contributors-1 {
    padding: 3px;
}

#ov-contributors, #ov-contributors-1 {
    float: left;
    width: 100px;
}

.ov-amount-field {
    float: left;
    width: 125px;
    margin-right: 15px;
}

.MuiDivider-root.MuiDivider-middle {
    border-bottom-color: #ccc;
    margin: 40px 0;
    width: 100%;
}

#ov-currency.MuiOutlinedInput-input, #ov-currency-1.MuiOutlinedInput-input {
    padding: 7px 14px;
    width: 50px;
}

.ov-currency-symbol {
    float: left;
    margin: 0 10px 0 0px;
    font-size: 24px;
    line-height: 30px;
}

.ov-logo {
    width: 150px;
    margin: 0 0 10px;
}

.ov-message {
    margin:0 0 20px 0;
}

.cancelWrapper {
    width: 100px;
    margin: 0 auto;
}

.cancelButton {
    width: 100px;
    padding-bottom: 2px !important;
}

.MuiButton-containedSizeSmall.add-contributor-btn {
    float: right;
    font-size: 12px;
    margin: 30px 0 20px;
    text-transform: lowercase;
}