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

#logo {
  margin-top: 10px;
  padding-top: 1px;
  font-size: 14px;
  background: url('gfx/radko.png') top left no-repeat;
  padding-left: 32px;
  height: 22px;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-left: 10px;
  text-decoration: none;
}

#header{
  text-align: left;
  margin: 0;
  width: 100%;
  height: 45px;
  background: #c30 url('gfx/red_grad.png') repeat-x;
  overflow: hidden;
  border-bottom: 1px solid #832100;
}

#search-form {
  float: right;
  margin: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

h2 {
    font-size: 1.3em;
    margin: 10px;
}

/* Wrapper */

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 950px;
  background: #fff;
  min-height: 300px;

  overflow: hidden;
  padding-bottom: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}

#content {
  text-align: center;
}

ul.search-results {
  list-style: none;
  padding: 0;
  margin: 20px 150px 20px 150px;
  text-align: left;
}

form {
    margin-bottom: 20px;
}

form p {
    margin-top: 15px;
}

form select, form input {
    width: 320px;
}

form input[type="submit"],form #comment_score {
    width: auto;
    font-weight: bold;
    padding: 3px 10px;
}

#content table {
    margin: 15px auto;
    font-size: 1em;
}

#content table input, #content table select {
    width: 200px;
}

textarea {
    height: 150px;
    width: 450px;
}

#comment_description {
    text-align: left;
    width: 450px;
    margin: 0 auto;
}

#comment_description ul li {
    margin-left: 25px;
}

#presentation_video {
  float: left;
  width: 400px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 70px;
}

#presentation_scribd {
  float: left;
  width: 500px;
  margin-top: 25px;
}

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