This is what I already have: ``` /* design of tabs */ notebook tab { padding-top:25px; padding-bottom:10px; padding-left: 35px; }
/* design of the active tab/tabs */ notebook tab:checked label { font-weight: bold; border-bottom: 5px solid black; } ```