a.interwiki { background: transparent url(/vlhc/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/vlhc/lib/images/interwiki/wp.gif)}a.iw_wpde {  background-image: url(/vlhc/lib/images/interwiki/wpde.gif)}a.iw_wpmeta {  background-image: url(/vlhc/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/vlhc/lib/images/interwiki/doku.gif)}a.iw_sb {  background-image: url(/vlhc/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/vlhc/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/vlhc/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/vlhc/lib/images/interwiki/amazon.uk.gif)}a.iw_phpfn {  background-image: url(/vlhc/lib/images/interwiki/phpfn.gif)}a.iw_dokubug {  background-image: url(/vlhc/lib/images/interwiki/dokubug.gif)}a.iw_coral {  background-image: url(/vlhc/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/vlhc/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/vlhc/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/vlhc/lib/images/interwiki/wiki.gif)}a.mediafile { background: transparent url(/vlhc/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/vlhc/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/vlhc/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/vlhc/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/vlhc/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/vlhc/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/vlhc/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/vlhc/lib/images/fileicons/gz.png)}a.mf_bz2 {  background-image: url(/vlhc/lib/images/fileicons/bz2.png)}a.mf_zip {  background-image: url(/vlhc/lib/images/fileicons/zip.png)}a.mf_rar {  background-image: url(/vlhc/lib/images/fileicons/rar.png)}a.mf_pdf {  background-image: url(/vlhc/lib/images/fileicons/pdf.png)}a.mf_ps {  background-image: url(/vlhc/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/vlhc/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/vlhc/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/vlhc/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/vlhc/lib/images/fileicons/rtf.png)}a.mf_swf {  background-image: url(/vlhc/lib/images/fileicons/swf.png)}a.mf_rpm {  background-image: url(/vlhc/lib/images/fileicons/rpm.png)}a.mf_deb {  background-image: url(/vlhc/lib/images/fileicons/deb.png)}a.mf_sxw {  background-image: url(/vlhc/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/vlhc/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/vlhc/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/vlhc/lib/images/fileicons/sxd.png)}a.mf_odc {  background-image: url(/vlhc/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/vlhc/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/vlhc/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/vlhc/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/vlhc/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/vlhc/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/vlhc/lib/images/fileicons/odt.png)}/*
Makes the default template display much better with this plugin.
If using other templates, you may want to make your own adjustments.

This moves the section edit button down onto the same "line" as the header 
that it belongs to.

Note: Adding the 'body' selector makes these rules more specific, and so 
ensures that they will augment DokuWiki's 'secedit' css rules. You should 
be able to override this by adding the 'html' selector to the 'secedit' css 
rules in your template.
*/

body div.dokuwiki div.secedit {
  overflow: visible;
}

body div.dokuwiki div.secedit input.button {
  margin-top: 1.25em;
}

