.lform {
  background-image: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pull-right {
  float: right;
}
.btn-primary {
  background-image: linear-gradient(to bottom, #6ad400, #480);
  border-radius: 2px;
}
table {
  border-collapse: collapse;
  width: 100%;
}
thead td {
  font-weight: bold;
}

thead,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  width: 30%;
}
tr:hover {
  background-color: #ffffff;
}
.gdpvalue {
  text-align: right;
}
