#carriage{
  margin-left : 10px;
  margin-right : 11px;
  width : 630px;
  margin-bottom : 20px;
}
#carriage th{
  font-weight : bold;
  background-color : #a3a3a3;
  width : 130px;
  text-align : left;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : black;
  border-bottom-color : black;
  vertical-align : top;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
#carriage td{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : black;
 width : 100px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  text-align : center;
  border-right-width : 1px;
  border-right-style : solid;
}
#carriage p{
  margin-top : 1px;
]