﻿@media handheld {
.handheld { display: block; }
.nohh { display: none; }
#floatScroll { display: none; visibility: hidden; }
#fixed { position: relative; }
#content { left: 0; margin-left: 0; margin-top: 10px; }
* { position: relative; }
body { background: transparent; color: #000; width: 240px; }
img { max-width: 240px; }

div > ol { list-style-type: upper-alpha; }
ol ol { list-style-type: decimal; }
ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol { list-style-type: lower-roman; }

td+td::before, th+th::before { content: ","; }
tr::after { content: ". \a \a"; }
table { display: inline-table; width: 240px; }
tr { clear: both; display: block; width: 240px; }
td, th { display: inline; white-space: pre-wrap; }
tr>td[rowspan] { display: block; text-transform: uppercase; }

html::before { content: "medium=handheld"; }
}