.mydevis .title {
  margin-bottom: 30px;
}

.mydevis .action {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 6px 15px;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  color: #4e4946;
}

.mydevis .action.action-warning {
  background-color: #ffc766;
}

.mydevis .action.action-default {
  background-color: #cecece;
}

.mydevis table {
  width: 100%;
  border-spacing: 0;
  border: none;
  margin: 20px 0;
}

.mydevis table tr th {
  background-color: transparent;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #e2d8ce;
  font-weight: normal;
  color: rgba(78, 73, 70, 0.5);
}

.mydevis table tr td {
  background-color: transparent;
  border: none;
  padding: 13px 5px;
  border-bottom: 1px solid #e2d8ce;
  min-height: 45px;
}

.mydevis .more {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.mydevis .more img {
  width: 8px;
  vertical-align: baseline;
  margin-left: 6px;
}
/*# sourceMappingURL=front.css.map */