[role="main"] .options
, [role="main"] ul.options
{
   margin-left: 0;
   margin-right: 0;
   width: 100%;
   max-width: inherit;
}

#data > .options > di > dd > ul
{
   list-style: none;
}

#data > .options > di
{
   min-height: 29em;
}

#data > .options > di > dd
, #data > .options > di > dd > ul
, #data > .options > di:nth-child(4)
{
   margin-left: 0;
}

#data > .options > di:nth-child(4)
, #data > .options > di:nth-child(4) ~ di:not(:last-child)
{
   min-height: 25em;
}

#data > .options > di:last-child
{
   min-height: 17em;
}

#data > .options > di > dt
{
   background-color: #e1f0f9;
   color: #114e76;
}