.page[name='corporateRequests'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 64px;
}
.page[name='corporateRequests'] > .header > .side:first-child {
    padding: 18.5px 20px;
}
.page[name='corporateRequests'] > .header > .side:first-child > img {
    width: 18px;
}
.page[name='corporateRequests'] > .header > .side:first-child > span {
    font-size: 14px;
    font-weight: 600;
    vertical-align: sub;
}
.page[name='corporateRequests'] > .header > .side:last-child > .button {
    padding: 20px;
}
.page[name='corporateRequests'] > .header > .side:last-child > .button > img {
    display: block;
    width: 24px;
    height: 24px;
}
.page[name='corporateRequests'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='corporateRequests'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td {
    padding: 20px;
}
.page[name='corporateRequests'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td[key='amount'] > img {
    width: 13px;
    vertical-align: middle;
}
#options[ids='yesNoConfirmation'] > .text {
    margin-bottom: 22px;
    font-weight: bold;
    text-align: center;
}
#options[ids='yesNoConfirmation'] > .buttons > .button {
    display: inline-block;
    text-align: center;
    border-radius: 16px;
    padding: 12px 16px;
    width: 50%;
}
#options[ids='corporateOperationsList'] > .text {
    margin-bottom: 22px;
    font-weight: bold;
    text-align: center;
}
#options[ids='corporateOperationsList'] > .buttons > .button {
    text-align: center;
    border-radius: 16px;
    padding: 12px 16px;
    font-weight: 500;
}