2013-05-31 14:46:26 +00:00
|
|
|
.buttons {
|
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
|
2013-06-05 15:06:07 +00:00
|
|
|
.instructions > div, .instructions h4 {
|
2013-05-31 14:46:26 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-06-05 15:06:07 +00:00
|
|
|
#kindle_div .no_js {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#kindle_div .yes_js {
|
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
|
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-05-31 14:46:26 +00:00
|
|
|
display: inherit;
|
|
|
|
}
|