<apex:page
    showHeader="true"
    standardStylesheets="false"
    standardController="Opportunity"
    renderAs="pdf"
>
    <html>
        <head></head>
        <body>
            <div
                style="background-color: #f2f2f2;padding: 10px;text-align: center;font-size: 18px;font-weight: bold;}"
            >
                Opportunity Name: {!opportunity.name}
            </div>

            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                    margin-top: 25px;
                "
            >
                <b>Label Name: </b>{!opportunity.Name}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Current Distributor: </b
                >{!Opportunity.CA_Current_Distributor__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Label ID: </b>{!Opportunity.CA_MA_Label_ID__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Label/Artist Description: </b
                >{!Opportunity.CA_Label_Artist_Description__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Deal Type: </b>{!opportunity.CA_Deal_Type__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Closer: </b>{!opportunity.CA_Closer__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Country: </b>{!opportunity.CA_Company_Individual_Country__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Content Type: </b>{!Opportunity.CA_Genre__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Total Spend Amount: </b>{!opportunity.CA_Total_Advance_Amount__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Total Spend Breakdown: </b
                >{!opportunity.CA_Advance_Payment_Breakdown__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Time to Recoup: </b>{!Opportunity.TimeToRecoup__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Deliverables: </b>{!opportunity.CA_Deliverables__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>LTM: </b>{!Opportunity.CA_Last_Twelve_Months_Revenue__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Flowthrough: </b>{!opportunity.CA_Flow_Through_Percentage__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Fee: </b>{!Opportunity.CA_Digital_Distribution_Fee__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Deal Term: </b>{!Opportunity.CA_DealTerm__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Exclusivity Details: </b>{!Opportunity.CA_Exclusivity_Details__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Territory Carveout: </b
                >{!Opportunity.CA_Digital_Distribution_Territory__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Projected first year total revenue: </b
                >{!Opportunity.CA_Projected_first_year_total_revenue__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Gross Revenue for Term: </b
                >{!Opportunity.Gross_revenue_for_term__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Gross Profit for Term: </b
                >{!Opportunity.Gross_profit_for_term__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Spotify Monthly Listeners: </b
                >{!Opportunity.CA_Spotify_Monthly_Listeners__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Spotify Followers: </b>{!Opportunity.CA_Spotify_Followers__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>IRR: </b>{!Opportunity.CA_IRR__c}
            </div>
            <div
                style="
                    display: inline-block;
                    width: 100%;
                    line-height: normal;
                    min-height: 25px;
                "
            >
                <b>Notes: </b>{!Opportunity.Notes__c}
            </div>
        </body>
    </html>
</apex:page>
