.main-container {
  margin-top: 80px;
}
#money {
  padding: 14px;
  font-weight: bold;
  font-size: 16px;
}
#money span {
  font-size: 20px;
  color: #3CBA2F;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  max-height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
#loading {
  display: none;
  position: relative;
  top: 10px;
  left: 0px;
  width: 250px;
  height: 100px;
  background-color: #fff;
  color: #FF0000;
  font-family: Arial, Helvetica, sans-serif;
}
#ajax-form textarea {
  height: 300px;
  width: 100%;
  background-color: #F2FBFF;
  border: thin #0099ff solid;
  border-radius: 5px;
}
#side-view {
  background-color: #F2FBFF;
  border: thin #0099ff solid;
  min-height: 344px;
  width: 100%;
  border-radius: 5px;
}
#form-btn {
  width: 100%;
}
#results tbody {
  vertical-align: top;
}
#results tr {
  font-weight: 700;
}
#results td {
  padding: 0 0 0 10px;
  height: 20px;
  width: 215px;
}
#results tr.available {
  color: #008800;
}
#results tr.pending {
  color: #0080FF;
}
#results tr.forsale {
  color: #0080FF;
}
#results tr.registered {
  color: #FF0000;
}
#results tr.check {
  color: #666;
}
a {
  color: inherit;
}
/*# sourceMappingURL=main.css.map */