/* убрать вот эти строки, и добавить в конец те что ниже вместе с заголовком */ .menu-checkboxes { display: block; } .settings-section { border: 1px solid #CCCCCC; margin: 10px; } /* Settings panel style * =============================== */ .settings-block { z-index: 99999; max-width: 400px; min-width: 400px; position: fixed; padding: 0px; } .settings-section { border: 1px solid #CCCCCC; margin: 10px; } .options-cell { padding: 5px; margin: 5px; } .menu-head { text-align: center; margin: 0px; font-weight: bold; } .stylesheet-list { list-style: inside none none; } .list-item-checked:before { content: "•"; position: absolute; } .set-style, .used-style { text-decoration: none; margin-left: 15px; } .menu-checkboxes { display: block; } .menu-group { display: table; text-align: center; font-size: small; margin: auto; } .group-cell { display: table-cell; padding: 0 15px; }