.page[name='corporateHome'] > .header {
    border-bottom: 1px solid #e0e0e0;
}
.page[name='corporateHome'] > .content > .tabs > .tab.active {
    color: #2993ce;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr {
    box-shadow: 0px 16px 48px -8px rgba(0, 0, 0, 0.1);
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .top > .button[key='options'] {
    background-color: #eaeaea;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .top > .imageWrapper {
    background-color: #f1f2f4;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .top > .status {
    color: #ffffff;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .top > .status[key='draft'] {
    background-color: #9c9c9c;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .top > .status[key='waitingApprove'] {
    background-color: #2993ce;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .top > .status[key='waitingPayment'] {
    background-color: #2993ce;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .top > .status[key='publish'] {
    background-color: #2e8b03;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .top > .status[key='cancelled'] {
    background-color: #dc143c;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .bottom > .enter > .button {
    background-color: #2993ce;
    color: #ffffff;
}
.page[name='corporateHome'] > .content > .tableWrapper > .fTable > .content > table > tbody > tr > td > .bottom > .enter > .price {
    color: #2e8b03;
}
.page[name='corporateHome'] > .button {
    background-color: #2993ce;
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.15));
}