
/*
p.indent
{
    margin-left: 3em;
}
*/

input
{
    display: block;
    width: 100%;
}


table.second
{
    margin-top: 24px;
}
table.arithmetic td.apple
{
    width: 32px;
    height: 32px;
}
table.arithmetic td.space
{
    width: 4px;
    height: 32px;
}
table.arithmetic td.operator
{
    font-size: 32px;
    text-align: center;
    vertical-align: middle; 
    width: 32px;
    height: 32px;
}
td.bordered
{
    border-style: double;
}
table.baskets td.apple
{
    width: 24px;
    height: 24px;
    text-align: center;
}
table.baskets td.small
{
    padding: 0 14px;
}
table.baskets td.space
{
    width: 24px;
    height: 24px;
}
table.multiplication
{
    border-collapse: collapse;
}
table.multiplication th
{
    text-align: right;
    padding-right: 10px;
}
table.multiplication td
{
    text-align: right;
    border: 1px solid black;
    width: 100px;
    padding-right: 10px;
}

table.logs td
{
    text-align: right;
}

