body { | |
padding-top: 16px; | |
} | |
main { | |
margin: auto; | |
max-width: 600px; | |
} | |
.featured-links { | |
position: absolute; | |
top: 8px; | |
right: 8px; | |
display: flex; | |
flex-direction: row; | |
} | |
.featured-links > * { | |
width: 24px; | |
margin-left: 8px; | |
} | |
.experiments-link { | |
cursor: pointer; | |
} | |
.option { | |
margin: 4px 0; | |
line-height: 1.8em; | |
} | |
.help { | |
cursor: help; | |
border-bottom: dashed 1px gray; | |
} | |
.experimental-label { | |
color: gray; | |
} | |
.actions { | |
text-align: center; | |
} | |
#profileindicatoralt_months { | |
width: 3em; | |
} | |
#save-indicator { | |
text-align: center; | |
margin-bottom: 16px; | |
color: green; | |
} | |
[hidden] { | |
display: none; | |
} |