2013-06-26 13:43:15 +00:00
|
|
|
.buttons, .yes_js, .other_instructions_paragraph {
|
2013-05-31 14:46:26 +00:00
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
|
2013-06-12 19:11:43 +00:00
|
|
|
.instructions > div:not(.active) {
|
2013-05-31 14:46:26 +00:00
|
|
|
display: none;
|
2013-06-05 15:06:07 +00:00
|
|
|
}
|
|
|
|
|
2013-06-26 13:43:15 +00:00
|
|
|
.no_js {
|
2013-06-05 15:06:07 +00:00
|
|
|
display: none !important;
|
2013-06-24 17:53:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.active {
|
|
|
|
display: inherit !important;
|
2013-05-31 14:46:26 +00:00
|
|
|
}
|