dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

#ucp-main {
    position: fixed;
    z-index: 10000000;
    margin: 10% 10px 10% 10px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 90%;
    cursor: default;
}
.ucp-action {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 3px;
    min-width: 30%;
}
.ucp-action * {margin:1px}
.ucp-bar {
    display: inline-flex;
    margin: 5px;
}
.ucp-btn {
    float: right;
    margin: 5px;
}
.ucp-btn-showform {
    text-transform: uppercase;
    font-weight: bold;
    cursor: default;
}