Variable Style._align

class Style
{
  // ...
  ubyte _align = cast(ubyte)5u;
  // ...
}