.drinksize {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 auto;
    width:90%;
    list-style-type: none ; /* Remove bullets */
}

ul.drinksize {
     list-style-type: none; /* Remove bullets */
}

.small {
    
}
ul.medium {
    
}
.large {
}


ul.drink {list-style-type: none; }

#drink li{
float: right;
}


#drinksize {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 auto;
    width:90%;
    list-style-type: none ; /* Remove bullets */
}

.drinks {
    display:inline;
}