<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*body { background-color:#ebeae8; color:#73abca; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin:0; padding:0; }
*/
input { background:#f3f7f8; color:#73abca; }
img { border:0; }
a, a:visited { color:#626262; text-decoration:none; }
a:hover { color:#818181; text-decoration:none; }

#content-seb { background-color:#ebeae8; margin:120px auto 0 auto; position:relative; width:525px; }
#form-seb { background: url(../img/input_bg.gif) no-repeat; margin:auto; position:relative; width:525px; height:75px; }
#counter-seb { color:#626262; width:510px; height:18px; text-align:right; }
#show_results-seb { width:525px; position:relative; margin:auto; }

/* search results */
#results { position:relative; margin:0px auto; padding:0; color:white;margin-top:-16px;}

/* search results top panel */
#results_top { background:url(../img/content_corners.gif) no-repeat top; height:25px; width:100%; padding:15px 0 0 17px; border:0px solid blue;}
#results_top p { background:url(../img/info.gif) no-repeat; margin:0; padding:8px 0 0 15px; width:99%; height:22px; }

/* search results bottom panel */
#results_bottom { background:url(../img/content_corners.gif) no-repeat bottom; width:100%; height:45px; padding:10px 0 0 18px; }
#results_bottom p { background:url(../img/info.gif) no-repeat; margin:0; padding:8px 0; width:490px; height:22px; text-align:center; color:#fd3551; font-weight:bold; }
#results_bottom a, #results_bottom a:visited { text-decoration:none; color:#73abca; display:inline-block; padding:3px; font-weight:normal; }
#results_bottom a:hover { color:#fd3551; }

.item { background:#FFFFFF; width:90%;max-width:500px;min-width:200px; float:left; margin:0 2px; padding:8px 0; border:1px solid #E6E6E6;border-radius:6px; color:black; }
.details { width:90%; float:left; padding:0 5px 0 10px; font-size:10px; }
.details img { margin:0 8px 0 2px; padding:3px; border:1px solid #e8eff1; }
.title, .title:visited { color:#fd3551; text-decoration:none; font-weight:bold; font-size:12px; }
.title:hover { color:#ca3169; }
.details p { padding:5px 0 0 0; margin:0; }

.details span { font-weight:bold; color:#ff0000; background-color:#ffff00; } /* highlight text */

.played { width:90px; float:right; padding:0 10px 0 5px; height:65px; text-align:center; }
.played span, #played span span { color:#fd3551; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-size:16px; font-weight:bold; margin:0; padding:0; }
.played p { margin:4px 0; padding:0; font-size:10px; }
.played p span { margin:0; padding:0; font-size:10px; color:#73abca; font-family:Verdana, Geneva, sans-serif; font-weight:normal; font-style:normal; }


</pre></body></html>