/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
@font-face {
  font-family: 'eksi';
  src: url('../font/eksi.eot?13951772');
  src: url('../font/eksi.eot?13951772#iefix') format('embedded-opentype'), url('../font/eksi.woff2?13951772') format('woff2'), url('../font/eksi.woff?13951772') format('woff'), url('../font/eksi.ttf?13951772') format('truetype'), url('../font/eksi.svg?13951772#eksi') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-mail:before {
  content: '\e800';
}
/* '' */

.icon-mail-alt:before {
  content: '\e801';
}
/* '' */

.icon-user:before {
  content: '\e802';
}
/* '' */

.icon-plus-circled:before {
  content: '\e803';
}
/* '' */

.icon-minus-circled:before {
  content: '\e804';
}
/* '' */

.icon-cancel-circled:before {
  content: '\e805';
}
/* '' */

.icon-link-ext:before {
  content: '\e806';
}
/* '' */

.icon-cog:before {
  content: '\e807';
}
/* '' */

.icon-menu:before {
  content: '\e808';
}
/* '' */

.icon-lightbulb:before {
  content: '\e809';
}
/* '' */

.icon-twitter:before {
  content: '\e80a';
}
/* '' */

.icon-facebook:before {
  content: '\e80b';
}
/* '' */

.icon-award:before {
  content: '\e80c';
}
/* '' */

.icon-tint:before {
  content: '\e80d';
}
/* '' */

.icon-gplus:before {
  content: '\e80e';
}
/* '' */

.icon-google:before {
  content: '\e80f';
}
/* '' */

.icon-ok-circled:before {
  content: '\e810';
}
/* '' */

.icon-forward:before {
  content: '\e811';
}
/* '' */

.icon-down-dir:before {
  content: '\e812';
}
/* '' */

.icon-search:before {
  content: '\e813';
}
/* '' */

.icon-twitter:hover {
  color: #55acee !important;
}
.icon-facebook:hover {
  color: #3b5998 !important;
}
.icon-search:before {
  font-size: 1.1em;
}
.icon {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: 'eksi';
  speak: none;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  font-size: 140%;
}
.icon:hover {
  text-decoration: none !important;
}
/* Includes helpers from Twitter's Bootstrap */
.bulleted-list {
  list-style-type: none;
  text-indent: -8px;
  padding-left: 8px;
}
.bulleted-list li:before {
  content: "\00B7\00A0";
  color: #cecece;
}
.reset-bulleted-list {
  text-indent: 0;
  padding-left: 0;
}
.reset-bulleted-list li:before {
  content: "";
  color: #cecece;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flexbox;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
body {
  font-family: Verdana, sans-serif;
  font-size: 75%;
  font-weight: normal;
  color: #3c3c3c;
  line-height: 1.618;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Calibri, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  color: #3c3c3c;
  line-height: 1.618;
}
h1 {
  line-height: 1.2;
  font-size: 2.1em;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.7em;
  margin-bottom: 8px;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
small {
  font-size: .85em;
  color: #cecece;
}
.muted {
  color: #cecece;
}
@media handheld, only screen and (max-width: 850px) {
  html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in orientation change */
  
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4,
  h5,
  h6 {
    font-size: 1em;
  }
  body {
    font-size: .9em;
  }
}
html {
  overflow-y: scroll;
}
html > body > header {
  margin: 0 auto;
}
html > body > header #top-bar {
  overflow: visible;
  height: 65px;
  width: 1240px;
  margin: 0 auto;
}
html.no-touch a[href|="#"],
.anchor {
  padding-top: 65px;
  margin-top: -65px;
}
#index-section {
  width: 210px;
  z-index: 10;
  position: absolute;
}
html.no-touch #index-section {
  position: fixed;
  top: 75px;
  margin-bottom: 0;
  bottom: 0;
}
#container {
  width: 1240px;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
#container {
  padding-top: 10px;
  position: relative;
}
#main {
  margin-left: 210px;
}
#content:before,
#content:after {
  display: table;
  content: "";
}
#content:after {
  clear: both;
}
#content-body,
#aside {
  float: left;
}
#content-body {
  width: 695px;
  margin-left: 17.5px;
  margin-right: 17.5px;
  z-index: 20;
}
#aside {
  width: 300px;
}
#aside > div,
#aside > section {
  width: 300px;
  float: left;
  margin-right: 10px;
}
#aside > .ads {
  margin-top: 15px;
}
#content.wide #content-body {
  width: 100%;
  margin-right: 0;
}
#content.wide #aside {
  display: none;
}
#site-footer {
  margin-left: 17.5px;
}
html.no-touch > body {
  padding-top: 65px;
}
html.no-touch > body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
html.no-touch > body.mini {
  padding-top: 5px;
  width: 695px;
  margin: 10px;
}
html.no-touch > body.mini .error404 {
  text-align: center;
}
@media handheld, only screen and (max-width: 1265px) {
  #top-bar,
  #container {
    width: 1070px;
    max-width: 1070px;
  }
  #content-body {
    width: 550px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #index-section {
    width: 190px;
  }
  #main {
    margin-left: 190px;
  }
  #site-footer {
    margin-left: 15px;
  }
}
@media handheld, only screen and (max-width: 1090px) {
  #container {
    padding: 5px 5px 0 5px;
    width: 100%;
    max-width: 100%;
  }
  #top-bar {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #index-section {
    width: 190px;
  }
  #main {
    margin-left: 190px;
  }
  #content-body,
  #aside {
    width: auto;
    margin-left: 10px;
    margin-right: 0;
    float: none;
  }
  #site-footer {
    margin-left: 10px;
  }
}
@media handheld, only screen and (max-width: 850px) {
  html.no-touch body {
    padding-top: 70px;
  }
  html.no-touch body > header #top-bar {
    position: static;
    z-index: auto;
  }
  /* specific selector below is required for overriding other values */
  
  html > body > header > #top-bar {
    height: 70px;
  }
  #container {
    padding: 0;
  }
  #content-body,
  #aside {
    padding: 0 5px;
    float: none;
  }
  #top-bar,
  #container,
  #main,
  #index-section,
  #content-body,
  #aside {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #index-section {
    display: none;
    margin-bottom: 20px;
    width: 90%;
    top: 125px;
    left: 0;
  }
  #index-section.open {
    display: block;
  }
  html.no-touch #index-section {
    position: absolute;
    bottom: auto;
    top: 70px;
  }
  #site-footer {
    margin-left: 0;
  }
}
body {
  background-color: white;
}
a {
  color: #66a51d;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}
html.no-touch a:hover::before,
html.no-touch a:hover::after {
  text-decoration: none !important;
}
html.no-touch a:hover {
  text-decoration: underline;
}
#site-footer {
  font-size: .9em;
  border-top: 1px solid #b5b5b5;
  color: #cecece;
  padding-bottom: 10px;
}
#site-footer ul {
  margin: 0 auto;
  text-align: center;
}
#site-footer ul li {
  display: inline-block;
}
#site-footer ul li + li:before {
  content: "\00B7";
  color: #cecece;
  text-decoration: none;
  margin-left: 4px;
  margin-right: 8px;
}
section,
aside,
article,
ul,
ol,
nav,
blockquote {
  margin-bottom: 20px;
}
p {
  margin-bottom: 10px;
}
#contact-tips {
  margin-left: 20px;
}
time {
  font-size: .8em;
  color: #cecece;
}
mark {
  background-color: #ffff9e;
}
.blockdel,
del {
  background-color: #dbb5b5;
  text-decoration: none;
}
.blockins,
ins {
  background-color: #d5e4c3;
}
ins {
  text-decoration: none;
}
#login-options ul {
  list-style-type: none;
  text-indent: -8px;
  padding-left: 8px;
}
#login-options ul li:before {
  content: "\00B7\00A0";
  color: #cecece;
}
.popup {
  display: none;
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
}
.confirmbox {
  display: none;
  padding: 10px;
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
}
.confirmbox #confirmyes {
  margin-right: 5px;
}
.edittextbox.with-helpers {
  border-bottom: none;
}
#anon-editbox {
  color: #cecece;
  opacity: 0.5;
}
@media handheld, only screen and (max-width: 850px) {
  .edittextbox.with-helpers,
  #anon-editbox {
    height: 70px !important;
  }
}
.edittools {
  text-align: right;
  padding: 1px 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #b5b5b5;
}
.edittools button {
  font-size: 80%;
  padding: 0 5px;
  margin-left: 5px;
  height: 20px;
}
.modal-overlay {
  background-color: black;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.modal {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
  padding: 10px;
  max-width: 95%;
  z-index: 2001;
}
.modal .modal-close {
  padding: 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
.vote-modal {
  max-width: 300px;
  text-align: center;
}
.vote-modal > p {
  margin-top: 10px;
  margin-bottom: 1em;
  margin-left: 10px;
  text-align: left;
}
#user-notifications {
  position: fixed;
  right: 10px;
  top: 70px;
  width: 200px;
  z-index: 2001;
}
#user-notifications ul {
  margin: 0;
}
#user-notifications ul li {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  padding: 10px 25px 10px 10px;
  position: relative;
}
#user-notifications ul li + li {
  margin-top: 10px;
}
#user-notifications ul li .close {
  padding: 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
#user-notifications ul li.success {
  border-left: 10px solid #51a351;
}
#user-notifications ul li.error {
  border-left: 10px solid #bd362f;
}
#user-notifications ul li.warning {
  border-left: 10px solid #f89406;
}
.sub-title-menu {
  margin-top: -10px;
  margin-bottom: 10px;
}
.sub-title-menu > a,
.sub-title-menu > div > a,
.sub-title-menu > div > .dropdown > a {
  font-size: .9em;
  color: #cecece;
}
.sub-title-menu > div,
.sub-title-menu > a {
  display: inline-block;
  margin-right: 10px;
}
@media handheld, only screen and (max-width: 480px) {
  #user-notifications {
    width: auto;
    top: 5%;
    left: 5%;
    right: 5%;
  }
}
#facebook-likebox {
  max-width: 100%;
  overflow: hidden;
}
.schedule-table .date-column {
  color: #cecece;
}
.schedule-table .date-column .on-air {
  color: #51a351;
  font-weight: bold;
}
.schedule-table .date-column time {
  font-size: 1em;
}
.schedule-selector-form input[type=date] {
  display: inline-block;
  width: auto;
}
span.success {
  color: #51a351;
}
span.error {
  color: #bd362f;
}
span.warning {
  color: #f89406;
}
.tweet-list-container {
  text-transform: lowercase;
}
.tweet-list-container h2 a,
.tweet-list-container h3 a {
  line-height: .7;
  padding-left: 18px;
}
.tweet-list-container li {
  padding: 3px 0;
}
.tweet-list-container li:before,
.tweet-list-container li:after {
  display: table;
  content: "";
}
.tweet-list-container li:after {
  clear: both;
}
.tweet-list-container li + li {
  border-top: 1px solid #b5b5b5;
}
.tweet-list-container .tweet-content {
  line-height: 1.4;
  font-size: .9em;
}
.tweet-list-container time {
  float: right;
  font-size: .75em;
}
dl {
  width: 100%;
}
dl:before,
dl:after {
  display: table;
  content: "";
}
dl:after {
  clear: both;
}
dt,
dd {
  float: left;
}
dt {
  font-weight: bold;
  clear: left;
  width: 20%;
}
dd {
  width: 80%;
}
#user-diagnostics-table .mail-history {
  display: none;
}
#user-diagnostics-table .mail-history.open {
  display: block;
}
.twitter-info-card {
  margin-bottom: 20px;
}
#channel-keywords-table,
#topic-filter-keywords-table .command {
  text-align: right;
}
fieldset.theme-form-fields {
  margin-bottom: 10px;
}
div.color-input-container {
  width: 45%;
  display: inline-block;
  white-space: nowrap;
}
label.color {
  width: initial;
  float: initial;
  display: inline-block;
}
#ad-theme-topics-table input[name=code] {
  max-width: initial;
  width: 100%;
}
.field-validation-error {
  color: #bd362f;
}
.validation-summary-errors li {
  padding-left: 20px;
  background-image: url(../img/ampul.png);
  background-repeat: no-repeat;
}
.gender-select-list {
  width: 100px;
}
#eula-accept-checkbox {
  font-size: larger;
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  padding: initial;
}
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
  padding-top: 10px;
}
fieldset legend {
  color: #3c3c3c;
  display: block;
  font-size: 1.3em;
  line-height: 1.5em;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
}
input,
select,
textarea {
  color: black;
  background-color: white;
  font-family: Verdana, sans-serif;
}
form > div,
form > fieldset > div {
  margin-bottom: 10px;
}
form > div:before,
form > fieldset > div:before,
form > div:after,
form > fieldset > div:after {
  display: table;
  content: "";
}
form > div:after,
form > fieldset > div:after {
  clear: both;
}
form > div > label,
form > fieldset > div > label {
  float: left;
  margin-right: 2%;
  text-align: right;
  width: 25%;
  height: 25px;
  line-height: 25px;
}
form > div.inline > .field-validation-error,
form > fieldset > div.inline > .field-validation-error,
form > div.inline > .field-validation,
form > fieldset > div.inline > .field-validation {
  display: block;
  margin-left: 25%;
  padding-left: 2%;
}
form div.actions {
  margin-left: 25%;
  padding-left: 2%;
}
form textarea {
  width: 100%;
}
form label + textarea {
  width: 73%;
}
form .checkbox,
fieldset .checkbox,
form .radio,
fieldset .radio {
  float: none;
  display: block;
  width: auto;
  margin-left: 25%;
  padding-left: 2%;
  line-height: 25px;
  text-align: left;
}
.vertical > div,
.vertical > fieldset > div {
  width: 100%;
}
.vertical > div > label,
.vertical > fieldset > div > label {
  display: block;
  float: none;
  margin-right: 0;
  padding-left: 0;
  text-align: left;
  width: 100%;
  height: auto;
}
.vertical > div .field-validation-error,
.vertical > fieldset > div .field-validation-error,
.vertical > div .field-validation,
.vertical > fieldset > div .field-validation {
  margin-left: 0;
  padding-left: 0;
}
.vertical div.actions {
  margin-left: 0;
  padding-left: 0;
}
.vertical .checkbox,
.vertical .radio {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
.vertical textarea,
.vertical label + textarea {
  width: 100%;
}
.inline input,
.inline button {
  display: inline;
}
fieldset.inline input[type=text],
form.inline input[type=text],
fieldset.inline input[type=email],
form.inline input[type=email],
fieldset.inline input[type=search],
form.inline input[type=search],
fieldset.inline input[type=password],
form.inline input[type=password] {
  width: 140px;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=url],
textarea,
select {
  display: inline-block;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=time],
input[type=password],
select,
textarea {
  padding: 2px 4px;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type=text],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=password],
select {
  height: 25px;
  width: 280px;
  max-width: 73%;
}
span.daterange {
  display: inline-block;
  width: 284px;
  max-width: 73%;
}
span.daterange input[type=datetime],
span.daterange input[type=date] {
  float: left;
  width: 49%;
}
span.daterange input[type=datetime]:first-child,
span.daterange input[type=date]:first-child {
  margin-right: 2%;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  float: left;
  margin-top: 6px;
  margin-right: 4px;
  padding: 0;
}
textarea {
  width: 100%;
  height: auto;
  display: block;
}
select,
input[type=file] {
  padding: 3.571428571px;
  height: 25px;
  line-height: 25px;
}
select[multiple],
select[size] {
  height: auto;
}
button,
input[type=submit],
input[type=button] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -ms-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(top, white, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d9d9d9;
  background-color: white;
  color: #3c3c3c;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  width: auto;
  height: 25px;
  padding: 2px 10px;
}
button[disabled],
input[type=submit][disabled],
input[type=button][disabled] {
  cursor: default;
  color: #cecece;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
button:not([disabled]):active,
input[type=submit]:not([disabled]):active,
input[type=button]:not([disabled]):active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}
button.primary,
input[type=submit].primary,
input[type=button].primary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #a7c84d;
  background-image: -moz-linear-gradient(top, #b0cf5b, #9abf38);
  background-image: -ms-linear-gradient(top, #b0cf5b, #9abf38);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b0cf5b), to(#9abf38));
  background-image: -webkit-linear-gradient(top, #b0cf5b, #9abf38);
  background-image: -o-linear-gradient(top, #b0cf5b, #9abf38);
  background-image: linear-gradient(top, #b0cf5b, #9abf38);
  background-repeat: repeat-x;
  border: 1px solid #7a972c;
  background-color: #a6c947;
  color: black;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  width: auto;
  height: 25px;
  padding: 2px 10px;
}
button.primary[disabled],
input[type=submit].primary[disabled],
input[type=button].primary[disabled] {
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
}
button.warning,
input[type=submit].warning,
input[type=button].warning {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #ef9514;
  background-image: -moz-linear-gradient(top, #fa9f1e, #df8505);
  background-image: -ms-linear-gradient(top, #fa9f1e, #df8505);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa9f1e), to(#df8505));
  background-image: -webkit-linear-gradient(top, #fa9f1e, #df8505);
  background-image: -o-linear-gradient(top, #fa9f1e, #df8505);
  background-image: linear-gradient(top, #fa9f1e, #df8505);
  background-repeat: repeat-x;
  border: 1px solid #ad6704;
  background-color: #f89406;
  color: white;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  width: auto;
  height: 25px;
  padding: 2px 10px;
}
button.danger,
input[type=submit].danger,
input[type=button].danger {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #bf3932;
  background-image: -moz-linear-gradient(top, #ce3f38, #a9302a);
  background-image: -ms-linear-gradient(top, #ce3f38, #a9302a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ce3f38), to(#a9302a));
  background-image: -webkit-linear-gradient(top, #ce3f38, #a9302a);
  background-image: -o-linear-gradient(top, #ce3f38, #a9302a);
  background-image: linear-gradient(top, #ce3f38, #a9302a);
  background-repeat: repeat-x;
  border: 1px solid #802420;
  background-color: #bd362f;
  color: white;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  width: auto;
  height: 25px;
  padding: 2px 10px;
}
input[type=text],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=time],
input[type=password],
textarea,
button,
input[type=submit],
input[type=button] {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666666;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=password]:focus,
textarea:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
@media handheld, only screen and (max-width: 320px) {
  form {
    width: 100%;
  }
  form > div,
  form > fieldset > div {
    width: 100%;
  }
  form > div > label,
  form > fieldset > div > label {
    display: block;
    float: none;
    margin-right: 0;
    padding-left: 0;
    text-align: left;
    width: 100%;
    height: auto;
  }
  form > div .field-validation-error,
  form > fieldset > div .field-validation-error,
  form > div .field-validation,
  form > fieldset > div .field-validation {
    margin-left: 0;
    padding-left: 0;
  }
  form div.actions {
    margin-left: 0;
    padding-left: 0;
  }
  form .checkbox,
  form .radio {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  form textarea,
  form label + textarea {
    width: 100%;
  }
  input[type=text],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url] select,
  span.daterange {
    width: 100%;
  }
}
.editform .vertical > div > .checkbox {
  display: inline-block;
  width: 200px;
}
.birthdate-day {
  width: 62px;
}
.birthdate-month {
  width: 120px;
}
.birthdate-year {
  width: 90px;
}
@media handheld, only screen and (max-width: 480px) {
  input[type=text],
  input[type=email],
  input[type=search],
  input[type=url],
  input[type=datetime],
  input[type=date],
  input[type=password],
  select {
    width: 244px;
  }
  .birthdate-day {
    width: 50px;
  }
  .birthdate-month {
    width: 108px;
  }
  .birthdate-year {
    width: 78px;
  }
}
table {
  width: 100% !important;
  overflow-x: auto;
  padding: 0;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-collapse: separate;
  margin-bottom: 20px;
}
table caption,
table th,
table td {
  padding: 8px;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: bold;
}
table.striped tbody tr:nth-child(odd) td,
table.striped tbody tr:nth-child(odd) th {
  background-color: #e1e1e1;
}
.pager {
  margin-bottom: 10px;
  text-align: right;
  height: 22px;
  position: relative;
  color: #cecece;
  font-size: 10px;
}
.pager > a {
  display: inline-block;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
  border: 1px solid #b5b5b5;
}
.pager select {
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 50px;
  width: auto;
  max-width: 65px;
  padding: 3.142857143px;
  cursor: pointer;
  vertical-align: top;
}
html.no-touch .pager > a:hover {
  text-decoration: none;
  background-color: #e1e1e1;
}
.pager.android > a {
  height: 28px;
  line-height: 28px;
}
.pager.android select {
  height: 28px;
  line-height: 28px;
}
#top-bar .dropdown-toggle:after {
  content: '\2193';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #eeeeee;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: 3px;
}
#top-bar .dropdown-toggle:hover:after {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-toggle {
  cursor: pointer;
}
.dropdown .dropdown-toggle:after {
  content: '\2193';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cecece;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: 3px;
}
.dropdown .dropdown-toggle:hover:after {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dropdown .dropdown-menu {
  display: none;
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
  top: 100%;
  left: 0;
  float: left;
  min-width: 150px;
}
.dropdown .dropdown-menu.open {
  display: block;
}
.dropdown .dropdown-menu.right {
  left: auto;
  right: 0;
}
.dropdown .dropdown-menu li {
  display: block;
  line-height: 2.5;
}
.dropdown .dropdown-menu li.separated {
  border-top: 1px solid #b5b5b5;
}
.dropdown .dropdown-menu li > a {
  display: block;
  width: 100%;
  line-height: 2.5;
  padding: 0 8px;
}
html.no-touch .dropdown .dropdown-menu li:hover {
  background-color: #e1e1e1;
}
html.no-touch .dropdown .dropdown-menu li > a:hover {
  text-decoration: none;
}
.tabs {
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 4px;
}
.tabs > li {
  display: inline-block;
  margin-bottom: -1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a {
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
}
.tabs > li > a:hover {
  text-decoration: none;
}
.tabs > li:hover {
  background-color: #e1e1e1;
}
.tabs > li.active {
  border: 1px solid #b5b5b5;
  border-bottom-color: white;
}
.tabs > li.active:hover {
  background-color: white;
}
.tabs > li.active > a {
  color: #3c3c3c;
}
.tabs.slim > li > a {
  padding: 3px 5px;
  font-size: .9em;
}
.pills > li {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b5b5b5;
}
.pills > li > a {
  padding: 6px 10px;
  cursor: pointer;
  display: inline-block;
}
.pills > li > a:hover {
  text-decoration: none;
}
.pills > li:hover {
  background-color: #b5b5b5;
  text-decoration: none;
}
.pills > li.active {
  background-color: #a6c947;
  border-color: #a6c947;
}
.pills > li.active > a {
  color: black;
}
.pills.slim > li > a {
  padding: 3px 5px;
  font-size: .9em;
}
.pills.muted > li > a {
  color: #cecece;
}
.pills.muted > li.active > a {
  color: black;
}
.favicon {
  background: url('../img/favicon/favicon-sprites-v5.png') no-repeat top left;
  vertical-align: middle;
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
}
.favicon-facebook {
  background-position: 0 0;
}
.favicon-favorite11-grey {
  background-position: 0 -64px;
}
.favicon-favorite11 {
  background-position: 0 -125px;
}
.favicon-google {
  background-position: 0 -188px;
}
.favicon-googleplus {
  background-position: 0 -254px;
}
.favicon-imdb {
  background-position: 0 -320px;
}
.favicon-mobygames {
  background-position: 0 -385px;
}
.favicon-nisanyan {
  background-position: 0 -451px;
}
.favicon-tdk {
  background-position: 0 -517px;
}
.favicon-tureng {
  background-position: 0 -583px;
}
.favicon-twitter {
  background-position: 0 -649px;
}
.favicon-wikipedia {
  background-position: 0 -715px;
}
.favicon-youtube {
  background-position: 0 -781px;
}
.profiler-results {
  margin-top: 65px;
}
.profiler-button {
  opacity: 0.6;
}
body > header {
  background-color: #333333;
  min-width: 300px;
}
body > header:before,
body > header:after {
  display: table;
  content: "";
}
body > header:after {
  clear: both;
}
#advanced-search-form .close {
  display: none;
}
#top-bar {
  position: relative;
}
#top-bar input,
#top-bar select {
  color: black;
  background-color: white;
}
#top-bar input[type=submit].primary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #f5c10f;
  background-image: -moz-linear-gradient(top, #ffcc1a, #e6b200);
  background-image: -ms-linear-gradient(top, #ffcc1a, #e6b200);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc1a), to(#e6b200));
  background-image: -webkit-linear-gradient(top, #ffcc1a, #e6b200);
  background-image: -o-linear-gradient(top, #ffcc1a, #e6b200);
  background-image: linear-gradient(top, #ffcc1a, #e6b200);
  background-repeat: repeat-x;
  border: 1px solid #b38b00;
  background-color: #ffc600;
  color: black;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  width: auto;
  height: 25px;
  padding: 2px 10px;
}
#top-bar input[type=submit].primary:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
#top-bar > #advanced-search-form {
  padding: 10px;
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
  width: 415px;
  display: none;
  left: 227.5px;
  top: 40px;
}
#top-bar > #advanced-search-form.open {
  display: block;
}
#top-bar > #advanced-search-form .close {
  display: inline-block;
  margin-left: 5px;
}
#logo,
#search-form,
#top-navigation {
  height: 40px;
}
#logo {
  margin: 0;
  display: inline-block;
  float: left;
  width: 210px;
}
#logo a {
  display: block;
  margin: 0;
  padding: 0;
  background-image: url('../img/logov2.png');
  height: 40px;
  line-height: 40px;
  background-position: 1px 0;
  background-size: 129px 40px;
  background-repeat: no-repeat;
  text-indent: -119988px;
}
#search-form {
  display: inline-block;
  float: left;
  margin: 7.5px 0 0 17.5px;
  height: 25px;
  line-height: 25px;
}
#search-form #search-textbox {
  width: 300px;
  float: left;
}
#search-form input[type=submit] {
  margin-left: 5px;
}
#a3-toggle {
  color: #eeeeee;
  display: inline-block;
  padding: 0 10px;
}
#a3-toggle:after {
  content: '\2193';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #eeeeee;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: 3px;
}
#a3-toggle:hover:after {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#top-navigation,
#sub-navigation {
  margin: 0;
}
#top-navigation > ul,
#sub-navigation > ul {
  margin: 0;
}
#top-navigation > ul > li,
#sub-navigation > ul > li {
  margin: 0;
  display: inline-block;
}
#top-navigation > ul > li > a,
#sub-navigation > ul > li > a {
  display: inline-block;
  padding: 0 10px;
}
#top-navigation > ul .new-update,
#sub-navigation > ul .new-update {
  background-color: #3da724;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #3da724;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #3da724;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #3da724;
}
#sub-navigation {
  clear: both;
  display: block;
  width: 100%;
}
#top-navigation {
  float: right;
  display: inline-block;
}
#top-navigation > ul {
  height: 40px;
  line-height: 40px;
}
#top-navigation > ul > li > a {
  color: #eeeeee;
}
#top-navigation > ul > li.more {
  font-weight: bold;
}
#top-navigation > ul > li.mobile-only {
  display: none;
}
html.no-touch #sub-navigation > ul > li > a:hover {
  text-decoration: none;
  color: white;
}
#sub-navigation {
  background-color: #333333;
  font-size: .9em;
}
#sub-navigation > ul {
  height: 25px;
  line-height: 25px;
}
#sub-navigation > ul > li.mobile-only {
  display: none;
}
#sub-navigation > ul > li > a {
  padding: 0 8px;
  color: #d4d4d4;
}
#sub-navigation #quick-index-nav {
  margin-left: -6px;
  display: inline-block;
}
#sub-navigation #main-index-nav {
  float: right;
}
@media handheld, only screen and (max-width: 1265px) {
  #logo {
    width: 190px;
  }
  #search-form {
    margin-left: 15px;
  }
  #top-bar > #advanced-search-form {
    left: 205px;
  }
}
@media handheld, only screen and (max-width: 1090px) {
  #logo {
    width: 190px;
  }
  #search-form {
    margin-left: 10px;
  }
}
@media handheld, only screen and (max-width: 800px) {
  #search-textbox {
    width: 220px;
  }
}
@media handheld, only screen and (max-width: 850px) {
  #top-bar {
    white-space: nowrap;
  }
  #top-bar > #advanced-search-form {
    left: 163px;
    width: 58%;
    max-width: 405px;
  }
  #top-bar > #advanced-search-form > div,
  #top-bar > #advanced-search-form > fieldset > div {
    width: 100%;
  }
  #top-bar > #advanced-search-form > div > label,
  #top-bar > #advanced-search-form > fieldset > div > label {
    display: block;
    float: none;
    margin-right: 0;
    padding-left: 0;
    text-align: left;
    width: 100%;
    height: auto;
  }
  #top-bar > #advanced-search-form > div .field-validation-error,
  #top-bar > #advanced-search-form > fieldset > div .field-validation-error,
  #top-bar > #advanced-search-form > div .field-validation,
  #top-bar > #advanced-search-form > fieldset > div .field-validation {
    margin-left: 0;
    padding-left: 0;
  }
  #top-bar > #advanced-search-form div.actions {
    margin-left: 0;
    padding-left: 0;
  }
  #top-bar > #advanced-search-form .checkbox,
  #top-bar > #advanced-search-form .radio {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  #top-bar > #advanced-search-form textarea,
  #top-bar > #advanced-search-form label + textarea {
    width: 100%;
  }
  #top-bar > #advanced-search-form input[type=text],
  #top-bar > #advanced-search-form select,
  #top-bar > #advanced-search-form span.daterange {
    width: 100%;
    max-width: 100%;
  }
  #top-bar > #advanced-search-form input[type=date] {
    display: inline-block;
    width: 49%;
  }
  #logo {
    width: 150px;
    padding: 0;
  }
  #search-form {
    float: none;
    clear: left;
    width: 65%;
    margin-bottom: 8px;
  }
  #search-form #search-textbox {
    width: 60%;
  }
  #search-form input[type=submit] {
    width: 10%;
    min-width: 50px;
    max-width: 65px;
  }
  #search-form #a3-toggle {
    display: none;
    margin: 0;
    display: inline-block;
    width: 20%;
    text-align: center;
  }
  #a3-toggle,
  #top-navigation > ul > li > a,
  #sub-navigation > ul > li > a {
    padding: 0 7px;
  }
  #top-navigation > ul > li.more a {
    padding: 0 10px;
  }
  #top-navigation {
    float: none;
    display: table;
    width: 100%;
    height: 30px;
  }
  #top-navigation > ul {
    display: table-row;
    height: 30px;
    line-height: 30px;
  }
  #top-navigation > ul > li {
    display: table-cell;
  }
  #top-navigation > ul > li.mobile-only {
    display: table-cell;
  }
  #top-navigation > ul > li.index-toggle a {
    padding-right: 9px;
  }
  #top-navigation > ul > li.index-toggle a:after {
    content: '\2193';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -99999px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #eeeeee;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    margin-left: 3px;
  }
  #top-navigation > ul > li.index-toggle a:hover:after {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  #top-navigation > ul > li > a {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #top-navigation > ul > li#options-dropdown {
    display: none;
  }
  #top-navigation.open {
    display: block;
  }
  #top-navigation.loggedin > ul > li {
    width: 16%;
  }
  #sub-navigation {
    height: auto;
    margin: 0;
    display: none;
    width: 150px;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    font-size: 1em;
    background-color: white;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
    right: 0;
    top: 70px;
  }
  #sub-navigation #quick-index-nav {
    display: none;
  }
  #sub-navigation #main-index-nav {
    font: 1em Verdana, sans-serif;
    float: none;
  }
  #sub-navigation #main-index-nav a {
    color: #66a51d;
  }
  #sub-navigation > ul {
    height: auto;
    float: none;
  }
  #sub-navigation > ul:before,
  #sub-navigation > ul:after {
    display: table;
    content: "";
  }
  #sub-navigation > ul:after {
    clear: both;
  }
  #sub-navigation > ul > li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    border: none;
    border-bottom: 1px solid #b5b5b5;
    line-height: 30px;
  }
  #sub-navigation > ul > li:last-of-type {
    border: none;
  }
  #sub-navigation > ul > li.mobile-only {
    display: block;
  }
  #sub-navigation > ul > li.popular {
    display: none;
  }
  #sub-navigation > ul > li > a {
    width: 100%;
    padding-left: 10px;
    display: block;
  }
  #sub-navigation.loggedin > ul > li.popular {
    display: block;
  }
  #sub-navigation.open {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #logo a {
    background-image: url('../img/logov4.png');
  }
}
@media handheld, only screen and (max-width: 480px) {
  #top-bar > #advanced-search-form {
    left: 10%;
    width: 80%;
    right: 10%;
  }
  #logo {
    width: 12%;
    padding: 0;
  }
  #logo a {
    width: auto;
    background-size: 20px 20px;
    background-image: url('../img/ilogo_small.png');
    background-position: center;
  }
  #search-form {
    width: 82%;
  }
}
@media handheld, only screen and (max-width: 320px) {
  #search-form #search-textbox {
    width: 74%;
  }
  #search-form #a3-toggle {
    width: 24%;
  }
  #search-form input[type=submit] {
    display: none;
  }
}
html.no-touch #partial-index {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding-right: 3px;
}
#partial-index h2 {
  line-height: 1.2;
}
#partial-index h2 .loader-tick {
  margin-left: 5px;
}
html.no-touch #partial-index::-webkit-scrollbar {
  width: 8px;
}
html.no-touch #partial-index::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html.no-touch #partial-index::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
html.no-touch #partial-index::-webkit-scrollbar-corner {
  background-color: transparent;
}
.topic-list-description.partial {
  font-size: .9em;
}
.more-data {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #b5b5b5;
  text-align: center;
}
.more-data small {
  margin-left: 5px;
}
.more-data small:before {
  content: '\0028';
}
.more-data small:after {
  content: '\0029';
}
.more-data .rotator {
  display: inline-block;
}
.quick-index-continue-link-container {
  margin-bottom: 10px;
  text-align: right;
}
.quick-index-continue-link-container > a {
  margin-left: 5px;
}
html.no-touch a.more-data:hover {
  text-decoration: none;
  background-color: #e1e1e1;
}
@media handheld, only screen and (max-width: 850px) {
  #container {
    position: static;
  }
  #index-section {
    padding: 0 5px;
    background-color: white;
    border: 1px solid #b5b5b5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 1000;
    margin-top: -1px;
  }
  #index-section .more-data {
    margin-bottom: 0;
    padding: 10px;
  }
  html.no-touch #partial-index {
    position: initial;
    padding: 0;
    position: static;
  }
  .topic-list-description.partial {
    padding: 5px;
  }
}
.share-dialog,
.entry-menu-form {
  width: 300px;
}
.share-dialog .summary,
.entry-menu-form .summary {
  font-size: .9em;
  word-wrap: break-word;
  color: #cecece;
}
.suggested-title {
  font-size: 1.3em;
}
.share-dialog {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
  top: 17px;
  left: 0px;
  padding: 10px;
  display: none;
}
.share-dialog h2 {
  margin-right: 15px;
}
.share-dialog.open {
  display: block;
}
.share-dialog h2 {
  line-height: 1;
}
.share-dialog input[type=text] {
  width: 100%;
  max-width: 100%;
}
.share-dialog p,
.share-dialog div {
  font-size: .9em;
  margin-bottom: 10px;
}
.share-dialog .close {
  font-size: 1em;
  padding: 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
.share-links {
  margin: 0;
}
.share-links li > a {
  padding-left: 20px;
}
.entry-menu-form {
  max-width: 90%;
}
.entry-menu-form select,
.entry-menu-form input[type=text] {
  width: 100%;
  max-width: 100%;
}
.entry-menu-form .summary {
  margin: 0;
}
.showall {
  margin-bottom: 20px;
}
#topic > h1 {
  word-break: break-word;
}
.ampul-info {
  background-image: url(../img/ampul.png);
  background-repeat: no-repeat;
  padding-left: 25px;
}
#move-entries-button-container {
  text-align: center;
  margin-bottom: 20px;
}
#in-topic-search-toggle:after,
#toggle-topic-history:after {
  content: '\2193';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cecece;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: 3px;
}
#in-topic-search-toggle:hover:after,
#toggle-topic-history:hover:after {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#title-move-logs {
  font-size: .9em;
}
#title-move-logs li {
  margin-bottom: 10px;
}
#title-move-logs .info {
  text-align: right;
}
#in-topic-search-options {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
  display: none;
  width: 300px;
  max-width: 90%;
}
#in-topic-search-options.open {
  display: block;
}
#in-topic-search-options > li {
  display: block;
}
#in-topic-search-options > li > a {
  display: block;
  padding: 4px 8px;
}
#in-topic-search-options form {
  padding: 0 6px 10px 6px;
}
#in-topic-search-options input[type=text] {
  width: 83%;
  max-width: 100%;
  float: left;
}
#in-topic-search-options button {
  width: 16%;
  float: right;
}
html.no-touch #in-topic-search-options > li:hover {
  background-color: #e1e1e1;
}
html.no-touch #in-topic-search-options > li > a:hover {
  text-decoration: none;
}
.sub-title-menu #topic-share-menu {
  position: relative;
}
.sub-title-menu #topic-share-menu > .toggles:after,
.sub-title-menu #topic-research-menu .toggles:after,
.sub-title-menu #in-topic-search-menu > .toggles:after {
  content: '\2193';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cecece;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: 3px;
}
.sub-title-menu #topic-share-menu > .toggles:hover:after,
.sub-title-menu #topic-research-menu .toggles:hover:after,
.sub-title-menu #in-topic-search-menu > .toggles:hover:after {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sub-title-menu #topic-research-menu .favicon {
  margin-right: 8px;
}
.url:after {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-family: 'eksi';
  speak: none;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  padding-left: 2px;
  content: '\e806';
}
#channel-suggestions-list {
  font-size: .9em;
}
#channel-suggestions-list li {
  margin-bottom: 10px;
}
#channel-suggestions-list .suggestion-value {
  color: #cecece;
  margin-right: 3px;
  font-size: smaller;
}
#topic-channel-suggestions-toggle {
  font-size: .6em;
}
#topic-channel-info {
  position: relative;
}
#topic-channel-info #topic-channels {
  margin-bottom: 10px;
}
#topic-channel-info #topic-channels li {
  display: inline-block;
}
#topic-channel-info #topic-channels li.channel > a {
  display: inline-block;
  padding: 0px 5px;
  color: #333333;
  background-color: #bbdd66;
  border: 1px solid #b5da59;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#topic-channel-info #topic-channels li.channel > a:hover {
  text-decoration: none;
}
#topic-channel-info #topic-channel-suggestion-menu {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
  padding: 5px;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
#topic-channel-info #topic-channel-suggestion-menu.open {
  display: block;
}
#topic-channel-info #topic-channel-options {
  margin-bottom: 10px;
}
#topic-channel-info #topic-channel-options > li {
  margin-bottom: 5px;
}
#topic-channel-info #topic-channel-options > li > span {
  display: inline-block;
}
#topic-channel-info #topic-channel-options > li > span.name {
  width: 120px;
}
#topic-channel-info #topic-channel-options > li > span.name > a {
  display: inline-block;
  padding: 0px 5px;
  color: #333333;
  background-color: #bbdd66;
  border: 1px solid #b5da59;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#topic-channel-info #topic-channel-options > li > span.name > a:hover {
  text-decoration: none;
}
#topic-channel-info #topic-channel-options > li > span.command > a {
  display: inline-block;
}
#topic-channel-info #topic-channel-options > li > span.command > a.selected:before {
  content: '\2714';
  font-weight: bold;
}
#topic-channel-info #topic-channel-options > li > span.command + span.command {
  margin-left: 10px;
}
#entry-list {
  list-style: none;
  margin-top: 30px;
  word-wrap: break-word;
}
#entry-list .content {
  margin-bottom: 5px;
}
#entry-list > li {
  position: relative;
}
#entry-list > li:not(:first-child) {
  margin-top: 50px;
}
#entry-list > li:before {
  font-size: .8em;
  position: absolute;
  content: attr(value);
  top: -2em;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #b5b5b5;
  color: #cecece;
}
#entry-list .hidden,
#entry-list .deleted {
  background-color: #e1e1e1;
  padding: 5px;
  font-style: italic;
}
#entry-list .hidden:before,
#entry-list .deleted:before {
  border-bottom: none;
}
#entry-list .hidden.no-seq:not(:first-child),
#entry-list .deleted.no-seq:not(:first-child) {
  margin-top: 20px;
}
#entry-list .deleted .report-link,
#entry-list .deleted .rate-options,
#entry-list .deleted .move-link {
  display: none;
}
#entry-list .no-seq:before {
  content: '\00a0';
}
#entry-list article {
  margin: 0;
}
#entry-list article .to-be-moved-checkbox {
  display: block;
  color: #cecece;
  position: absolute;
  top: -1.9em;
  right: 0;
  height: 25px;
  line-height: 25px;
}
#entry-list article .to-be-moved-checkbox input[type=checkbox] {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
#entry-list footer {
  color: #cecece;
}
#entry-list footer:before,
#entry-list footer:after {
  display: table;
  content: "";
}
#entry-list footer:after {
  clear: both;
}
#entry-list footer .entry-date {
  margin-right: 5px;
  color: #cecece;
}
#entry-list footer .entry-date > a {
  color: #cecece;
}
#entry-list footer div.feedback > a,
#entry-list footer div.options > a,
#entry-list footer div.other > a,
#entry-list footer .rate-options a {
  color: #cecece;
  font-size: .8em;
}
#entry-list footer .share-link {
  margin-right: 8px;
}
#entry-list footer .share-link:after {
  content: '\2193';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cecece;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: 3px;
}
#entry-list footer .share-link:hover:after {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#entry-list footer div.other > a:after,
#entry-list footer .share-link:after {
  border-top-color: #cecece;
}
#entry-list footer div.feedback {
  float: left;
  width: 30%;
  position: relative;
}
#entry-list footer div.feedback:before,
#entry-list footer div.feedback:after {
  display: table;
  content: "";
}
#entry-list footer div.feedback:after {
  clear: both;
}
#entry-list footer div.info {
  float: right;
  width: 69%;
  text-align: right;
}
#entry-list footer div.options .other {
  display: inline-block;
}
#entry-list footer div.options .other .dropdown-menu {
  min-width: 0;
  text-align: left;
}
#entry-list footer div.options .other > a,
#entry-list footer div.options > a {
  margin-left: 10px;
}
#entry-list footer time,
#entry-list footer address {
  display: inline;
}
#entry-list footer .rate-options {
  margin: 0;
}
#entry-list footer .rate-options li {
  display: inline-block;
  margin-right: 10px;
}
#entry-list footer .rate-options li a {
  display: block;
}
#entry-list footer .vote-response-area {
  color: #cecece;
  font-size: .8em;
  position: absolute;
  left: 0;
  top: 4em;
}
#entry-list footer .favorite-link {
  padding-left: 11px;
  vertical-align: initial;
}
#entry-list footer div > a.favorite-count {
  margin-left: 5px;
  color: #cecece;
  font-size: 65%;
}
#entry-list footer .favorite-list-popup {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
  display: none;
  padding: 5px;
  max-height: 300px;
  width: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}
#entry-list footer .favorite-list-popup.open {
  display: block;
}
#entry-list footer .favorite-list-popup ul {
  margin: 0;
}
#entry-list footer .favorite-list-popup ul li > a {
  font-size: 110%;
  white-space: nowrap;
  color: #cecece;
  display: block;
}
html.no-touch .share-links li:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
html.no-touch #entry-list footer div.links a:hover,
html.no-touch .rate-options li a:hover,
html.no-touch div.options a:hover,
html.no-touch .entry-date a:hover {
  color: #3c3c3c;
}
html sup.ab a {
  background-color: white;
}
html sup.ab a:before {
  content: '(';
}
html sup.ab a:after {
  content: ':' attr(data-query) ')';
}
html.no-touch sup.ab a {
  background-color: transparent;
}
html.no-touch sup.ab a:before,
html.no-touch sup.ab a:after {
  content: '';
}
@media handheld, only screen and (max-width: 480px) {
  #entry-list footer .entry-date {
    display: block;
    margin-right: 0;
  }
  #entry-list footer div.feedback {
    width: 42%;
  }
  #entry-list footer div.info {
    width: 58%;
  }
}
#request-fill-form textarea {
  display: none;
}
#yesterdays-best-entry-info {
  margin-top: -10px;
  margin-bottom: 20px;
}
#yesterdays-best-entry-info:before,
#yesterdays-best-entry-info:after {
  display: table;
  content: "";
}
#yesterdays-best-entry-info:after {
  clear: both;
}
#yesterdays-best-entry-info > a {
  display: inline-block;
  width: 49%;
  float: left;
  text-align: left;
  padding: 2px 5px;
}
#yesterdays-best-entry-info > a > small {
  margin: 0;
}
#yesterdays-best-entry-info > .next-link {
  margin-left: 2%;
  text-align: right;
  float: right;
}
.animate-topic-out-left,
.animate-topic-out-right {
  display: block;
  position: relative;
  left: 0;
  animation: topic-out 1s forwards;
  -webkit-animation: topic-out 1s forwards;
}
@keyframes topic-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes topic-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.with-parentheses:before {
  content: '\0028';
}
.with-parentheses:after {
  content: '\0029';
}
.topic-list li {
  border-top: 1px solid #b5b5b5;
}
.topic-list li:first-child {
  border-top: none;
}
.topic-list li > a {
  display: block;
  padding: 10px 0;
  font-size: 1.2em;
  word-wrap: break-word;
}
.topic-list li > a.empty-index-item {
  color: #cecece;
}
.topic-list li > a small {
  font-size: .75em;
}
.topic-list li > a small:before {
  content: '\0028';
}
.topic-list li > a small:after {
  content: '\0029';
}
.topic-list li > a.sponsored {
  font-weight: bold;
}
.topic-list li > a.flowingindexitem {
  font-style: italic;
}
.topic-list li .detail {
  color: #cecece;
  font-size: .8em;
}
.topic-list li p {
  color: #cecece;
}
a.pinned {
  padding: 8px 0;
}
a.pinned:before {
  font-weight: bold;
  content: '\00bb\00a0';
}
.topic-list.partial {
  margin-bottom: 0;
}
.topic-list.partial > li > a {
  padding: 4px 0;
  font-size: 1em;
  position: relative;
  padding-right: 25px;
}
.topic-list.partial > li > a > small:before,
.topic-list.partial > li > a > small:after {
  content: "";
}
.topic-list.partial > li > a > small {
  position: absolute;
  right: 0;
  top: 7px;
}
.topic-list .seperator {
  color: #cecece;
  font-size: 1.3em;
  margin-top: 5px;
  position: relative;
  text-align: center;
}
.topic-list .seperator hr {
  border-color: #b5b5b5;
  border-style: solid;
  border-width: 1px 0 0;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -1;
}
.topic-list .seperator span {
  background-color: white;
  white-space: nowrap;
  padding: 0 5px 0 0;
}
.topic-list.partial .seperator {
  font-size: 1em;
}
.topic-list.partial .seperator span {
  font-size: 1em;
}
html.no-touch .topic-list li > a:hover {
  text-decoration: none;
  background-color: #e1e1e1;
}
html.no-touch .topic-list li > a.empty-index-item:hover {
  color: #cecece;
}
#user-badges {
  margin-bottom: 10px;
}
#user-badges li {
  display: inline-block;
  margin-bottom: 5px;
}
#user-badges a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #ffb96e;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px outset #ffb96e;
}
html.no-touch #user-badges a:hover {
  text-decoration: none;
}
#user-entry-stats {
  color: #cecece;
}
#user-entry-stats li {
  display: inline;
}
#user-entry-stats li:after {
  content: "\00B7";
  color: #cecece;
  text-decoration: none;
  margin-left: 8px;
  margin-right: 4px;
}
#user-entry-stats li:last-child:after {
  content: '';
}
#profile-cards:before,
#profile-cards:after {
  display: table;
  content: "";
}
#profile-cards:after {
  clear: both;
}
#profile-cards > li {
  display: inline-block;
  float: left;
  width: 48%;
  margin-right: 4%;
}
#profile-cards > li:nth-child(even) {
  margin-right: 0;
}
#profile-cards > li > h3,
#profile-cards > li h4 {
  border-bottom: 1px solid #b5b5b5;
}
#profile-cards > li > h3 small:before,
#profile-cards > li h4 small:before {
  content: '\0028';
}
#profile-cards > li > h3 small:after,
#profile-cards > li h4 small:after {
  content: '\0029';
}
#profile-cards > li > ul {
  list-style-type: none;
  text-indent: -8px;
  padding-left: 8px;
  margin-bottom: 10px;
}
#profile-cards > li > ul li:before {
  content: "\00B7\00A0";
  color: #cecece;
}
#profile-cards > li > ul li span {
  color: #cecece;
}
#profile-cards > li > ul li span:before {
  content: '\0028';
}
#profile-cards > li > ul li span:after {
  content: '\0029';
}
#profile-cards > li > ul li.collapsed {
  display: none;
}
#profile-intro-header {
  margin-bottom: 5px;
  overflow: hidden;
}
#profile-logo {
  float: left;
  width: 120px;
  height: 120px;
  position: relative;
}
#profile-logo img.logo {
  width: 100%;
  height: 100%;
  border: 3px solid #aeaeae;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#profile-logo #logo-edit-links {
  width: 100%;
  padding: 2px 7px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#profile-logo #logo-edit-links a {
  color: white;
  font-size: .9em;
}
#profile-logo #logo-edit-links #logo-delete-link {
  float: right;
}
#profile-logo:hover #logo-edit-links {
  display: block;
}
#logo-upload-modal {
  padding: 30px 10px 10px;
  min-width: 300px;
}
#logo-upload-modal #logo-preview-mask {
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 2001;
}
#logo-upload-modal #logo-preview-mask img.preview {
  height: 120px;
  width: auto;
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
}
#logo-upload-modal #logo-drop-zone {
  height: 120px;
  width: 120px;
  line-height: 120px;
  font-size: smaller;
}
#logo-upload-modal #logo-drop-zone.dropzone {
  height: 100%;
  border: 1px dashed #aeaeae;
  color: #cecece;
  text-align: center;
}
#logo-upload-modal #logo-drop-zone.drag-enter {
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
#logo-upload-modal #logo-drop-zone span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
#logo-upload-modal #logo-adjust-suggestion {
  font-size: .9em;
  color: #cecece;
}
#logo-upload-modal #logo-confirmation,
#logo-upload-modal #logo-adjust-suggestion {
  text-align: right;
}
#profile-logo + #quote-entry {
  margin-left: 125px;
}
#quote-entry {
  position: relative;
  padding: 0 40px;
}
#quote-entry:before,
#quote-entry:after {
  position: absolute;
  font-size: 60px;
  font-family: Trebuchet MS, Arial;
  color: #cecece;
}
#quote-entry:before {
  left: 0;
  top: -20px;
  content: '\201C';
}
#quote-entry:after {
  right: 0;
  bottom: -60px;
  content: '\201D';
}
#quote-entry footer {
  text-align: right;
}
#quote-entry footer .entry-date {
  color: #cecece;
}
#profile-intro {
  margin-bottom: 20px;
}
#profile-intro.mobile {
  margin-bottom: auto;
}
#profile-intro.mobile #profile-logo {
  float: none;
}
#profile-intro.mobile #quote-entry {
  margin-left: auto;
  margin-top: 20px;
}
#profile-intro #profile-picture,
#profile-intro #upload-preview {
  width: 100%;
}
#quote-commands,
#picture-commands,
#upload-confirmation {
  text-align: right;
}
#quote-commands,
#picture-commands {
  font-size: .9em;
}
#quote-commands a,
#picture-commands a {
  margin-right: 10px;
}
#profile-picture-drop-zone {
  height: 100px;
  line-height: 100px;
  margin-bottom: 10px;
}
#profile-picture-drop-zone.dropzone {
  height: 100%;
  border: 1px dashed #aeaeae;
  color: #cecece;
  text-align: center;
}
#profile-picture-drop-zone.drag-enter {
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
#upload-percentage {
  height: 1px;
  width: 0px;
  background-color: #51a351;
}
fieldset #user-note {
  height: 150px;
}
@media handheld, only screen and (max-width: 480px) {
  #profile-cards > li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.relation-link.active:before,
#follow-unfollow-link.active:before {
  content: '\2714';
  font-weight: bold;
}
.profile-buttons {
  margin-bottom: 10px;
}
.profile-buttons > a {
  color: #cecece;
}
#toggle-moderation-history:after,
#toggle-diagnostics-info:after,
#toggle-role-management:after,
#new-post-toggle:after {
  content: '\2193';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cecece;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: 3px;
}
#toggle-moderation-history:hover:after,
#toggle-diagnostics-info:hover:after,
#toggle-role-management:hover:after,
#new-post-toggle:hover:after {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#role-management-container:before,
#role-management-container:after {
  display: table;
  content: "";
}
#role-management-container:after {
  clear: both;
}
#current-roles,
#all-roles {
  width: 48%;
  float: left;
  max-height: 200px;
  overflow-y: auto;
}
#current-roles:first-of-type,
#all-roles:first-of-type {
  margin-right: 2%;
}
.remove-role-link,
.add-role-link {
  color: #cecece;
  display: block;
  padding: 7px 0;
}
.remove-role-link:hover,
.add-role-link:hover {
  text-decoration: none !important;
  background-color: #e1e1e1;
}
#posts-list li {
  padding: 8px 0;
}
#posts-list article {
  margin-bottom: 5px;
}
#posts-list .picture-container {
  background-color: #e1e1e1;
  padding: 10px;
}
#posts-list .picture-container:before,
#posts-list .picture-container:after {
  display: table;
  content: "";
}
#posts-list .picture-container:after {
  clear: both;
}
#posts-list .picture-container .content {
  padding-left: 10px;
}
#posts-list img {
  float: right;
  max-width: 50%;
  max-height: 250px;
  border: 3px solid #aeaeae;
  margin-right: 10px;
}
#posts-list footer {
  text-align: right;
}
#posts-list time {
  color: #cecece;
}
#new-post-container:before,
#new-post-container:after {
  display: table;
  content: "";
}
#new-post-container:after {
  clear: both;
}
#new-post-form.picture,
#edit-post-form.picture {
  width: 50%;
  float: left;
}
img.preview {
  border: 3px solid #aeaeae;
  max-width: 300px;
  max-height: 140px;
  margin-left: 2%;
}
#threads li {
  position: relative;
}
#threads li input[type=checkbox] {
  float: none;
  position: absolute;
  right: 5px;
  top: 10px;
  margin: 0;
}
#threads li + li {
  border-top: 1px solid #b5b5b5;
}
#threads li article {
  margin: 0;
  padding-bottom: 5px;
}
#threads li article h2 {
  font-weight: normal;
}
#threads li article h2 small {
  color: #cecece;
  font-size: .7em;
}
#threads li article h2 small:before {
  content: '\0028';
}
#threads li article h2 small:after {
  content: '\0029';
}
#threads li article p {
  word-wrap: break-word;
  color: #cecece;
}
#threads li article.unread h2 {
  font-weight: bold;
}
#threads li article.unread h2 small {
  color: #3c3c3c;
  font-size: .8em;
}
#threads li article.unread p {
  color: #3c3c3c;
}
#threads li article > a {
  padding: 5px 5px 0 5px;
  display: block;
  text-decoration: none;
  color: #3c3c3c;
  margin-right: 25px;
}
#threads li article footer {
  margin: 0 5px;
  text-align: right;
}
#threads li article footer div {
  float: left;
}
#threads li article footer div a {
  font-size: .8em;
}
#threads li article footer .confirmbox {
  text-align: left;
}
html.no-touch #threads li article:hover {
  background-color: #e1e1e1;
}
#message-thread .incoming,
#message-thread .outgoing {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  word-wrap: break-word;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
#message-thread .incoming {
  margin-right: 20%;
}
#message-thread .incoming .dropdown {
  margin-left: 4px;
  display: inline-block;
}
#message-thread .incoming .dropdown-toggle {
  color: #cecece;
}
#message-thread .incoming .dropdown-toggle:after {
  border-top-color: #cecece;
}
#message-thread .incoming .dropdown-menu {
  font-size: .9em;
  white-space: nowrap;
}
#message-thread .outgoing {
  margin-left: 20%;
}
#message-thread .outgoing footer {
  text-align: right;
}
#new-msg {
  display: none;
}
@media handheld, only screen and (max-width: 970px) {
  #new-msg {
    display: block;
  }
}
#message-search-form > input[type=search] {
  display: inline-block;
  max-width: 100%;
  width: 253px;
}
#message-search-form > input[type=submit] {
  margin-left: 5px;
}
#sub-etha-sites:before,
#sub-etha-sites:after {
  display: table;
  content: "";
}
#sub-etha-sites:after {
  clear: both;
}
#sub-etha-sites li {
  display: inline-block;
  float: left;
  width: 48%;
  margin-right: 4%;
}
#sub-etha-sites li:nth-child(even) {
  margin-right: 0;
}
#sub-etha-sites li.offline .status,
#sub-etha-sites li.offline h2 a {
  color: #bd362f;
}
#sub-etha-sites li article:before,
#sub-etha-sites li article:after {
  display: table;
  content: "";
}
#sub-etha-sites li article:after {
  clear: both;
}
#sub-etha-sites li article h2 {
  margin: 0;
}
#sub-etha-sites li article p {
  margin: 0;
}
#sub-etha-sites li article img.logo {
  float: left;
  margin-right: 6px;
}
#sub-etha-sites li article div.details {
  float: left;
  width: 68%;
}
@media handheld, only screen and (max-width: 320px) {
  #sub-etha-sites li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.relation-block {
  margin-left: 10px;
}
.relation-block .relation-list {
  margin-left: 10px;
}
.relation-block .relation-list > li > span {
  display: inline-block;
  width: 300px;
}
.relation-block .relation-list > li > span > a:last-child {
  font-size: 0.9em;
  color: #cecece;
  margin-left: 5px;
}
#settings-alternate-nav {
  display: none;
}
@media handheld, only screen and (max-width: 970px) {
  .relation-list li span {
    width: 60%;
  }
  .relation-list li span:last-child {
    width: 39%;
  }
}
@media handheld, only screen and (max-width: 480px) {
  .relation-list li span {
    width: 79%;
  }
  .relation-list li span:last-child {
    width: 20%;
  }
  #settings-tabs {
    display: none;
  }
  #settings-alternate-nav {
    display: block;
  }
}
.channel-button {
  float: right;
  margin-top: 15px;
  width: 75px;
}
html.no-touch #channel-follow-list li:hover {
  background-color: #e1e1e1;
}
#channel-follow-list li {
  padding: 5px;
  margin-bottom: 20px;
}
#channel-follow-list li > p {
  color: #cecece;
}
.theme-preview {
  padding: 10px;
  margin-bottom: 10px;
}
.theme-preview > header {
  padding-left: 1em;
  width: 680px;
  background-color: white;
}
.theme-preview > header > nav {
  float: right;
  margin-right: 10px;
}
.theme-preview > header > nav > a {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
}
.theme-preview > header > nav > a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
.theme-preview > iframe {
  width: 680px;
  height: 320px;
  padding: 2px;
  border: 2px solid #cccccc;
}
#edit-user-theme form .checkbox {
  display: inline-block;
  margin: 0;
}
.ui-autocomplete-input + .spin {
  display: none;
}
.ui-autocomplete-loading + .spin {
  display: inline-block;
  position: relative;
  height: 25px;
  margin-left: -16px;
  left: -2px;
}
.ui-autocomplete {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
}
.ui-autocomplete li,
.ui-autocomplete li a {
  display: block;
}
.ui-autocomplete li a {
  padding: 5px 10px;
}
.ui-autocomplete li a.ui-state-focus {
  background-color: #e1e1e1;
  text-decoration: none;
}
.ui-autocomplete li a:hover {
  text-decoration: none;
}
.ui-autocomplete .video-item:before,
.ui-autocomplete .video-item:after {
  display: table;
  content: "";
}
.ui-autocomplete .video-item:after {
  clear: both;
}
.ui-autocomplete .video-item + .video-item {
  margin-top: 5px;
}
.ui-autocomplete .video-item img {
  width: 65px;
  margin-right: 5px;
  vertical-align: text-top;
}
.ui-autocomplete .video-item a {
  white-space: normal;
}
@media handheld, only screen and (max-width: 320px) {
  .ui-autocomplete {
    left: 5% !important;
    width: 90% !important;
  }
  .ui-autocomplete li a {
    white-space: normal;
    border-bottom: 1px solid #b5b5b5;
  }
}
.loader-tick {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.loader-tick::before {
  content: '↻';
}
.stats {
  margin-left: 30px;
}
.stats li {
  position: relative;
}
.stats li a {
  display: block;
}
.stats li .value {
  color: #3c3c3c;
  float: right;
  text-align: right;
}
.stats.partial {
  margin-left: 0;
}
.stats.partial li .value {
  float: none;
  display: block;
  font-size: 0.75em;
}
.stats .delete-debe-entry {
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  text-align: center;
  width: 15px;
  padding: 0;
  margin: 0;
  margin-right: 3px;
}
.sub-title {
  line-height: 1;
  font-size: 0.8em;
  display: block;
}
#trash-items {
  word-wrap: break-word;
}
#trash-items input[type=checkbox] {
  float: none;
  margin: 0;
}
#trash-items h2 {
  margin-bottom: 0;
}
#trash-items footer:before,
#trash-items footer:after {
  display: table;
  content: "";
}
#trash-items footer:after {
  clear: both;
}
#trash-items .entry-date {
  text-align: right;
  display: block;
  width: 40%;
  float: right;
  color: #cecece;
}
#trash-items .delete-info {
  display: block;
  font-weight: normal;
  font-size: .6em;
  color: #cecece;
  margin-bottom: 10px;
}
#trash-items .delete-info p {
  margin-bottom: 0;
}
#trash-items .delete-info time {
  font-size: 1em;
}
#trash-items .links a,
#trash-items .read-all {
  font-size: .9em;
}
.trash-link {
  font-weight: bold;
}
#trash #delete-all-button {
  float: right;
}
@media handheld, only screen and (max-width: 480px) {
  #trash-items .entry-date {
    font-size: .8em;
  }
}
#modlog-form .checkbox {
  width: 140px;
  display: inline-block;
}
#modlog-form .checkbox:nth-of-type(even) {
  margin-left: 0;
  padding-left: 0;
}
#modlog-actions {
  margin-bottom: 20px;
}
#videos > div {
  position: relative;
}
#videos .big-thumb {
  height: 225px;
  width: 100%;
}
#videos .big-thumb span.video-title {
  margin-left: 0;
  width: 300px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
#related-video-list li > a,
#videos .big-thumb > a {
  display: block;
  height: 50px;
  position: relative;
}
#related-video-list li > a:before,
#videos .big-thumb > a:before {
  position: absolute;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: '\25BA';
  top: 8px;
  z-index: 500;
  left: 22px;
  color: white;
  font-size: 21.739130435px;
  text-shadow: 0px 3px black;
}
#related-video-list li > a:hover,
#videos .big-thumb > a:hover {
  text-decoration: none;
}
#related-video-list li > a:hover:before,
#videos .big-thumb > a:hover:before {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#videos .big-thumb > a {
  height: 225px;
  width: 300px;
}
#videos .big-thumb > a:before {
  font-size: 56.25px;
  left: 120px;
  top: 57.5px;
}
#related-video-list:before,
#related-video-list:after {
  display: table;
  content: "";
}
#related-video-list:after {
  clear: both;
}
#related-video-list li {
  height: 50px;
  position: relative;
  float: left;
  width: 49%;
  margin-right: 2%;
}
#related-video-list li:nth-child(n+3) {
  margin-top: 10px;
}
#related-video-list li:nth-child(3n) {
  margin-right: 2%;
}
#related-video-list li:nth-child(2n) {
  margin-right: 0;
}
#related-video-list li > a {
  display: block;
  height: 50px;
  position: relative;
}
#related-video-list li > a:before {
  position: absolute;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: '\25BA';
  top: 8px;
  z-index: 500;
  left: 22px;
  color: white;
  font-size: 21.739130435px;
  text-shadow: 0px 3px black;
}
#related-video-list li > a:hover {
  text-decoration: none;
}
#related-video-list li > a:hover:before {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#related-video-list img {
  float: left;
  height: 50px;
  width: 64px;
  margin-right: 5px;
}
#related-video-list li.bigthumb img {
  float: none;
  margin: 0;
  height: 225px;
  width: 300px;
}
#related-video-list span.video-title {
  padding-top: 2px;
  font-size: .9em;
  line-height: 1.1;
  word-break: break-word;
  max-height: 100%;
  height: 100%;
  display: block;
  margin-left: 69px;
  overflow: hidden;
}
#video object,
#embedded-player,
#video-embed-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 360px;
}
#video-embed-container {
  max-height: 360px;
  height: 360px;
  margin-bottom: 10px;
}
.click-to-play {
  display: block;
  position: relative;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.click-to-play > img {
  height: 360px;
  width: 100%;
}
.click-to-play:before {
  position: absolute;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: '\25BA';
  top: 70px;
  z-index: 500;
  left: 42%;
  color: white;
  font-size: 120px;
}
.click-to-play:hover {
  text-decoration: none;
}
.click-to-play:hover:before {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.popped-player {
  background-color: white;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 1000;
  margin-top: -1px;
  top: 0;
  right: 0;
  padding: 10px;
  padding-top: 20px;
}
.popped-player #video object,
.popped-player #embedded-player {
  width: 500px;
  height: 329px;
}
.popped-player .close {
  padding: 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
.edit-schedule-form {
  max-width: 300px;
}
#filter-topic-videos-form input[type=text] {
  width: 300px;
}
.all-splash-videos li {
  margin-bottom: 20px;
}
#video-share-links-container li {
  display: inline-block;
  margin-right: 10px;
}
@media handheld, only screen and (max-width: 1090px) {
  #related-video-list:before,
  #related-video-list:after {
    display: table;
    content: "";
  }
  #related-video-list:after {
    clear: both;
  }
  .popped-player {
    right: initial;
    left: 0;
  }
}
@media handheld, only screen and (max-width: 970px) {
  #related-video-list li {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  #related-video-list li:nth-child(n+3) {
    margin-top: inherit;
  }
  #related-video-list li:nth-child(n+4) {
    margin-top: 10px;
  }
  #related-video-list li:nth-child(3n) {
    margin-right: 0;
  }
  #related-video-list li:nth-child(2n) {
    margin-right: 2%;
  }
  #related-video-list span.video-title {
    display: block;
  }
  .popped-player {
    left: 0;
    right: auto;
    max-width: 100%;
  }
  .popped-player #video object,
  .popped-player #embedded-player {
    max-width: 100%;
  }
}
@media handheld, only screen and (max-width: 480px) {
  #related-video-list li {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  #related-video-list li:nth-child(n+4) {
    margin-top: inherit;
  }
  #related-video-list li:nth-child(n+3) {
    margin-top: 10px;
  }
  #related-video-list li:nth-child(2n) {
    margin-right: 0;
  }
  #related-video-list li:nth-child(3n) {
    margin-right: 2%;
  }
  #related-video-list span.video-title {
    display: block;
  }
  #video object,
  #embedded-player,
  #video-embed-container {
    min-height: 240px;
  }
  #video-embed-container {
    max-height: 240px;
  }
  .click-to-play > img {
    height: 240px;
  }
  .click-to-play:before {
    top: 45px;
    left: 42%;
    font-size: 80px;
  }
}
@media handheld, only screen and (max-width: 320px) {
  #video object,
  #embedded-player {
    min-height: 180px;
  }
  .click-to-play > img {
    height: 180px;
  }
  .click-to-play:before {
    top: 24px;
    left: 37%;
    font-size: 80px;
  }
}
.show-others {
  display: none;
}
.no-touch .show-others {
  display: inline;
}
#big-reason-list-filters {
  margin-bottom: 10px;
}
#last-handled-report-info,
#owned-by-someone-else-notice {
  background-image: url(../img/ampul.png);
  background-repeat: no-repeat;
  padding-left: 25px;
}
#owned-by-someone-else-notice {
  font-weight: bold;
}
#reasons-list li {
  padding: 8px 0;
}
#reasons-list li + li {
  border-top: 1px solid #b5b5b5;
}
#reasons-list li span.reason-name,
#reasons-list li a.get-id {
  display: block;
}
#reasons-list li span.reason-name {
  font-size: 1.2em;
}
#reasons-list li a.get-id span.count {
  color: #cecece;
  font-size: smaller;
}
#entry-report #entry-info footer,
#resurrection-request #entry-info footer {
  text-align: right;
}
#entry-report #entry-info footer #entry-history-link,
#resurrection-request #entry-info footer #entry-history-link {
  color: #cecece;
}
#entry-report #entry-info footer .entry-date,
#resurrection-request #entry-info footer .entry-date {
  font-size: .8em;
  margin-right: 5px;
}
#entry-report #entry-info footer .entry-date time,
#resurrection-request #entry-info footer .entry-date time {
  color: #cecece;
}
#entry-report #entry-content.hidden,
#resurrection-request #entry-content.hidden {
  background-color: #e1e1e1;
  padding: 5px;
  font-style: italic;
}
#entry-report time,
#resurrection-request time {
  font-size: 1em;
  color: #3c3c3c;
}
#entry-report .report-vote-numbers {
  margin-bottom: 10px;
}
#entry-report .report-votes {
  margin-bottom: 10px;
}
#entry-report .report-votes li {
  margin-bottom: 10px;
}
#entry-report .report-votes li + li {
  border-top: 1px solid #b5b5b5;
  padding-top: 10px;
}
#entry-report .vote-base-info span:not(:last-of-type):after,
#entry-report .report-vote-numbers span:not(:last-of-type):after {
  content: "\00B7";
  color: #cecece;
  text-decoration: none;
  margin-left: 8px;
  margin-right: 4px;
}
#entry-report .vote-notes footer {
  text-align: right;
}
#entry-report .vote-notes footer a {
  font-size: smaller;
}
#process-report-form .actions button,
#close-resurrection-form .actions button {
  margin-bottom: 6px;
}
.ads {
  overflow: hidden;
}
.ads.fallback {
  display: none;
}
.ad-medyanet {
  display: none;
}
.ad-google,
ad-mads {
  text-align: center;
}
.ad-bannerside300 {
  width: 300px;
  height: 250px;
  max-width: 300px;
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ad-adsensemobile320 {
  margin-bottom: 5px;
}
.medyanet-counter {
  display: none !important;
  height: 0;
  width: 0;
}
.ad-bannertablet728 {
  text-align: center;
}
.ad-bannertop728,
.ad-bannerbottom728 {
  height: 90px;
  overflow: hidden;
}
.ad-320x50 {
  text-align: center;
  height: 50px;
}
.ad-728x90 {
  width: 728px;
  height: 90px;
}
.ad-masthead {
  margin-left: 17.5px;
  z-index: 20;
}
.ad-banner320bottom {
  margin-top: -30px;
  margin-left: -5px;
  margin-right: -5px;
}
#ad-sitewide-container {
  height: 117px;
  width: 1240px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}
#ad-sitewide-container > div {
  height: 100px;
}
#ad-sitewide-container > div > div {
  margin: 0 auto;
}
html.sitewide #index-section {
  margin-top: 117px;
}
html.supersitewide #index-section {
  margin-top: 100px;
}
html.supersitewide > body > header {
  top: 100px;
}
@media handheld, only screen and (max-width: 850px) {
  html.sitewide #index-section {
    margin-top: 0;
  }
}
@media handheld, only screen and (max-width: 1265px) {
  #ad-sitewide-container {
    width: 1070px;
  }
}
@media handheld, only screen and (max-width: 1090px) {
  #ad-sitewide-container {
    width: 970px;
  }
}
@media handheld, only screen and (max-width: 970px) {
  #ad-sitewide-container {
    width: 100%;
  }
}
.ad-bannersublogo {
  overflow: hidden;
  max-height: 40px;
  text-align: center;
}
#ad-kulakcik-container {
  z-index: 99999;
  position: absolute;
  right: 0;
  top: 100%;
  height: 1px;
}
#ad-kulakcik-toggle {
  float: right;
}
#ad-kulakcik-body {
  height: 250px;
}
#ad-kulakcik-body-link {
  display: block;
}
@media handheld, only screen and (max-width: 1090px) {
  #ad-kulakcik-container {
    display: none;
  }
}
.ad-bannertop728,
.ad-topbanner {
  text-align: left;
  margin-bottom: 10px;
}
.ad-bannerbottom728 {
  margin-bottom: 20px;
}
.ad-bannertop728,
.ad-bannerbottom728,
.ad-topbanner,
.ad-728x90 {
  margin-left: 17.5px;
  margin-bottom: 10px;
}
@media handheld, only screen and (max-width: 1265px) {
  .ad-bannertop728,
  .ad-bannerbottom728,
  .ad-topbanner,
  .ad-728x90 {
    margin-left: 15px;
    margin-bottom: 10px;
  }
}
@media handheld, only screen and (max-width: 1090px) {
  .ad-bannertop728,
  .ad-bannerbottom728,
  .ad-topbanner,
  .ad-728x90 {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media handheld, only screen and (max-width: 850px) {
  .ad-bannertop728,
  .ad-bannerbottom728,
  .ad-topbanner,
  .ad-728x90 {
    margin: 0;
    margin-bottom: 10px;
  }
}
#ad-entry {
  font-size: 0.9em;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#ad-entry > article {
  min-height: 50px;
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
#return-to-innocence {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.ad-theme-visual-home,
.ad-theme-visual-inner {
  width: 100%;
  overflow: hidden;
}
.ad-image > a,
.ad-flash > a {
  display: block;
}
#topic-move-requests td {
  padding-top: 15px;
  padding-bottom: 15px;
}
#topic-move-requests td.request-info-cell {
  line-height: 1.3;
}
#topic-move-requests td .source-title,
#topic-move-requests td .proposed-title {
  margin-bottom: 10px;
}
#topic-move-requests td input[name=proposed-title] {
  margin-left: -4px;
  width: 100%;
}
#topic-move-requests td .buttons {
  margin-bottom: 5px;
}
#topic-move-requests td .buttons button {
  margin-bottom: 5px;
  width: 80px;
}
#refresh-form select {
  width: 60px;
}
#topic-move-form h2 {
  margin-bottom: -5px;
}
#topic-move-form a.help {
  float: right;
}
#topic-move-form .validation,
#topic-move-form .field-validation-error {
  clear: right;
}
#topic-move-form h3 {
  margin-bottom: 5px;
}
#topic-move-form .left {
  width: 300px;
  float: left;
}
#topic-move-form #To {
  width: 100%;
  max-width: 100%;
}
#topic-move-form .actions {
  position: relative;
  width: 100px;
  margin-left: 10px;
  padding: 5px;
  float: right;
}
#topic-move-form .actions button {
  margin: 5px 0;
  width: 100%;
}
#topic-filter table {
  border-collapse: collapse;
}
#topic-filter table th {
  border-bottom: 1px solid #b5b5b5;
}
#topic-filter table th {
  text-align: center;
}
#topic-filter table th.reporter {
  width: 150px;
}
#topic-filter table th.current-title {
  width: 350px;
}
#topic-filter table td > button {
  width: 66px;
  margin: 2px;
}
#party-list:before,
#party-list:after {
  display: table;
  content: "";
}
#party-list:after {
  clear: both;
}
#party-list > li {
  display: inline-block;
  float: left;
  width: 32%;
  margin-right: 1%;
}
#city-list:before,
#city-list:after {
  display: table;
  content: "";
}
#city-list:after {
  clear: both;
}
#city-list > li {
  display: inline-block;
  float: left;
  width: 19%;
  margin-right: 1%;
}
#party-list li,
#city-list li {
  margin-bottom: 20px;
}
#party-list li a,
#city-list li a {
  padding: 5px;
  display: block;
  color: #3c3c3c;
}
#party-list li a:hover,
#city-list li a:hover {
  text-decoration: none;
}
#party-list h3,
#city-list h3 {
  line-height: 1;
  font-size: 20px;
}
#party-list .code,
#city-list .code {
  font-size: 20px;
  line-height: 1;
}
#party-list .name,
#city-list .name {
  display: block;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#party-list a:before,
#party-list a:after {
  display: table;
  content: "";
}
#party-list a:after {
  clear: both;
}
#party-list img {
  width: 25%;
  float: left;
  margin-right: 5px;
}
.candidates-table td.actions {
  text-align: right;
}
.candidates-table td.actions .edit {
  margin-right: 15px;
}
.candidate-edit-cell {
  text-align: right;
}
#new-candidate-form-toggle:after {
  content: '\2193';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cecece;
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-left: 3px;
}
#new-candidate-form-toggle:hover:after {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
html.no-touch #party-list li a:hover,
html.no-touch #city-list li a:hover {
  background-color: #e1e1e1;
}
#diagnostics-info-container dd {
  width: 75%;
  margin-left: 3px;
  margin-bottom: 5px;
}
.spin,
.ui-autocomplete-loading::after {
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.legal-report {
  font: 10pt monospace;
  height: 600px;
}
