#Main dl.order { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-top: 10px; font-size: 0.875em; line-height: 1.5em; }
#Main dl.order dt { width: 9em; margin-top: 15px; font-weight: bold; }
#Main dl.order dd { width: calc(100% - 9em); margin-top: 15px; }