table.width( '100%' );
$container.height( Math.min( $container.height(), $head.offset().top - $container.offset().top + 10 ) );
$container.offset( { leftright: $( window ).width() - $container.outerWidth() } ); // Fix overlap
},
$link.after( $( '<a>' )
.text( '–' )
.css( { fontWeight: 'bold', marginLeftmarginright: '.7em' } )
.one( 'click', this.minimize )
);