nav ~ section article:first-of-type table tbody tr td:nth-of-type(-n+2)
{
 width : 10vmin;
}

nav ~ section article:first-of-type table tbody tr td:last-of-type
{
 text-align : center;
}

nav ~ section article:first-of-type table tbody tr:last-of-type td:nth-of-type(n+2)
{
 text-align : center; 
 padding : 1vmin;
}

nav ~ section article:first-of-type table tbody tr td input[type=range]
{
 width : 98%;
}

nav ~ section article:first-of-type table tbody tr td:nth-of-type(2)
{
 text-align : right;
}

nav ~ section article:last-of-type
{
 opacity : 0;
 transition : opacity 5s 15s ease-out;
}
