/****************************************/
/*        TABLE STYLES HORIZONTAL
****************************************/
.performance-facts p {
    color: #000;
}
.tables table {
    border-collapse: collapse;
}
.tables p,h5{
    margin:0.5rem 0.3rem;
}
.performance-facts{
    border:2px solid #000;
    width: 99%;
    display: flex;
    margin: 5px;
    
}
.performance-facts__header{
    width:22%;
    padding-left:0.5em;
}
.nutrition-facts-heading{
    width:100%;
    border-bottom:2px solid #000;
}
.nutrition-facts-heading h1{
    max-width: 55%;
    font-size:2.5em;
    font-weight: bolder;
    margin:0 ;

}
.nutrition-facts-info{
    width:100%;

}
.nutrition-facts-info p{
    max-width:80%;
}
.nutrition-facts-info{
    border-bottom:2px solid #000;

}
.total-calories{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.total-calories-text-container,.total-calories-number{
    width: 40%;
}
.total-calories-text-container p{
    font-weight: bolder;

}
.total-calories-text{
    margin-top:0;
}
.total-calories-heading{
    font-size:1.8em;
    font-weight: bolder;
    margin-bottom:0;
}
.total-calories-number{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.total-calories-number p{
    font-size: 2em;
    font-weight: bolder;
}
.tables-holder{
    width:60%;
}
.tables{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-left:10px;
}
.table{
    width: 49%;
}
.nutirtion-table{
    width:100%;
    
}
.table-heading strong{
    font-size:0.8em;
    

}
.tables td{
    border-bottom: 2px solid #000;
    padding:3px 0;
    

}
.table-row-super-border{
    border-bottom: 8px solid #000;
}
.td-text-right{
    text-align:right;
}

.no-border{
    border:0;
}

.info-text{
    width: 18%;
    padding-left:1em;
}
.list-of-nutrients{
    width: 100%;

}
.list-of-nutrients ul{
    display: flex;
    
    margin-top: 1em;
    padding-left:0.3em;
}
.list-of-nutrients ul li{
    margin-left:2em;
}
/****************************************/
/*        TABLE STYLES HORIZONTAL
****************************************/