body {
  font-family: Courier, Verdana, Helvetica, Arial, Tahoma, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  font-size: 12px;
  background: #cccccc url(/images/bg.jpg) left top repeat; }

a {
  cursor: pointer;
  text-decoration: underline;
  outline: none; }
  a.button {
    position: relative;
    display: block;
    height: 28px;
    padding: 1px 10px 0 10px;
    margin: 0 0 0 4px;
    background: url(/images/btn-bg.png) right top no-repeat;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    font-family: Courier, Verdana, Helvetica, Arial, Tahoma, sans-serif;
    line-height: 26px;
    text-decoration: none; }
  a.login, a.signup {
    margin: 12px 0 0 4px; }
  a.button div.left {
    position: absolute;
    top: 0;
    left: -4px;
    height: 28px;
    width: 4px;
    background: url(/images/btn-left.png) left top no-repeat; }
  a.button span.label {
    padding: 0 20px; }

p {
  margin: 0; }

em {
  font-weight: bold;
  font-style: normal;
  color: #006f00; }

#error {
  position: absolute;
  z-index: 20000;
  top: 0;
  height: 24px;
  width: 100%;
  background: #f00;
  color: #fff;
  font-weight: bold;
  display: none;
  text-align: center;
  font-size: 1.2em;
  padding: 4px 0; }

#success {
  position: absolute;
  z-index: 20000;
  top: 0;
  height: 24px;
  width: 100%;
  background: #00CD00;
  color: #fff;
  font-weight: bold;
  display: none;
  text-align: center;
  font-size: 1.2em;
  padding: 4px 0; }

#header {
  height: 30px;
  overflow: hidden;
  position: relative;
  color: #fff; }

#logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 221px;
  background: url(/images/logo.png) right top no-repeat;
  z-index: 10; }

input.text, input[type=text] {
  padding: 4px;
  font-size: 14px;
  margin: 0; }

textarea {
  padding: 4px;
  font-size: 14px;
  margin: 0; }

input[type=password], input.password {
  padding: 4px;
  font-size: 14px;
  margin: 0; }
input:focus {
  background: #fffbda; }

textarea:focus {
  background: #fffbda; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

#content {
  padding: 0; }

#mapWrapper {
  position: relative;
  padding: 8px 0; }

#map {
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  margin: 0 0 0 20px; }

#mapWrapper .mapCornerTl {
  position: absolute;
  top: 0;
  left: 12px;
  width: 8px;
  height: 8px;
  background: url(/images/map-corner-tl.png) left top no-repeat; }
#mapWrapper .mapCornerTr {
  position: absolute;
  top: 0;
  right: 6px;
  width: 8px;
  height: 8px;
  background: url(/images/map-corner-tr.png) left top no-repeat; }
#mapWrapper .mapCornerBr {
  position: absolute;
  bottom: 14px;
  right: 6px;
  width: 8px;
  height: 8px;
  background: url(/images/map-corner-br.png) left top no-repeat; }
#mapWrapper .mapCornerBl {
  position: absolute;
  bottom: 14px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: url(/images/map-corner-bl.png) left top no-repeat; }
#mapWrapper .mapTop {
  position: absolute;
  top: 0;
  left: 20px;
  width: 600px;
  height: 8px;
  background: url(/images/map-top.png) center top no-repeat; }
#mapWrapper .mapRight {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 8px;
  height: 100%;
  background: url(/images/map-right.png) center center no-repeat; }
#mapWrapper .mapBottom {
  position: absolute;
  bottom: 14px;
  left: 20px;
  width: 100%;
  height: 8px;
  background: url(/images/map-bottom.png) center center no-repeat; }
#mapWrapper .mapLeft {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 8px;
  height: 100%;
  background: url(/images/map-left.png) center center no-repeat; }

.viewItem {
  padding: 5px 10px 15px 10px;
  width: 480px; }

h1#viewItemTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px 0; }

.viewItem p {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 130%; }
.viewItem a.contact {
  padding: 4px 0 4px 24px;
  background: url(/images/icon-contact-bubble.gif) left center no-repeat;
  color: #df5100; }

#searchLocation {
  background: #ffffff;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 30px; }

#footer {
  height: 35px;
  text-align: left;
  padding: 0 0 0 20px; }

#title {
  font-size: 1.4em; }


#listingsWrapper {
  position: absolute;
  right: 28px;
  top: 180px;
  width: 340px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: transparent url(/images/note-paper.png) right bottom no-repeat; }

#searchWrapper {
  position: absolute;
  top: 172px;
  left: 32px; }
  #searchWrapper input {
    border: transparent;
    width: 210px;
    padding: 6px 4px;
    background: transparent; }
  #searchWrapper a.search {
    background: #b1c655;
    color: #007000;
    padding: 5px 8px;
    border: 1px solid #007000;
    text-decoration: underline;
    font-weight: bold; }
    #searchWrapper a.search:hover {
      background: #007000;
      color: #b1c655;
      border-color: #b1c655; }

#listings {
  overflow: auto;
  position: relative;
  top: 28px;
  left: 20px; }
  #listings ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 20px 0 10px;
    font-size: 12px; }
  #listings li {
    margin: 0;
    padding: 0; }
    #listings li.empty {
      padding: 20px 0 0 0; }
      #listings li.empty h2 {
        line-height: 140%;
        margin: 0; }
        #listings li.empty h2 em {
          color: #f00;
          font-style: normal;
          font-size: 16px; }
  #listings ul li a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #3c3c3c; }
    #listings ul li a:hover {
      color: #B1C655; }
  #listings h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold; }
  #listings h2 {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0; }
  #listings p {
    margin: 0; }


.overlay label {
  display: block;
  font-weight: bold; }
.overlay .terms label {
  display: inline;
  font-weight: normal; }
.overlay h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0; }
.overlay input, .overlay textarea {
  width: 400px;
  margin: 0;
  border-color: #ddd #bbb #bbb #ddd;
  border-style: solid;
  border-width: 1px; }
.overlay .contactForm {
  background: #efefef;
  border-width: 1px 0;
  border-style: dashed;
  border-color: #ddd;
  padding: 10px;
  margin: 20px 0 0 0; }
  .overlay .contactForm textarea.message {
    margin: 12px 0 0 0; }
  .overlay .contactForm .buttons {
    width: 410px; }

.contactForm .buttons a.send {
  float: right;
  margin: 12px 0 0 4px; }
.contactForm .buttons a.cancel {
  float: right; }
  .contactForm .buttons a.cancel span {
    display: block;
    padding: 4px 8px;
    text-align: center;
    margin: 16px 20px 0 0; }
  .contactForm .buttons a.cancel:hover {
    color: #df5100; }

div.noItemsFound {
  margin-top: 20px;
  padding: 5px;
  font-size: 1.1em;
  font-weight: bold; }

#loginLogout {
  float: right;
  margin: 5px 0 0 10px;
  background: #000;
  top: 5px;
  right: 380px;
  height: 23px;
  z-index: 11; }
  #loginLogout a {
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 4px 0 0 0;
    padding: 0 10px;
    text-decoration: underline; }

#buttonHelp {
  float: right;
  margin: 5px 0 0 10px;
  border: 0;
  background: #77b4d1;
  top: 5px;
  height: 23px;
  z-index: 11; }
  #buttonHelp a {
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 4px 0 0 0;
    padding: 0 10px;
    text-decoration: underline; }

#buttonAddItem {
  float: right;
  margin: 5px 380px 0 10px;
  border: 0;
  background: #f00;
  top: 5px;
  right: 465px;
  height: 23px;
  z-index: 11; }
  #buttonAddItem a {
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 4px 0 0 0;
    padding: 0 10px;
    text-decoration: underline; }

#buttonEditItems {
  float: right;
  margin: 5px 0 0 10px;
  background: #b0c655;
  border: 0;
  top: 5px;
  right: 665px;
  height: 23px;
  z-index: 12; }
  #buttonEditItems a {
    display: block;
    color: #007000;
    font-weight: bold;
    margin: 4px 0 0 0;
    padding: 0 10px;
    text-decoration: underline; }

.dialog {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 958px; }
  .dialog div.borderTop {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: url(/images/border-dialog-top.gif) left top repeat-x; }
  .dialog div.borderBottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    background: url(/images/border-dialog-bottom.gif) left top repeat-x; }
  .dialog label {
    display: block;
    margin: 12px 0 0 0;
    font-weight: bold; }
  .dialog a.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 70px;
    height: 16px;
    cursor: pointer;
    text-indent: -5000px;
    outline: none;
    background: url(/images/btn-close.gif) left top no-repeat; }
  .dialog .content {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 938px;
    height: 400px;
    border-width: 0 4px;
    border-color: #b0c655;
    border-style: solid;
    overflow: hidden; }

#loginSignup.dialog .content {
  width: 938px; }

#editItem.dialog .content {
  width: 332px; }

#addItem.dialog .content {
  width: 612px; }

#feedback.dialog .content {
  width: 430px;
  height: 350px; }

#termsAndConditions.dialog .content, #about.dialog .content {
  width: 632px; }

.dialog h1 {
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  top: 15px;
  left: 15px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
  padding: 0 0 4px 0;
  width: 580px; }

#loginSignup.dialog h1 {
  width: 908px; }

#editItem.dialog h1 {
  width: 300px; }

#feedback.dialog h1 {
  width: 400px; }

#termsAndConditions.dialog h1, #about.dialog h1 {
  width: 600px; }

.dialog h2 {
  margin: 0; }

#loginSignup.dialog div.confirmation h2, #loginSignup.dialog div.confirmation p {
  margin: 0 0 12px 0; }

.dialog div.buttons {
  position: absolute;
  left: 15px;
  top: 353px;
  width: 898px;
  height: 12px;
  padding: 8px 0 0 0;
  border-top: 1px solid #d6d6d6; }

#editItem.dialog div.buttons {
  width: 300px; }

#feedback.dialog div.buttons {
  width: 400px;
  top: 300px; }

.dialog div.buttons a.button {
  float: right; }
.dialog div.buttons a.cancel, .dialog div.buttons a.tellMeMore {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 14px;
  font-weight: bold; }

#addItem div.what {
  position: absolute;
  top: 44px;
  left: 324px;
  width: 285px;
  height: 290px;
  padding: 20px 0 0 0; }
#addItem div.where {
  position: absolute;
  top: 44px;
  width: 285px;
  border-right: 1px solid #d6d6d6;
  height: 290px;
  left: 15px;
  padding: 20px 0 0 0; }
#addItem div.preview {
  position: absolute;
  top: 44px;
  width: 285px;
  border: 0;
  height: 270px;
  left: 635px;
  padding: 20px 0 0 0; }

#loginSignup div.privacy {
  position: absolute;
  left: 625px;
  top: 54px;
  width: 304px;
  height: 286px;
  padding: 20px 0 0 0;
  overflow: hidden;
  display: none;
  background: url(/images/privacy-postit.jpg) top left no-repeat; }
  #loginSignup div.privacy div.borderTop, #loginSignup div.privacy div.borderBottom {
    display: none; }
  #loginSignup div.privacy h1, #loginSignup div.privacy a.close {
    display: none; }
  #loginSignup div.privacy div.content {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 250px;
    height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 20px 0;
    background: transparent;
    line-height: 140%;
    border: 0; }
  #loginSignup div.privacy a.cancel {
    background: #bab761;
    position: absolute;
    right: 15px;
    top: 240px;
    color: #fff;
    text-align: center;
    padding: 4px 10px; }
    #loginSignup div.privacy a.cancel span.label {
      color: #fff;
      font-weight: bold; }
#loginSignup div.login {
  position: absolute;
  left: 15px;
  width: 285px;
  height: 300px;
  top: 44px;
  border-right: 1px solid #d6d6d6;
  padding: 20px 0 0 0; }
#loginSignup div.signup {
  position: absolute;
  top: 44px;
  width: 285px;
  height: 270px;
  left: 324px;
  padding: 20px 0 0 0; }
#loginSignup p.privacy {
  clear: left;
  padding-top: 10px; }
#loginSignup div.confirmation {
  display: none;
  position: absolute;
  top: 63px;
  width: 425px;
  height: 270px;
  left: 324px; }
#loginSignup div.verification {
  display: none; }

#editItem div.myItems {
  position: absolute;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  left: 15px;
  top: 45px;
  width: 300px;
  height: 309px;
  overflow-y: scroll;
  overflow-x: hidden; }
#editItem div.where {
  position: absolute;
  padding: 20px 0 0 0;
  top: 44px;
  height: 290px;
  width: 285px;
  left: 15px;
  border-right: 1px solid #d6d6d6; }
#editItem div.what {
  position: absolute;
  padding: 20px 0 0 0;
  top: 44px;
  width: 285px;
  height: 290px;
  border-right: 1px solid #d6d6d6;
  left: 324px; }
#editItem div.myItemsList p {
  margin: 4px 0 0 6px; }
#editItem div.myItems ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#editItem .myItems li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer; }
  #editItem .myItems li.expired {
    color: #9d9d9d; }
  #editItem .myItems li.selected {
    background-color: #eff3dc; }
  #editItem .myItems li h4 {
    margin: 0 0 0 10px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: bold; }
#editItem .myItems a.taken {
  position: absolute;
  display: block;
  top: 10px;
  right: 12px;
  background: #b0c655;
  color: #007000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 2px 6px; }
  #editItem .myItems a.taken:hover {
    color: #b0c655;
    background: #007000; }
#editItem .myItems a.relist {
  position: absolute;
  display: block;
  top: 10px;
  right: 12px;
  background: #d8e2aa;
  color: #7fb77f;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 2px 6px; }
  #editItem .myItems a.relist:hover {
    background: #b0c655;
    color: #007000; }

.dialog a.search {
  position: absolute;
  top: 39px;
  right: 22px;
  width: 40px;
  height: 28px;
  border: 0;
  background: url(/images/icon-search.gif) center center no-repeat;
  text-align: center;
  text-indent: -5000px; }
.dialog div.where div.miniMap {
  width: 260px;
  height: 168px;
  border: 1px solid #007000;
  margin: 20px 0 0 0; }
  .dialog div.where div.miniMap div.map {
    width: 254px;
    height: 162px;
    border: 3px solid #b0c655; }
.dialog input.where {
  width: 253px; }
.dialog div.preview div.infoWindow {
  position: absolute;
  top: 78px;
  width: 268px;
  height: 215px;
  background: url(/images/bg-info-window.gif) left top no-repeat; }
.dialog div.infoWindow h4 {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 236px;
  height: 14px;
  overflow: hidden;
  margin: 0;
  font-size: 16px; }
.dialog div.infoWindow p.description {
  position: absolute;
  top: 35px;
  left: 15px;
  width: 236px;
  height: 92px;
  overflow: hidden; }
.dialog div.infoWindow a.contact {
  position: absolute;
  left: 15px;
  top: 135px;
  padding: 2px 20px;
  background: url(/images/icon-contact-bubble.gif) left center no-repeat;
  color: #df5100; }
.dialog div.valid {
  position: absolute;
  top: 2px;
  right: 15px;
  width: 16px;
  height: 16px; }
.dialog input {
  border: 1px solid #d1cec9;
  color: #8e8e8e;
  width: 234px;
  margin: 0; }
.dialog textarea {
  border: 1px solid #d1cec9;
  color: #8e8e8e;
  width: 234px;
  margin: 0; }
  .dialog textarea.description {
    height: 162px;
    margin: 20px 0 0 0; }
.dialog div.image {
  position: relative;
  float: left;
  width: 75px;
  height: 80px;
  margin: 0 16px 0 0;
  background: #d4d4d4;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border: 1px solid #8e8e8e;
  cursor: pointer; }
  .dialog div.image span {
    display: block;
    margin: 20px 0 0 0; }
.dialog a.cancel {
  color: #ff7e1b;
  margin: 4px 16px 0 0; }
.dialog div.myItemsList {
  position: absolute;
  top: 10px;
  right: 36px;
  width: 265px;
  border: 1px solid #d7d7d7;
  height: 22px;
  background: url(/images/select-arrow-down.gif) center right no-repeat;
  cursor: pointer; }
.dialog div.hover {
  background-color: #fefdd9; }

#addItem div.buttons {
  width: 580px; }

.ui-dialog {
  border: 1px solid #006f00; }

.ui-dialog-titlebar, .hidden {
  display: none; }

input.error, textarea.error {
  border: 1px solid #f00;
  color: #f00;
  background: #ffe5e5; }

div.errorMsg {
  color: #f00;
  font-weight: bold; }
div.invalid {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 250px;
  background: url(/images/cross.gif) center center no-repeat; }
div.valid {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 250px;
  background: url(/images/tick.gif) center center no-repeat; }

#welcome div.content {
  width: 792px;
  height: 400px;
  background: transparent;
  line-height: 180%; }
#welcome .copy {
  padding: 60px 20px; }
#welcome h2 {
  font-size: 21px;
  font-weight: bold; }
#welcome h3 {
  font-size: 18px;
  font-weight: normal; }
#welcome h4 {
  font-size: 16px;
  font-weight: normal; }
#welcome .buttons {
  width: 760px;
  top: 340px; }

#help div.content {
  width: 972px;
  height: 520px;
  background: transparent; }
#help a.continue {
  position: absolute;
  top: 410px;
  left: 18px;
  display: block;
  width: 290px;
  height: 32px;
  background: url(/images/welcome/btn-continue.gif) left top no-repeat; }
#help div.copy {
  position: relative;
  margin: 45px 0; }
#help h1 {
  width: 1090px; }
#help h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 21px; }
#help div.step1 {
  position: absolute;
  top: 0;
  left: 10px;
  width: 517px;
  height: 248px;
  background: url(/images/welcome/step1-paper-bg.jpg) left bottom no-repeat; }
#help .text p {
  margin: 0 0 12px 0; }
#help .step1 .arrow {
  position: absolute;
  background: url(/images/welcome/step1-arrow.gif) left top no-repeat;
  width: 120px;
  height: 74px;
  top: 0;
  right: 0; }
#help .step1 .number {
  position: absolute;
  background: url(/images/welcome/step1-number.gif) left top no-repeat;
  width: 36px;
  height: 36px;
  top: 29px;
  left: 140px; }
#help .step1 .photo {
  position: absolute;
  background: url(/images/welcome/step1-photo.gif) left top no-repeat;
  left: 9px;
  top: 54px;
  width: 134px;
  height: 154px; }
#help .step1 .text {
  position: absolute;
  top: 75px;
  left: 160px;
  width: 308px;
  height: 168px;
  font-size: 14px; }
#help div.step2 {
  position: absolute;
  width: 450px;
  height: 276px;
  background: url(/images/welcome/step2-paper-bg.jpg) left top no-repeat;
  top: 10px;
  right: 20px; }
#help .step2 .arrow {
  position: absolute;
  background: url(/images/welcome/step2-arrow.gif) right bottom no-repeat;
  width: 76px;
  height: 143px;
  bottom: 0;
  right: 0; }
#help .step2 .number {
  position: absolute;
  background: url(/images/welcome/step2-number.gif) left top no-repeat;
  width: 36px;
  height: 36px;
  top: 0;
  left: 142px; }
#help .step2 .photo {
  position: absolute;
  background: url(/images/welcome/step2-photo.gif) left top no-repeat;
  left: 7px;
  top: 21px;
  width: 136px;
  height: 154px; }
#help .step2 .text {
  position: absolute;
  top: 38px;
  left: 170px;
  width: 268px;
  height: 168px;
  font-size: 14px; }
#help div.step3 {
  position: absolute;
  width: 700px;
  height: 226px;
  background: url(/images/welcome/step3-paper-bg.jpg) right bottom no-repeat;
  top: 220px;
  right: 100px; }
#help .step3 .arrow {
  position: absolute;
  background: url(/images/welcome/step3-arrow.gif) left bottom no-repeat;
  width: 143px;
  height: 75px;
  top: 65px;
  left: 0; }
#help .step3 .number {
  position: absolute;
  background: url(/images/welcome/step3-number.gif) left top no-repeat;
  width: 36px;
  height: 36px;
  top: 0;
  right: 144px; }
#help .step3 .photo {
  position: absolute;
  background: url(/images/welcome/step3-photo.gif) left top no-repeat;
  right: 13px;
  top: 30px;
  width: 136px;
  height: 154px; }
#help .step3 .text {
  position: absolute;
  top: 68px;
  left: 166px;
  width: 358px;
  height: 168px;
  font-size: 14px;
  text-align: right; }

#accountConfirmation, #reportSpam {
  width: 360px;
  position: relative;
  margin: 120px auto;
  background: #fff;
  border: 1px solid #007000;
  font-size: 14px; }
  #accountConfirmation div.wrapper, #reportSpam div.wrapper {
    border: 4px solid #b0c655;
    padding: 10px; }
    #accountConfirmation div.wrapper p, #reportSpam div.wrapper p {
      margin: 0 0 14px 0; }

#about div.copy {
  overflow-y: auto;
  height: 320px;
  margin: 60px 15px 15px 15px; }

#termsAndConditions div.copy {
  overflow-y: auto;
  height: 300px;
  margin: 60px 15px 15px 15px; }
#termsAndConditions p {
  margin: 0 0 1em 0;
  line-height: 140%; }

#about p {
  margin: 0 0 1em 0;
  line-height: 140%; }

#feedback fieldset.feedbackForm {
  margin-top: 60px;
  margin-left: 15px; }
#feedback.dialog input, #feedback.dialog textarea {
  width: 350px; }

h1.api {
  text-align: center; }

table.api {
  margin: 10px 20px;
  border-color: #ddd #999 #999 #ddd;
  border-width: 1px 2px 2px 1px;
  border-style: solid; }
  table.api td {
    padding: 4px 20px 4px 4px;
    background: #fff;
    border-bottom: 1px solid #ddd; }
    table.api td.params, table.api td.method {
      font-weight: bold; }
  table.api th {
    text-align: left;
    padding: 4px;
    background: #ddd;
    font-size: 14px; }

.clearfix {
  display: inline-block; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .clearfix, * html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }
