@import url(order.css);
table.dottborder {
  background-color: #FFF;
  border-collapse: collapse;
}

table.dottborder th, table.dottborder td {
  padding: 10px;
}

table.dottborder th,
table.dottborder td,
table.dottborder tr.bottom th,
table.dottborder tr.bottom td {
  border-color: #004F66;
  border-style: dotted;
  border-bottom-width: 1px;
}

table.dottborder th {
  text-align: left;
  border-right-width: 1px;
  vertical-align: middle;
}

table.dottborder td strong {
  color: #F30;
}

.template_dl {
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 20px 0;
}

.template_dl p {
  margin-bottom: 20px;
}

.template_dl ul {
  text-align: center;
}

.template_dl ul li {
  padding: 0 10px;
  display: inline;
}
