/*
   styles04.css 

   Created for https://www.LostArtOfLogarithms.com/chapter04
*/   

table.tetradTable
{
    border: 1px solid black;
    border-collapse: collapse; 
}

table.tetradTable th
{
    text-align: center;
    border: 1px solid black;
    font-weight: bold;
    padding: 5px 5px;
}

table.tetradTable td
{
    text-align: center;
    border-right: 1px solid black;
    padding: 5px 5px;
    white-space: nowrap;
}

td.bottomCell
{
    border: 1px solid black;
}

td.finalValue
{
    font-size: 150%;
    font-weight: bold;
}
