<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.epoll_result {
  border: none;
  border-collapse: collapse;
}
table.epoll_result td {
  padding: 2px 5px;
  border: solid 1px #999999;
}
table.epoll_result tr.grouphead td {
  padding-left: 5px;
  color:#666666;
  font-size:12pt;
  font-weight: bold;
  padding-top:25px;
  border: none;
}
table.epoll_result tr.addtext td {
  padding-left: 5px;
  color:#666666;
  font-size:12px;
  border: none;
}
table.epoll_result td.groupitem{
  text-align: left;
}
table.epoll_result td.groupitem div
{border: solid 1px grey;
 white-space: pre;
 padding: 3px;
 margin: 3px
}
table.epoll_result td.groupitem span.text
{text-decoration: underline
}
table.epoll_result td.groupitem span.wording
{color: rgb(204, 0, 0)
}
table.epoll_result td.digit{
  text-align: center;
  vertical-align: middle;
}
table.epoll_result td.percent {
  text-align: right;
}
table.epoll_result td.empty {
  border: none;
}
table.epoll_result td.total {
  font-weight: bold;
  background-color: #FFCCCC;
}
table.epoll_result td.head {
  background-color: #EDECED;
  text-align: center;
}
.epoll_addtext {
  color: #666666;
  font-size: 90%;
}
input.epoll, textarea.epoll {
  border: solid 1px #999999;
  width: 100%;
}
select.epoll {
  border: solid 1px #999999;
}
div.question_required
{font-style: italic;
 color: rgb(51, 102, 51);
 margin: 1.3em 0
}
span.question_title
{font-weight: bold
}
div.question_title
{margin: 0.2em 0
}
div.group
{border-bottom: 1px solid #ccc;
 margin: 1.3em 0;
}
div.group_text
{margin: 1.3em 0
}
div.question_div
{margin: 1em 0
}
input.variant
{margin: 0 0.25em 0 0
}


.preview-brick {
    width: 120px;
    min-height: 170px;
    padding: 15px 20px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    color: #3b3b3b;
    text-align: center;
}

.preview-brick-image img {
    padding: 15px 0;
    border: none;
    outline: none;
}

.preview-brick-title a , .preview-smallbrick-text a {
    color: #0062b5;
    font-weight: bold;
}

.preview-brick-container, .expresspoll-container {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.preview-brick-container {
    width: 160px;
    height: 232px;
    float: right;
}

.preview-brick-description {
    margin: 10px 0;
}
</pre></body></html>