I'd like to vertically center the alarm name with the audio controls below:
Current Code
The code is hybrid Markdown and HTML:
## Stock Sound Files
These are Tim-ta stock sound files you can use when a timer task ends:
<br>
- **Alarm_03.mp3**   <audio controls="true" id="Alarm_03.mp3"></audio>
<br><br>
- **Alarm_05.mp3**   <audio controls="true" id="Alarm_05.mp3"></audio>
<br><br>
- **Alarm_12.mp3**   <audio controls="true" id="Alarm_12.mp3"></audio>
Lots of Complicated Existing Solutions
There are lots of complicated ways of achieving the goal:
I could add a <div>
with a class="centerAudioControl"
or something like that I guess. But, What is the easiest way considering there is already an ID?