<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mpd_imagelist img {
    display:none;
}
a.mpd_imagelist:hover img {
    display:inline-block;
    position:absolute;
    left:0;
    top: 2em;
    z-index: 5;
}
a.mpd_imagelist {
    position:relative;
    text-decoration:none;
}
#morepagedata textarea {
    height:5em;
    width:100%;
    margin-bottom:0;
} 
.mpd_configtable {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #999;
    padding: 0 6px 6px 6px;
    color:black;
}
#morepagedata hr {
	margin:8px 0;
}
.mpd_variable {
    word-break:break all;
    background:inherit;
    border:none;
    cursor:default;
    font-size:80%;
}
.mpd_variable:before {
    content:"$";
}
</pre></body></html>