/* Table Control */
/* Information Request Form */
#coment {
  font-family: palatino linotype;
  width: 75%;
  border-collapse: separate;
}
#coment td {
  font-size: 18px;
  color: #fff;
  text-align: right;
  padding:3px 7px 2px 7px;
  vertical-align: top;
}
td.left {
float: left;
}
#coment th {
  font-family: monotype corsiva;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 4px;
  border: 2px #606835 solid;
  background-color: #606835;
  border-radius: 5px;
}

.LRcoment {
    font-size: 32px;
    font-weight: bold;
    color: #B2A175;
}

.difcoment {
    font-family: palatino linotype;
    font-size: 20px;
}

table.green {
  background-color: #606835;
  border: #B2A175 4px solid;
  border-radius: 15px;
  padding-top: 8px;
}

button.commsubrst {
  font-family: times;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border: 3px #9c6d38 outset;
  background-color: #754609;
  border-radius: 5px;
  cursor: pointer;
  padding: 3px;
  margin-top: 1px;
  margin-bottom: 3px;
}
button.commsubrst:hover {
  border: 3px #754609 inset;
  background-color: #9c6d38;
}
