1 #font-settings > section { 2 overflow: hidden; 3 } 4 5 #font-settings input[type="range"] { 6 width: 100%; 7 } 8 9 #minimum-font-sample { 10 height: 35px; 11 overflow: hidden; 12 width: 270px; 13 } 14 15 .font-input-div { 16 -webkit-margin-end: 3em; 17 width: 12em; 18 } 19 20 .font-input-div > div > select { 21 margin-bottom: 10px; 22 } 23 24 .font-input { 25 width: 100%; 26 } 27 28 .font-sample-div { 29 height: 70px; 30 overflow: hidden; 31 width: 270px; 32 } 33 34 .font-settings-huge { 35 float: right; 36 } 37