h3{ margin:10px 0; font-size:1.8em; font-weight:normal; text-align:left; }

.table-std {
  font-size: 1.0em;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  background: #fefefe;
  width: 100%;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  /* FF1+ */
  -webkit-border-radius: 5px;
  /* Saf3-4 */
  border-radius: 5px;
  -webkit-box-shadow: rgb(252, 81, 149) 0 1px 8px 0;
  -moz-box-shadow: rgb(252, 81, 149) 0 1px 8px 0;
  box-shadow: rgb(252, 81, 149) 0 1px 8px 0;
  border-collapse: collapse;
}

.table-std th {
  padding: 10px;
  text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
  background: #e8eaeb;
  background: -moz-linear-gradient(top, #fef5f9, #fc85b4 50%, #fc5195 50%, #fc73aa);
  background: -webkit-gradient(linear, left top, left bottom, from(#fef5f9), color-stop(0.5, #fc85b4), color-stop(0.5, #fc5195), to(#fc73aa));
}

.table-std td {
  padding: 5px 10px;
  text-align:left;
}

.table-std tr:nth-child(2n+1) {
  background: #f6f6f6;
}

.table-std td:first-child {
  border-right: 1px solid #e0e0e0;
  width: 50%;
}

.table-description {
  width: 98%;
  margin: 0 auto 40px 0;
  text-align:left;
  padding: 1%;
  background: #fefefe;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 5px;
  /* FF1+ */
  -webkit-border-radius: 5px;
  /* Saf3-4 */
  border-radius: 5px;
  -webkit-box-shadow: rgb(252, 81, 149) 0 1px 8px 0;
  -moz-box-shadow: rgb(252, 81, 149) 0 1px 8px 0;
  box-shadow: rgb(252, 81, 149) 0 1px 8px 0;
}

.table-description dl {
  margin: 0;
}

.table-description dt {
  font-weight: bold;
}

.table-description dd {
  font-style: normal;
  margin-bottom: 10px;
}