.main-table {
  width: 100%;
}
.main-table td {
  padding: 3px;
}

.attrs-table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}
.attrs-table th {
  border: 1px solid black;
  padding: 3px;
}
.attrs-table td {
  border: 1px solid black;
  padding: 3px;
}

.attr-label {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

.add-info {
  font-weight: bold;
}

.footer {
  position: relative;
  margin-top: -120px;
  background: url("/static/images/index/footer_bg.png") repeat-x scroll 0 0;
  height: 121px;
}
.footer .container {
  position: relative;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.footer .container .copy {
  margin-top: 43px;
  font-size: 12px;
}
.footer .container .grant {
  font-size: 12px;
  margin-top: 8px;
}
.footer .container .links {
}
.footer .container .links a {
  color: white;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}
.footer .container .links a:hover {
  text-decoration: none;
  color: #4c287f;
}
.footer .container img {
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 8px;
}
.footer .container .bcktotop {
  right: 40px;
  bottom: 20px;
  position: absolute;
  display: inline-block;
  background: transparent url("/static/images/index/back-to-top.png") no-repeat
    scroll 0 0;
  height: 24px;
  width: 24px;
  opacity: 0.5;
  font-size: 0;
}
.footer .container .bcktotop:hover {
  opacity: 1;
}
.footer .container .grv {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.footer .container .grv span {
  display: inline-block;
  background: transparent url("/static/images/index/grv.png") no-repeat scroll 0
    0;
  height: 17px;
  width: 63px;
}
.footer .container .grv:hover span {
  background-position: 0 -17px;
}