body {
  background-image: url("../images/background.png");
  font-size: 15px;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.container {
  background-color: white;
  padding: 20px;
  margin-top: 40px;
}
.container .top-content .title {
  font-size: 20px;
  border-bottom: 2px solid lightgray;
}
.container .content {
  margin-top: 40px;
}
.container .content .content-table .head {
  font-weight: bolder;
  margin-bottom: 10px;
}
.container .content .content-table .body .row {
  padding: 3px;
}
.container .content .content-table .body .row:hover {
  background-color: #bbeaf9;
}
.container .content .content-table .footer {
  margin-top: 20px;
}
.container .content .control-label {
  line-height: 28px;
  font-weight: bolder;
}
.container .content .sub-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 17px;
}
.container .bottom-content {
  margin-top: 40px;
  float: right;
}
.container.transparent {
  background-color: transparent;
}
.clickable {
  cursor: pointer;
}
