p {
    margin: 0;
}

.performance-facts {
    all: initial;
    font-size: small;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    border: 1px solid black;
    margin: 20px;
    float: left;
    width: 280px;
    padding: 0.5rem;
}

    .performance-facts table {
        border-collapse: collapse;
    }

    .performance-facts h1 {
        margin: 0 0 !important;
    }

.performance-facts__title {
    font-weight: 900;
    font-size: 2.1rem !important;
    margin: 0 0 0.25rem !important;
    border-bottom: 1px solid black;
}

.performance-facts__calories-label {
    font-size: 1.5rem;
    font-weight: 800;
}

.performance-facts__calories {
    font-weight: 900;
    font-size: 2.1rem;
    margin: 0;
    text-align: right;
}

.performance-facts__calories_th{
    float: right;
}

.performance-facts__float-right {
    float: right;
}

.performance-facts__serving {
    font-weight: 800;
}

.performance-facts__header {
    border-bottom: 10px solid black;
    padding: 0 0 0.25rem 0;
}

    .performance-facts__header p {
        margin: 0;
    }

.performance-facts__table, .performance-facts__table--small {
    width: 100%;
}

    .performance-facts__table thead tr th, .performance-facts__table--small thead tr th, .performance-facts__table thead tr td, .performance-facts__table--small thead tr td {
        border: 0;
    }

    .performance-facts__table th, .performance-facts__table--small th, .performance-facts__table td, .performance-facts__table--small td {
        text-align: left;
        border-top: 1px solid black;
        white-space: nowrap;
    }

        .performance-facts__table td:last-child, .performance-facts__table--small td:last-child {
            text-align: right;
        }

    .performance-facts__table .blank-cell, .performance-facts__table--small .blank-cell {
        width: 1rem;
        border-top: 0;
    }

    .performance-facts__table .thick-row th, .performance-facts__table--small .thick-row th, .performance-facts__table .thick-row td, .performance-facts__table--small .thick-row td {
        border-top-width: 5px;
    }

.small-info {
    font-size: 0.7rem;
}

.performance-facts__table--small {
    border-bottom: 1px solid #999;
    margin: 0 0 0.5rem 0;
}

    .performance-facts__table--small thead tr {
        border-bottom: 1px solid black;
    }

    .performance-facts__table--small td:last-child {
        text-align: left;
    }

    .performance-facts__table--small th, .performance-facts__table--small td {
        border: 0;
        padding: 0;
    }

.text-center {
    text-align: center;
}

.thick-end {
    border-bottom: 10px solid black;
}

.medium-end {
    border-bottom: 5px solid black;
}

.thin-end {
    border-bottom: 1px solid black;
}

.bolder {
    font-weight: 800;
}
