/* Base CSS */
#namedcolor .green {
  color: #4e9a06; }
#namedcolor .darkgreen {
  color: #009; }
#namedcolor .highlight {
  color: #ff9; }
#namedcolor .highlightText {
  color: #930; }
#namedcolor .selection {
  color: #333; }
#namedcolor .selectionText {
  color: #eee; }

#offline-mode-warning {
  background: #FFD;
  border: 10px solid red;
  display: none;
  padding: 10px 25px; }

html {
  height: 100%;
  overflow-y: scroll; }
  html > body {
    font-size: 13px; }
    html > body #page {
      height: auto;
      min-height: 100%;
      position: relative; }
    html > body #frontpage-choose img {
      border: medium none; }
    html > body .block {
      height: auto; }
  html.iframe {
    overflow: auto; }
    html.iframe .flash-message {
      margin-top: 0; }

body {
  background: #FFF;
  color: #000;
  cursor: default;
  font-family: Droid Sans,Albany AMT,lucida grande,tahoma,helvetica,arial,sans-serif;
  font-size: 9.5pt;
  height: 100%;
  margin: 0;
  padding: 0; }

p {
  line-height: 130%; }
  p.warning {
    margin: 3em 5em;
    padding: 1em 1em 1em 90px;
    background: url(../../images/warning-64.png) no-repeat 4px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    font-weight: bold;
    font-size: 90%;
    color: #444;
    line-height: 160%; }

a {
  cursor: pointer;
  color: #005ed8;
  text-decoration: none; }
  a:link {
    cursor: pointer;
    color: #005ed8;
    text-decoration: none; }
  a:visited {
    color: #005ed8; }
  a:hover {
    text-decoration: underline;
    color: #f57900; }
  a.source {
    line-height: 1.2; }
  a.clear {
    text-indent: -5000px;
    letter-spacing: -5000px;
    position: absolute;
    z-index: 99;
    width: 16px;
    top: 0;
    bottom: 0;
    padding: 8px 3px;
    right: 2px;
    background: url(../../images/clear.png) no-repeat 50%;
    font-size: 0; }
  a img {
    border: none; }

img {
  /* Make IE scale images nicely, like other browsers do by default */
  -ms-interpolation-mode: bicubic; }

#page-loading {
  font-size: 20px;
  font-weight: bold;
  color: #999;
  padding: 6px 12px;
  text-align: center;
  position: absolute;
  top: 240px;
  left: 25%;
  right: 25%;
  margin-top: -18px;
  z-index: 200;
  background: url(../../images/spinner-big.gif) no-repeat bottom;
  padding-bottom: 42px;
  /* Don't display this unless needed */
  display: none; }

a.feedback {
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 28px;
  text-align: left !important; }
  a.feedback img {
    float: left;
    margin-right: 6px;
    vertical-align: middle; }

/* Rails-specific CSS */
.fieldWithErrors {
  display: inline;
  color: #c00;
  font-weight: bold; }

#errorExplanation {
  margin: 0 24px;
  padding: 6px 12px;
  color: #c00; }
  #errorExplanation h2 {
    color: #333;
    padding: 0;
    font-size: 1.4em;
    font-weight: strong; }

/* Header */
#page {
  background: #fff; }

#header-wrap {
  background: #83b354 url(../../images/bg-header.png) center top no-repeat;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1; }

#snowfog {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../images/snowfog.png) repeat-x 0 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

#snowpiles {
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 15px;
  width: 934px;
  margin-left: -487px;
  z-index: 3;
  background: url(../../images/snow.png) no-repeat 0 0;
  opacity: 0.9; }

body.community_frontpage #snowpiles {
  height: 50px;
  bottom: -36px; }

#snowtiles {
  border: none;
  position: absolute;
  height: 74px;
  bottom: 0;
  width: 100%;
  background: url(../../images/snowflakes.gif) repeat-x 0 0;
  z-index: 1;
  opacity: 0.4; }

#header {
  height: 73px;
  margin: 0 auto;
  position: relative; }
  #header #userbar {
    color: #BBB;
    line-height: 45px;
    position: absolute;
    right: 0;
    z-index: 2; }
  #header a {
    color: #c6deae;
    padding: 18px 12px;
    text-decoration: none; }
    #header a:hover {
      color: #FFF;
      text-decoration: underline; }
    #header a#link-home {
      background: url(../../images/nav-home.png) 12px 50% no-repeat;
      padding-left: 39px; }
    #header a#link-myaccount {
      background: url(../../images/nav-user.png) 12px 50% no-repeat;
      padding-left: 33px; }
    #header a#link-bug {
      background: url(../../images/nav-bug.png) 12px 50% no-repeat;
      padding-left: 37px; }
    #header a#link-help {
      background: url(../../images/nav-help.png) 12px 50% no-repeat;
      padding-left: 34px; }

a#logo {
  border: 0 none;
  height: 55px;
  overflow: hidden;
  display: block;
  left: 6px;
  position: absolute;
  padding-bottom: 0;
  z-index: 5; }
  a#logo img {
    border: 0 none; }

a#logo_onsite {
  border: 0 none;
  bottom: -4px;
  overflow: hidden;
  display: block;
  left: 6px;
  position: absolute;
  padding-bottom: 0;
  z-index: 5; }
  a#logo_onsite img {
    border: 0 none; }

/* Subheader */
#subhead {
  line-height: 1em;
  border-bottom: 1px solid #bbb;
  padding: 0 0 18px;
  position: relative;
  margin-top: -6px; }
  #subhead input,
  #subhead button,
  #subhead a {
    float: left; }
  #subhead .form-text {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px; }
  #subhead a.browse {
    margin: 0 12px; }
  #subhead .go {
    border-radius: 0 100% 100% 0;
    -moz-border-radius: 0 100% 100% 0;
    -webkit-border-radius: 0 10px 10px 0;
    text-indent: -5000px;
    letter-spacing: -5000px;
    overflow: hidden;
    position: relative;
    margin: 1px 0 1px -13px;
    padding-bottom: 4px; }
    #subhead .go img {
      background: url(../../images/search.png) no-repeat 0 50%;
      position: absolute;
      right: 8px;
      top: 0;
      height: 100%;
      width: 100%; }
  #subhead #button-createdistro {
    float: right;
    line-height: 1em;
    padding: 6px 12px; }

#search_form {
  overflow: visible; }

.testdrive #page {
  background: #FFFFFF url(../../images/bg-header-small.png) repeat-x scroll center top; }

.testdrive #page #notebooktabs,
body.feedback_new_message #page #notebooktabs,
body.feedback_send_message #page #notebooktabs,
#page.small #notebooktabs {
  left: 0;
  line-height: 34px;
  padding-left: 137px;
  top: 3px;
  width: 100%; }
.testdrive #page #header,
.testdrive #page #logo,
body.feedback_new_message #page #header,
body.feedback_new_message #page #logo,
body.feedback_send_message #page #header,
body.feedback_send_message #page #logo,
#page.small #header,
#page.small #logo {
  height: 36px; }
.testdrive #page #logo,
body.feedback_new_message #page #logo,
body.feedback_send_message #page #logo,
#page.small #logo {
  background: url(../../images/studio-logo-small.png) no-repeat 50% 50%;
  width: 126px;
  padding: 0;
  left: 0; }
  .testdrive #page #logo img,
  body.feedback_new_message #page #logo img,
  body.feedback_send_message #page #logo img,
  #page.small #logo img {
    display: none; }

body.feedback_new_message #header, body.feedback_new_message #content,
body.feedback_send_message #header, body.feedback_send_message #content {
  max-width: 100%; }
body.feedback_new_message #userbar,
body.feedback_send_message #userbar {
  display: none; }

/* Footer */
#footer {
  clear: both;
  color: #888;
  font-size: .9em;
  height: 14ex;
  margin-top: -14ex;
  position: relative;
  text-align: center; }
  #footer .links {
    display: block;
    font-size: 1.1em;
    margin: 0;
    padding: 12px 0; }
    #footer .links li {
      border-left: 1px solid #999;
      display: inline;
      padding-left: 3px; }
      #footer .links li.first {
        border: medium none;
        padding-left: 0; }
    #footer .links a {
      padding: 6px 12px; }
  #footer .disk-quota {
    color: #000;
    font-weight: bold;
    padding-bottom: 5px; }

body.appliance_edit #footer {
  display: none;
  margin-left: 212px; }

/* Headings */
h1, h2, legend {
  color: #888a85;
  font-family: RaveIn Condensed,Droid Sans,lucida grande,helvetica,arial,sans-serif;
  font-weight: bold;
  margin: 0; }

h3, h4, h5, h5 {
  color: #4e8f0f;
  font-family: Droid Sans,Albany AMT,lucida grande,tahoma,helvetica,arial,sans-serif;
  margin: 0; }

h1 {
  font-size: 200%; }

h2 {
  font-size: 175%;
  padding: 24px 0 12px; }
  h2.first {
    padding-top: 0!important; }

h3 {
  font-size: 120%;
  margin: .5em 0; }

h4 {
  font-size: 105%; }

legend {
  font-size: 175%;
  position: relative;
  margin: 0 0 0 -24px; }

fieldset fieldset legend {
  margin-left: -12px; }

.step-1,
.step-2,
.step-3,
.step-4 {
  background: url(../../images/step-1.png) no-repeat 0 6px;
  padding: 2px 0 0 40px; }
  .step-1 h2,
  .step-2 h2,
  .step-3 h2,
  .step-4 h2 {
    padding-top: 0; }
  .step-1 p,
  .step-2 p,
  .step-3 p,
  .step-4 p {
    margin: 0;
    padding: 0 0 1em; }
  .step-1 h2 + div,
  .step-2 h2 + div,
  .step-3 h2 + div,
  .step-4 h2 + div {
    padding: 0 1em 2em 1em; }

.step-2 {
  background-image: url(../../images/step-2.png); }

.step-3 {
  background-image: url(../../images/step-3.png); }

.step-4 {
  background-image: url(../../images/step-4.png); }

/* Guru meditation */
#guru-meditation {
  background: #000;
  color: #FFF;
  display: none;
  padding: 6px;
  position: relative;
  z-index: 500; }
  #guru-meditation div {
    background: #000 url(../../images/guru-bg.gif);
    cursor: pointer;
    margin: 0 auto;
    padding: 8px 9px;
    width: 75%; }
  #guru-meditation .close {
    background: url(../../images/close-button.png) right center no-repeat;
    color: #EEE;
    font-weight: bold;
    padding-right: 20px;
    position: absolute;
    right: 4px;
    text-decoration: none;
    top: 4px; }

#guru-meditation-message {
  background: #000;
  color: #f72000;
  font: inherit;
  font-family: lucidasanstypewriter,fixed;
  font-size: 18px;
  font-stretch: extra-condensed;
  letter-spacing: 1px;
  margin: 0;
  overflow: hidden;
  padding: 6px 12px;
  text-align: center;
  white-space: normal; }

#guru-meditation-backtrace {
  display: none;
  height: 30em;
  overflow: auto; }

/* Widgets */
.debug {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffecd1;
  border: 1px solid #f89b40; }

iframe.content {
  height: 35ex;
  border: none; }

.right {
  text-align: right; }

.float-right {
  float: right; }

.left {
  text-align: left; }

.float-left {
  float: left; }

.hidden {
  display: none!important; }

.disabled {
  color: lightgray; }

.pointer {
  cursor: pointer;
  padding-right: 10px; }

.greytext {
  color: #999; }

.iconbutton {
  text-indent: -5000px;
  letter-spacing: -5000px;
  outline: none;
  background: url(../../images/action-icons.png);
  float: left;
  height: 18px;
  width: 18px; }
  .iconbutton.remove {
    background-position: 0px 0px; }
  .iconbutton.remove:hover,
  .iconbutton.remove:focus {
    background-position: -18px 0px; }
  .iconbutton.remove.disabled {
    background-position: -36px 0px; }

.form-row,
.row {
  clear: both;
  display: block;
  margin-bottom: 3px;
  position: relative; }
  .form-row a,
  .row a {
    outline: none; }
  .form-row .form-radio,
  .row .form-radio {
    display: block;
    float: left; }
  .form-row fieldset,
  .row fieldset {
    clear: both; }
  .form-row > input,
  .form-row > button,
  .form-row > img,
  .row > input,
  .row > button,
  .row > img {
    vertical-align: middle; }

.minibutton,
.form-button {
  background: #fefefe url(../../images/minibutton-shade.png) center bottom repeat-x;
  border: 1px solid #AAA;
  color: #333;
  cursor: pointer;
  font-size: 90%;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }
  .minibutton img,
  .form-button img {
    vertical-align: middle;
    border: none; }
  .minibutton:visited,
  .form-button:visited {
    color: #333; }
  .minibutton:hover,
  .form-button:hover {
    background-color: #fff;
    border-color: #888;
    color: #555;
    text-decoration: none; }
  .minibutton:active,
  .form-button:active {
    background: #EEE url(../../images/minibutton-shade-active.png) center bottom repeat-x; }
  .minibutton b,
  .form-button b {
    color: #000;
    font-weight: 400; }
  .minibutton.default,
  .form-button.default {
    background-color: #c4f990;
    border-width: 2px;
    margin: -1px; }

.minibutton {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 6px; }

.form-button {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 10px;
  padding: 3px 12px;
  background-color: #4e9a06;
  border-color: #4e9a06;
  color: #fff!important;
  text-shadow: #4e9a06 0 0 2px;
  background-image: url(../../images/button-highlight.png);
  background-position: top; }
  .form-button.default {
    background-color: #308302; }
  .form-button:hover {
    background-color: #61b114;
    border-color: #438405; }
  .form-button.large {
    display: inline-block;
    font-size: 1.125em;
    padding: 6px 12px; }
  .form-button.orange {
    background-color: #ce5c00;
    background-image: url(../../images/button-highlight-orange.png);
    border-color: #774b15;
    text-shadow: #774b15 0 0 1px; }
    .form-button.orange:hover {
      background-color: #dd7714; }
  .form-button:active {
    background-image: url(../../images/minibutton-shade-active.png);
    background-position: center bottom;
    background-repeat: repeat-x; }
  .form-button.disabled,
  .form-button[disabled='true'],
  .form-button[disabled='disabled'] {
    background: #eee; }

.button-half-right {
  border-radius: 0 100% 100% 0;
  -moz-border-radius: 0 100% 100% 0;
  -webkit-border-radius: 0 10px 10px 0;
  margin-left: -5px;
  padding-bottom: 2px;
  padding-left: 9px; }

.form-text {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff url(../../images/input-bg.png) center top repeat-x;
  border: 1px solid #aaa;
  margin: 1px;
  padding: 3px;
  position: relative; }
  .form-text:focus {
    background: #FFF url(../../images/input-bga.png) center top repeat-x;
    border: 2px solid #729fcf;
    margin: 0; }
  .form-text.error {
    border: 2px solid #900;
    margin: 0; }

.row.error .form-text {
  border: 2px solid #900;
  margin: 0; }

.text-half-left {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px; }

.form-button.disabled,
.form-button[disabled='true'],
.form-button[disabled='disabled'],
.form-text.disabled,
.form-text[disabled='true'],
.form-text[disabled='disabled'] {
  border-color: #ccc;
  color: #999 !important;
  cursor: default;
  opacity: 0.9;
  text-shadow: none; }

input.searchinput {
  padding-left: 22px; }
input.edit {
  padding-right: 22px; }

textarea.form-text {
  padding: 3px;
  width: 95%; }
  textarea.form-text:focus {
    margin: 1px;
    padding: 2px; }

blockquote {
  margin: 0;
  padding: 6px 24px; }

.doc {
  clear: both; }
  .doc .toc {
    margin: -2em 0 0;
    padding: 1em; }
    .doc .toc li {
      padding: 0;
      font-weight: bold; }
      .doc .toc li.title {
        margin-top: 2em;
        list-style: none; }
        .doc .toc li.title strong {
          font-size: 1.2em; }
        .doc .toc li.title .title strong {
          font-size: 1.1em; }
        .doc .toc li.title ul {
          padding: 0.5em 1.5em 1em; }
      .doc .toc li a {
        font-weight: normal; }
      .doc .toc li ul {
        margin: 0; }
  .doc .request {
    padding: 12px 21px 24px; }
    .doc .request kbd {
      display: block;
      margin-left: -18px;
      padding: 12px 0;
      white-space: nowrap;
      line-height: 1.5em; }
      .doc .request kbd tt {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #333;
        color: #eee;
        padding: 12px 18px; }
  .doc dl.changelog {
    margin: 6px; }
    .doc dl.changelog dd {
      margin: 12px 12px 24px; }

.widget input[type=text] {
  width: 95%; }

.form-radio,
.form-check {
  cursor: pointer;
  white-space: nowrap; }
  .form-radio:hover,
  .form-radio.hover,
  .form-check:hover,
  .form-check.hover {
    color: #f57900; }

.form-radio {
  background: url(../../images/radiobutton.png) left top no-repeat;
  border: 0 none;
  min-height: 16px;
  padding: 0 .5em .5em 22px; }
  .form-radio input {
    display: none; }
  .form-radio.checked {
    background: url(../../images/radiobutton-checked.png) left top no-repeat; }

.form-check input {
  vertical-align: middle; }

fieldset {
  border: none;
  margin: 0 0 24px 24px; }
  fieldset.slidedown {
    font-size: 90%;
    margin: 0;
    overflow: hidden;
    padding-top: 0 !important;
    position: relative; }

hr {
  border-color: #999;
  border-style: solid;
  border-width: 0 0 1px;
  clear: both; }

form {
  overflow: hidden; }

div.spacer,
label.spacer,
span.spacer {
  display: block;
  float: left;
  padding: 3px 1ex 0 0;
  text-align: right;
  color: #333; }

.spacer {
  clear: both;
  min-width: 9ex;
  min-height: 1ex; }
  .spacer.text-only {
    padding-top: 0; }

label {
  vertical-align: middle; }
  label .container {
    float: left; }

.form-uploadbutton {
  overflow: hidden;
  position: relative; }
  .form-uploadbutton .transparenter input {
    bottom: 0;
    cursor: pointer;
    float: right;
    font-size: 100px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    /* Thanks for supporting web standards, IE! /s */
    filter: alpha(opacity=0); }
  .form-uploadbutton .button-label {
    display: block;
    padding: 1px; }

.backlink img,
.backlink-two img {
  background: url(../../images/arrow-link-left.png) 0 50% no-repeat;
  border: medium none;
  float: left;
  height: 12px;
  margin: 2px 6px 0 0;
  vertical-align: middle;
  width: 9px; }

.backlink-two img {
  background: url(../../images/arrow-link-two-left.png) 0 50% no-repeat;
  width: 14px; }

.edit-wrap {
  position: relative; }
  .edit-wrap input.edit {
    padding-right: 22px;
    border: 1px solid #888; }

.container {
  overflow: hidden;
  position: relative; }

.searchform {
  position: relative; }
  .searchform .loupe,
  .searchform .busy {
    bottom: 0;
    left: 2px;
    padding: 8px 3px;
    position: absolute;
    top: 0;
    width: 16px;
    z-index: 99; }

.loupe {
  background: url(../../images/loupe.png) 50% 50% no-repeat; }

.busy {
  background: url(../../images/spinner.gif) 50% 50% no-repeat; }
  .busy.big {
    background-image: url(../../images/spinner-big.gif); }

.popupMenu {
  background-color: #EEE;
  border: 1px solid #999; }
  .popupMenu .form-radio {
    color: inherit;
    display: block;
    padding: 3px 6px 3px 28px;
    background-position: 6px 50%; }
    .popupMenu .form-radio:hover {
      background-color: highlight;
      color: highlighttext;
      text-decoration: none; }

.pagination {
  float: right;
  font-size: .86em;
  overflow: hidden;
  position: relative; }
  .pagination span,
  .pagination a {
    background: #f6f6f6;
    border: 1px solid #CCC;
    display: block;
    float: left;
    font-size: .86em;
    font-weight: bold;
    margin: 1px;
    padding: 3px 8px; }
  .pagination a:hover {
    background: #4a90e6;
    border-color: #1f75df;
    color: #FFF;
    text-decoration: none; }
  .pagination .inactive,
  .pagination .selected {
    background: inherit;
    border: none;
    color: inherit;
    cursor: default;
    margin: 2px;
    text-decoration: none; }
  .pagination .selected {
    font-weight: bold; }

.per-page {
  overflow: hidden;
  position: relative;
  padding: 5px;
  float: left; }
  .per-page span {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    color: #555; }
  .per-page a {
    padding: 5px;
    width: 3ex;
    text-align: center; }

td.popularity {
  padding: 0 !important;
  width: 70px !important; }
  td.popularity b {
    background: url(../../images/popular.png) left center repeat-x;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -20em; }

table {
  border-collapse: collapse;
  font-size: inherit; }
  table th, table td {
    font-size: inherit; }
  table tr.selected td {
    background-color: #d5f4b6; }

table.list,
.list table {
  margin: 0;
  width: 100%; }
  table.list th, table.list td,
  .list table th, .list table td {
    padding: 3px 6px; }
    table.list th .form-text, table.list td .form-text,
    .list table th .form-text, .list table td .form-text {
      width: 100%; }
  table.list thead th,
  .list table thead th {
    border-bottom: 1px solid #CCC;
    font-size: .9em;
    padding: 3px 3px 0;
    text-align: left;
    white-space: nowrap;
    font-weight: normal;
    vertical-align: middle;
    color: #555; }
  table.list tbody tr:hover th, table.list tbody tr:hover td,
  .list table tbody tr:hover th, .list table tbody tr:hover td {
    background-color: #ffc; }
  table.list tbody tr.selected:hover th, table.list tbody tr.selected:hover td,
  .list table tbody tr.selected:hover th, .list table tbody tr.selected:hover td {
    background-color: #cdf49f; }
  table.list.nohover tr:hover th, table.list.nohover tr:hover td,
  .list table.nohover tr:hover th, .list table.nohover tr:hover td {
    background-color: inherit !important; }

div.list .list-row:hover {
  background-color: #ffc; }

.average_rating {
  float: left;
  height: 13px;
  width: 62px; }

.small-error-message,
.inline-error,
.inline-warning {
  padding: 0 0 0 24px; }

.inline-error {
  background: url(../../images/icon-error.png) no-repeat 0 50%;
  color: #c00; }

.inline-warning {
  background: url(../../images/icon-warning.png) no-repeat 0 50%;
  color: #ce5c00; }

.message,
.flash-message {
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #eee;
  border: 1px solid #d3d7cf;
  padding: 9px 15px; }
  .message.flash-notice,
  .message.info,
  .flash-message.flash-notice,
  .flash-message.info {
    background-color: #dbf8be;
    border-color: #c1f390; }
  .message.flash-warning,
  .message.warning,
  .flash-message.flash-warning,
  .flash-message.warning {
    background-color: #feecd0;
    border-color: #fcaf3e; }
    .message.flash-warning p,
    .message.warning p,
    .flash-message.flash-warning p,
    .flash-message.warning p {
      margin: 1em 0 0;
      padding: 0; }
      .message.flash-warning p:first-child,
      .message.warning p:first-child,
      .flash-message.flash-warning p:first-child,
      .flash-message.warning p:first-child {
        margin-top: 0; }
  .message.flash-error,
  .message.error,
  .flash-message.flash-error,
  .flash-message.error {
    background-color: #ffdddd;
    border-color: #ffa4a4; }

.flash-message {
  margin: 12px auto 0;
  padding: 6px 12px;
  width: 75%; }

.tip {
  color: #777; }
  .tip tt {
    color: #333;
    font-weight: bold; }

.note {
  color: #555; }

.return-row {
  padding: 0px 6px;
  position: relative;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  margin: 0 0 6px; }
  .return-row .backlink-two {
    position: relative;
    margin-left: -2px; }

.return {
  position: relative;
  padding: 6px 12px 6px 0;
  float: left; }

.block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top; }

.ie .block {
  /* Trigger hasLayout */
  overflow: hidden; }

.ie6 .block {
  display: inline;
  /* IE6 will expand the height */
  /* this also triggers hasLayout */
  height: 1%; }

.relaxed {
  width: auto !important; }

.help-link {
  cursor: help !important; }

.true .false,
.false .true {
  display: none; }

.pad-top-0 {
  padding-top: 0px; }

.pad-top-1 {
  padding-top: 3px; }

.pad-top-2 {
  padding-top: 6px; }

.pad-top-3 {
  padding-top: 9px; }

.pad-top-4 {
  padding-top: 12px; }

.pad-top-5 {
  padding-top: 15px; }

.pad-top-6 {
  padding-top: 18px; }

.pad-right-0 {
  padding-right: 0px; }

.pad-right-1 {
  padding-right: 3px; }

.pad-right-2 {
  padding-right: 6px; }

.pad-right-3 {
  padding-right: 9px; }

.pad-right-4 {
  padding-right: 12px; }

.pad-right-5 {
  padding-right: 15px; }

.pad-right-6 {
  padding-right: 18px; }

.pad-bottom-0 {
  padding-bottom: 0px; }

.pad-bottom-1 {
  padding-bottom: 3px; }

.pad-bottom-2 {
  padding-bottom: 6px; }

.pad-bottom-3 {
  padding-bottom: 9px; }

.pad-bottom-4 {
  padding-bottom: 12px; }

.pad-bottom-5 {
  padding-bottom: 15px; }

.pad-bottom-6 {
  padding-bottom: 18px; }

.pad-left-0 {
  padding-left: 0px; }

.pad-left-1 {
  padding-left: 3px; }

.pad-left-2 {
  padding-left: 6px; }

.pad-left-3 {
  padding-left: 9px; }

.pad-left-4 {
  padding-left: 12px; }

.pad-left-5 {
  padding-left: 15px; }

.pad-left-6 {
  padding-left: 18px; }

.pad-left-7 {
  padding-left: 21px; }

.pad-left-8 {
  padding-left: 24px; }

.pad-left-9 {
  padding-left: 27px; }

.pad-left-10 {
  padding-left: 30px; }

/* Tabs */
@media projection,screen {
  .ui-tabs-hide {
    display: none; } }

.ui-tabs-nav {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  z-index: 2; }
  .ui-tabs-nav li {
    cursor: pointer;
    float: left;
    position: relative; }
    .ui-tabs-nav li a {
      text-decoration: none;
      display: block;
      font-size: 1.125em;
      margin: 0;
      padding: 0 24px;
      position: relative;
      z-index: 50; }
  .ui-tabs-nav a:hover {
    text-decoration: underline; }
  .ui-tabs-nav .ui-tabs-selected a {
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    color: #555753;
    cursor: default;
    outline: none;
    text-decoration: none; }

#notebooktabs {
  left: 192px;
  position: absolute;
  top: -32px;
  line-height: 35px;
  font-weight: bold; }
  #notebooktabs a:link,
  #notebooktabs a:visited {
    color: #fff; }
  #notebooktabs >.ui-tabs-selected {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); }
  #notebooktabs .ui-tabs-selected a {
    background-color: #fff;
    color: #555753; }
    #notebooktabs .ui-tabs-selected a:hover {
      color: #555753; }

#notebookcontent {
  position: relative;
  padding: 6px;
  z-index: 2; }

#notebookcontent {
  color: #000;
  overflow: hidden;
  padding-top: 18px;
  position: relative; }
  #notebookcontent.background {
    background: #FFF; }
  #notebookcontent div.ui-tabs-panel {
    border-left: 1px solid #DDD;
    margin: 0;
    overflow: hidden;
    padding: 24px 38px 30px; }
    #notebookcontent div.ui-tabs-panel div.ui-tabs-panel {
      border: 0 none;
      padding: 0;
      position: static; }
  #notebookcontent h2 + form {
    margin: 1em 1em 2em; }
  #notebookcontent fieldset fieldset {
    margin-bottom: 15px; }
  #notebookcontent #software-addpkg {
    margin: 0; }

.subtabs {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  .subtabs li {
    float: left;
    margin: 0;
    padding: 0; }
    .subtabs li a {
      float: left;
      padding: 3px 6px; }

/* Popup */
.popup-wrap {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
  -moz-box-shadow: 2px 2px 9px #777;
  -webkit-box-shadow: 2px 2px 9px #777;
  box-shadow: 2px 2px 9px #777; }
  .popup-wrap .close-link {
    display: block;
    float: right;
    text-align: right; }
  .popup-wrap .minibutton {
    font-size: 1em; }

.popup {
  line-height: 1.2em; }
  .popup h3 {
    clear: both;
    margin-top: 0; }
  .popup h4 {
    clear: both; }
  .popup hr {
    clear: both; }
  .popup .row {
    clear: both;
    overflow: hidden;
    padding: 6px 3px; }
    .popup .row .minibutton {
      margin-right: 6px;
      margin-top: -3px; }
    .popup .row .constrain {
      clear: both;
      float: left;
      margin: -1.2em 0 0 11ex; }
  .popup .actions {
    margin-top: 12px;
    overflow: hidden;
    text-align: right; }
    .popup .actions .form-button {
      margin-left: 6px; }
  .popup .action {
    bottom: 9px;
    left: 9px;
    position: absolute; }
    .popup .action .minibutton {
      bottom: 3px;
      position: relative; }
  .popup ul {
    float: left;
    margin: 0 0 6px;
    padding: 0 0 0 12px; }
  .popup li {
    margin: 0;
    padding: 0; }
  .popup strong {
    clear: both;
    color: #555;
    float: left;
    font-weight: 400;
    min-width: 10ex;
    padding-right: 1ex; }
  .popup p {
    clear: both;
    margin: 12px 12px 12px 0; }
  .popup br {
    clear: both; }

.popup-loading {
  padding: 6px 12px;
  text-align: center; }
  .popup-loading img {
    margin-right: 6px;
    vertical-align: middle; }

.popup-dialog {
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  background: url(../../images/bg-shadow.png);
  max-width: 45em;
  position: fixed;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .popup-dialog .popup {
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    background: #FFF;
    border: 1px solid #204a87;
    bottom: 4px;
    position: relative;
    right: 4px; }
  .popup-dialog .popup-status {
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border: 6px solid #b8cee6;
    padding: 12px; }
  .popup-dialog .actions {
    overflow: visible; }
  .popup-dialog form {
    overflow: visible; }
  .popup-dialog h2 {
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 12px!important; }
  .popup-dialog .warning {
    border-color: #ce5c00; }
    .popup-dialog .warning .popup-status {
      background: url(../../images/dialog-warning.png) 12px 12px no-repeat;
      border-color: #fdd79e;
      padding-left: 72px; }
  .popup-dialog .error .popup-status {
    background: url(../../images/dialog-error.png) 12px 12px no-repeat;
    padding-left: 72px; }
  .popup-dialog .info .popup-status {
    background: url(../../images/dialog-info.png) 12px 12px no-repeat;
    padding-left: 72px; }
  .popup-dialog .software-details {
    width: 52ex; }
    .popup-dialog .software-details h2 {
      padding: 0; }
    .popup-dialog .software-details p {
      margin: 0 !important;
      display: inline; }
    .popup-dialog .software-details div.row {
      line-height: 1.6;
      padding: 3px 7ex 3px 6px; }
      .popup-dialog .software-details div.row .minibutton {
        float: none; }
      .popup-dialog .software-details div.row b {
        font-weight: 400; }
      .popup-dialog .software-details div.row .size {
        color: #999;
        float: right;
        margin-right: -7ex;
        padding-right: 6px; }

.popup-dialog-content {
  max-height: 26em;
  min-width: 20em;
  overflow: auto; }
  .popup-dialog-content .row {
    border-bottom: 1px solid #EEE; }
    .popup-dialog-content .row .minibutton {
      float: left;
      position: relative; }

.shade {
  background: #d9d9d5 url(../../images/bg-page.png) center top repeat-x;
  bottom: 0;
  display: none;
  left: 0;
  opacity: .7;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }

/* Progressbar */
.progressbar {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #bdc0b9 url(../../images/progress-bg.png) bottom left repeat-x;
  border: 1px solid #999;
  float: left;
  height: 9px;
  margin: 0;
  position: relative;
  width: 100%; }
  .progressbar .slider {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(../../images/progress.gif) 0 50% repeat-x;
    border: 1px solid #4e9a06;
    height: 100%;
    margin: -1px;
    overflow: hidden;
    position: relative;
    width: 1px;
    z-index: 1; }
    .progressbar .slider .progressbar-percent {
      color: #FFF; }
  .progressbar.stop .slider,
  .progressbar.complete .slider {
    background-image: url(../../images/progress-stop.gif); }
  .progressbar.warning .slider {
    background-image: url(../../images/progress-warn.gif);
    border-color: #b65e06; }
  .progressbar.error .slider {
    background-image: url(../../images/progress-error.gif);
    border-color: #980707; }

.progressbar-percent {
  color: #555;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  width: 100%; }

.progressbar-time {
  padding-left: 2px; }

/* inline icons */
.icon {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 19px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px; }
  .icon.add {
    background-image: url(../../images/icon-add.png); }
  .icon.remove {
    background-image: url(../../images/icon-remove.png); }
  .icon.rpm {
    background-image: url(../../images/icon-packages.png); }
  .icon.warning {
    background-image: url(../../images/icon-warning.png); }
  .icon.error {
    background-image: url(../../images/icon-error.png); }
  .icon.missing {
    background-image: url(../../images/icon-missing.png); }
  .icon.modified {
    background-image: url(../../images/icon-modified.png); }
  .icon.download {
    background-image: url(../../images/action-download-small.png); }
  .icon.lock {
    background-image: url(../../images/icon-lock.png); }

/* Appliance type icons */
.image-type-ec2,
.image-type-iso,
.image-type-oem,
.image-type-usb,
.image-type-vmx,
.image-type-xen {
  white-space: nowrap; }

.image-type-ec2 {
  background: url(../../images/type-ec2.png) 0 50% no-repeat; }

.image-type-iso {
  background: url(../../images/type-cd.png) 0 50% no-repeat; }

.image-type-oem {
  background: url(../../images/type-hdd.png) 0 50% no-repeat; }

.image-type-vmx {
  background: url(../../images/type-vmware.png) 0 50% no-repeat; }

.image-type-xen {
  background: url(../../images/type-xen.png) 0 50% no-repeat; }

.medium.image-type-ec2,
.medium.image-type-iso,
.medium.image-type-oem,
.medium.image-type-usb,
.medium.image-type-vmx,
.medium.image-type-xen {
  background: url(../../images/type-hdd-22.png) 50% 50% no-repeat;
  height: 22px;
  width: 22px; }
.medium.image-type-ec2 {
  background-image: url(../../images/type-ec2-22.png); }
.medium.image-type-iso {
  background-image: url(../../images/type-cd-22.png); }
.medium.image-type-oem {
  /* Default background */ }
.medium.image-type-usb {
  background-image: url(../../images/type-usb-22.png); }
.medium.image-type-vmx {
  background-image: url(../../images/type-vmware-22.png); }
.medium.image-type-xen {
  background-image: url(../../images/type-xen-22.png); }

td.medium.image-type-ec2,
td.medium.image-type-iso,
td.medium.image-type-oem,
td.medium.image-type-usb,
td.medium.image-type-vmx,
td.medium.image-type-xen {
  background-position: 3px 50%;
  padding-left: 32px !important;
  width: auto; }

.big.image-type-vmx,
.big.image-type-xen,
.big.image-type-ec2,
.big.image-type-oem,
.big.image-type-usb,
.big.image-type-iso {
  background: url(../../images/type-hdd-32.png) 3px 50% no-repeat;
  padding-left: 42px !important; }
.big.image-type-oem {
  /* Default background */ }
.big.image-type-vmx {
  background-image: url(../../images/type-vmware-32.png); }
.big.image-type-xen {
  background-image: url(../../images/type-xen-32.png); }
.big.image-type-ec2 {
  background-image: url(../../images/type-ec2-32.png); }
.big.image-type-usb {
  background-image: url(../../images/type-usb-32.png); }
.big.image-type-iso {
  background-image: url(../../images/type-cd-32.png); }

#page {
  height: 100%;
  overflow: hidden; }

#header,
#content {
  margin: 0 auto;
  max-width: 80em; }

#content {
  min-height: 500px;
  margin: 0 auto;
  min-height: 500px;
  padding: 24px 12px 14ex;
  position: relative; }

/* Sign in */
body.account {
  background-color: #eee; }
  body.account #content {
    background-color: #eee; }
body.accountadd_openid #content,
body.account_login #content {
  padding: 0 12px 192px; }
body.accountadd_openid .flash-error,
body.account_login .flash-error {
  position: static;
  background-image: url(../../images/icon-error.png);
  background-position: 12px 10px;
  background-repeat: no-repeat;
  padding-left: 34px;
  width: 75%; }
  body.accountadd_openid .flash-error p,
  body.account_login .flash-error p {
    display: block !important; }
  body.accountadd_openid .flash-error br,
  body.account_login .flash-error br {
    display: block !important;
    margin: 0.5em 0 0; }
body.accountadd_openid #invites-only,
body.account_login #invites-only {
  font-size: 1.2em;
  width: 80%;
  margin: 0 auto;
  padding: 18px 24px;
  line-height: 1.4; }
body.account_login .user-signin {
  display: none; }
body.account_invitation form,
body.account_new_openid_request form {
  margin: 32px 24px 96px; }

#signin-busy {
  position: absolute;
  left: 32%;
  top: 100px;
  z-index: 100; }
  #signin-busy .busy {
    margin: 0 auto;
    background: url(../../images/spinner-big.gif) no-repeat 0 50%;
    line-height: 32px;
    padding: 0; }
  #signin-busy .busy,
  #signin-busy .tip {
    padding-left: 35px; }

#signinform-wrap {
  margin: 32px auto; }

#signinform {
  display: none; }
  #signinform h2 {
    margin-bottom: 24px; }
  #signinform p, #signinform li {
    color: #555; }
  #signinform hr {
    margin: 48px 15%; }
  #signinform ol {
    padding: 0 0 0 3ex;
    margin: 0; }
  #signinform form {
    overflow: visible; }
  #signinform .spacer {
    vertical-align: middle;
    min-width: 12ex;
    text-align: right; }
  #signinform #signin-user, #signinform #OIDentry {
    white-space: nowrap; }
  #signinform #openid-custom {
    width: 42%;
    padding-left: 22px;
    background: url(../../images/signin-openid.png) no-repeat 3px 50%; }
  #signinform #userInput {
    min-height: 8ex;
    margin-bottom: 24px; }
  #signinform #OIDuser {
    padding-left: 22px;
    background: url(../../images/signin-openid.png) no-repeat 3px 50%;
    background-image: url(../../images/signin-user.png); }
  #signinform #signin-choices {
    margin: 0;
    padding: 0 0 0 18px; }
    #signinform #signin-choices li {
      background: url(../../images/signin-user.png) no-repeat 0 50%;
      line-height: 16px;
      list-style: none;
      margin: 0; }
      #signinform #signin-choices li a {
        display: block;
        padding: 3px 3px 3px 21px; }
      #signinform #signin-choices li.auth-email {
        margin-bottom: 12px;
        background-image: url(../../images/signin-email.png); }
      #signinform #signin-choices li.auth-openid {
        background-image: url(../../images/signin-openid.png); }
      #signinform #signin-choices li.auth-novell {
        background-image: url(../../images/signin-novell.png); }
      #signinform #signin-choices li.auth-google {
        background-image: url(../../images/signin-google.png); }
      #signinform #signin-choices li.auth-yahoo {
        background-image: url(../../images/signin-yahoo.png); }
      #signinform #signin-choices li.auth-aim {
        background-image: url(../../images/signin-aim.png); }
      #signinform #signin-choices li.auth-wp {
        background-image: url(../../images/signin-wp.png); }
      #signinform #signin-choices li.auth-lj {
        background-image: url(../../images/signin-lj.png); }
  #signinform .auth-openid #OIDuser {
    background-image: url(../../images/signin-openid.png); }
  #signinform .auth-novell #OIDuser {
    background-image: url(../../images/signin-novell.png); }
  #signinform .auth-email #OIDuser {
    background-image: url(../../images/signin-email.png); }
  #signinform .auth-google #OIDuser {
    background-image: url(../../images/signin-google.png); }
  #signinform .auth-yahoo #OIDuser {
    background-image: url(../../images/signin-yahoo.png); }
  #signinform .auth-aim #OIDuser {
    background-image: url(../../images/signin-aim.png); }
  #signinform .auth-wp #OIDuser {
    background-image: url(../../images/signin-wp.png); }
  #signinform .auth-lj #OIDuser {
    background-image: url(../../images/signin-lj.png); }
  #signinform #OIDwp {
    margin-top: 32px; }
  #signinform .info,
  #signinform .note {
    background: url(../../images/info.png) no-repeat left top;
    padding: 0 0 0 22px;
    color: #555;
    clear: both;
    margin: 0 48px 0 0; }
  #signinform .note {
    background: url(../../images/icon-warning.png) no-repeat left top; }

#oid-wrap {
  float: left;
  position: relative; }
  #oid-wrap img {
    top: 0;
    left: 0;
    position: absolute; }
  #oid-wrap input {
    float: none; }

#OIDprovider {
  margin-bottom: 12px; }

#OIDreminder {
  overflow: hidden;
  position: relative; }
  #OIDreminder a {
    display: block;
    float: left;
    padding: 6px; }

#signin-problem,
#OIDform {
  margin: 44px 0 24px; }

#show-openid a {
  padding: 6px 6px 6px 32px;
  line-height: 22px;
  background: url(../../images/signin-openid-22.png) no-repeat 3px 50%; }

#OIDother {
  line-height: 36px; }
  #OIDother .spacer {
    padding-top: 0; }
  #OIDother a {
    text-indent: -5000px;
    letter-spacing: -5000px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 6px 0 0;
    background: url(../../images/signin-novell.png) no-repeat 50% 50%;
    height: 34px;
    float: left;
    border: 1px solid white; }
    #OIDother a:hover {
      background-color: #eff4fa;
      border-color: #a7c3e1; }
    #OIDother a:active {
      opacity: 0.9; }
    #OIDother a#OIDnovell {
      width: 96px; }
    #OIDother a#OIDgoogle {
      width: 94px;
      background-image: url(../../images/signin-google.png); }
    #OIDother a#OIDyahoo {
      width: 100px;
      background-image: url(../../images/signin-yahoo.png); }

#signin-choices .selected {
  font-weight: bold; }

#signin-moreinfo h2 {
  margin-top: 48px; }

#invites-only,
.notice {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 18px 24px;
  margin: 0 0 12px;
  border: 1px solid orange;
  background-color: #fff9ce;
  border: 1px solid #ffdd37; }
  #invites-only h2,
  .notice h2 {
    padding: 0; }

#invites-only {
  padding: 18px 12px 24px;
  background: url(../../images/signup.png) 0 50% no-repeat; }

#signup {
  margin-top: 96px; }
  #signup h2 {
    padding-bottom: 0; }
  #signup p {
    padding: 0 12px 6px; }
  #signup .form-row {
    padding-left: 12px; }

#invitation-code.form-row {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px; }
#invitation-code b {
  color: #555;
  float: left;
  font-weight: normal;
  padding: 3px 0 0 3px; }

/* Account sign-up */
body.account_signup fieldset {
  margin-left: 12px; }
  body.account_signup fieldset h3,
  body.account_signup fieldset .form-button {
    margin-top: 24px; }

/* Mozilla Weave */
#revert {
  padding-left: 6px; }

/* Error CSS */
body.error_page #page {
  background-position: 0 -60px;
  background-color: #eee; }
body.error_page #content {
  margin: 0 auto;
  text-align: center; }
  body.error_page #content #error {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #fff;
    border: 2px solid #aaa;
    padding: 24px;
    margin: 24px 5% 48px; }
body.error_page h1 {
  padding: 12px 0 24px;
  font-size: 2em; }
body.error_page .form-row {
  font-size: 1.5em;
  margin: 24px auto 48px; }
  body.error_page .form-row a {
    padding: 2em 2em;
    text-decoration: underline; }

#error-robot {
  margin: 24px auto; }

/* Terms of use */
body.user_new form,
body.user_update_new form {
  width: 45em;
  max-width: 100%;
  margin: 0 auto; }
body.user_new p,
body.user_update_new p {
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  display: block; }
body.user_new #content,
body.user_update_new #content {
  min-height: 0;
  padding: 20px; }
body.user_new .disk-quota,
body.user_update_new .disk-quota {
  display: none; }
body.user_new #footer,
body.user_update_new #footer {
  display: none; }

.terms-of-use {
  height: 500px;
  overflow-y: scroll;
  padding: 0 12px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #111;
  border-width: 1px 0 1px 1px;
  margin: 12px 0;
  min-height: 10em; }
  .terms-of-use ol {
    margin: 0;
    padding: 0.5em 2em; }
  .terms-of-use li {
    font-size: 1.2em;
    font-weight: bold; }
  .terms-of-use dd {
    font-weight: normal;
    font-size: 0.8em;
    margin: 0;
    padding: 0 0 1em; }
  .terms-of-use dt {
    margin: 0.75em 0 0.5em;
    font-weight: bold; }
  .terms-of-use dl dl dd {
    font-size: 1em; }
  .terms-of-use dl strong {
    font-size: inherit;
    font-weight: bold; }

html.kiosk {
  overflow: auto !important; }
  html.kiosk #subheading {
    max-width: 100% !important; }
  html.kiosk #notebooktabs {
    max-width: 100% !important;
    left: 212px; }
  html.kiosk #content {
    max-width: 100% !important;
    padding-bottom: 0 !important; }
  html.kiosk #constrain {
    max-width: 100% !important; }
  html.kiosk body {
    font-size: 15px; }
  html.kiosk #sidebar,
  html.kiosk #sidebar.float #sidebar-content {
    width: 200px !important; }
  html.kiosk input, html.kiosk button, html.kiosk .form-text, html.kiosk .form-button, html.kiosk select {
    font-size: 13px; }
  html.kiosk #footer {
    display: none !important; }
  html.kiosk #userbar #link-bug, html.kiosk #userbar .user-feedback,
  html.kiosk #userbar #link-myaccount, html.kiosk #userbar .user-signout {
    display: none !important; }
  html.kiosk #mainnavigation {
    left: 58px; }
  html.kiosk #signup-wrap {
    display: none; }

/* Feedback form */
body.feedback_new_message .form-row .spacer {
  padding-top: 0; }
body.feedback_new_message #userbar,
body.feedback_new_message #footer {
  display: none; }
