/// complete and overwrite flex-table in chillmain.scss div.list-with-period, div.list-household-members, div.list-household-members--summary { .chill-entity__person { .chill-entity__person__first-name, .chill-entity__person__last-name { font-size: 1.3em; font-weight: 700; } } .chill_denomination { font-size: 1.3em; font-weight: 700; } div.person { ul.record_actions { li { margin-right: 0 !important; } } } div.comment { // for the comment for household-members } div.periods { div.header, div.list-content { width: calc(100% - 40px); margin-left: 40px; } div.header { position: relative; a.sc-button { position: absolute; width: 30px; height: 30px; top: 10px; left: -40px; padding: 0; i { padding: 5px; } } abbr.referrer { font-size: 70%; } span.user { margin-left: 1em; } } div.list-content { span.more { font-style: italic; } } } }