@media (max-width: 1000px)
{

h2
{
font-size:250%;
}

p
{
font-size:180%;
max-height: 999999px;
}

p.footer
{
font-size:150%;
}

table
{
font-size:180%;
}

table.cuts
{
font-size:100%;
}

button
{
font-size:100%;
}

input
{
font-size:100%;
}

input.radio
{
height: 30px;
width: 30px;
}

}

@media (min-width: 1001px)
{

h2
{
font-size:250%;
}

p
{
font-size:150%;
max-height: 999999px;
}

p.footer
{
font-size:100%;
}

table
{
font-size:150%;
}

table.cuts
{
font-size:100%;
}

button
{
font-size:70%;
}

input
{
font-size:70%;
}

}
