/* custom */

div.original-post .user-agent-fields { display: block !important; }

div#roadmap ul { list-style:none }
div#roadmap ul li p.status { color: #888 }

div#roadmap span.dev { background: #8A8 }
div#roadmap span.ship { background: #88A }

div#roadmap ul li span.state { 
  color: #fff;
  display: block;
  float: right;
  padding: 5px 10px;
  border-radius: 5px;
}

#page { background: white;
  border-left: 3px solid #ccc;
  border-right: 3px solid #ccc;

}
body { background: url(/help/images/patterns/bright_squares.png);
}

.four-bigbuttons .bigbutton{
  position:relative;
  float:left;
  margin:15px 10px 15px 0;
  width: 120px;
}
.four-bigbuttons .bigbutton a {
  width: auto;
  background: #fff;
}
.four-bigbuttons .bigbutton.last{
  float:right;
  margin-right: 0px
}
div.datingsupport {
  background: #fff460;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
