2013-06-26 13:43:15 +00:00
|
|
|
.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 {
|
2013-05-31 14:46:26 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-06-26 13:43:15 +00:00
|
|
|
.no_js {
|
2013-06-05 15:06:07 +00:00
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
2013-05-31 14:46:26 +00:00
|
|
|
/* the not selector doesn't work in IE <= 8 */
|
2013-06-12 18:05:30 +00:00
|
|
|
.active {
|
2013-06-24 17:53:28 +00:00
|
|
|
display: inherit !important;
|
2013-05-31 14:46:26 +00:00
|
|
|
}
|