.form span{min-width:130px;float:left;}
.common-table {
  overflow-x: scroll;
  min-width: 100%;
  text-align: left;
  border-top: #920c19 solid 2px;}
.common-table.grey {
  border-top: #eee solid 2px;}
.common-table th, .common-table td {
  padding: 15px 5px;}
.common-table th {
  background: #f9f9f9;
  font-size: 16px;
  padding: 15px;
  border-bottom: #eee solid 1px;
  line-height: 1.5;
  font-weight: normal;}
.common-table td {
  border-bottom: #eee dashed 1px;
  font-size: 16px;
  line-height: 1.6;}
.common-table td p {
  font-size: 14px;
  line-height: 2;}
.common-table td.text{
  font-size: 14px !important;
  line-height: 2;}
.common-table tr {
  transition: all 0.3s;}
.common-table tr:nth-child(odd) {
  background: #fdfcfb;}
.common-table tr:hover {
  background: #f7f2ec;}
.common-table td a {
    color: #333;}
.common-table td a:hover {
    color: #920c19;}


