.no-wrap { white-space: nowrap }
.worklog td { border-top: 0 !important; }
td.fix-width { width: 60px; }
.worklog { display: none; }
.worklog.visible { display: table-row; }
.has-worklog { border: 2px solid #faebcc; background: #fcf8e3; }
.worklog-more-than-20 { border: 2px solid red; background: #f7c7c7; }
.show-worklog .worklog { display: table-row; }

table td, table th { vertical-align: top; }

table.epic-head td { width: 50%; }
table.epic-head td.epic-info { padding-right: 20px; }

.transitions .transition button { margin-bottom: 5px; display: block; }
.transitions .transition .collapse { margin-bottom: 10px; }

ul.flashmessages { list-style-type: none; padding: 0; margin: 1em 0; }
ul.flashmessages li {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
ul.flashmessages li h3 {
  margin-top: 0;
  color: inherit;
}
ul.flashmessages li a {
  font-weight: bold;
}
ul.flashmessages li > p,
ul.flashmessages li > ul {
  margin-bottom: 0;
}
ul.flashmessages li > p + p {
  margin-top: 5px;
}
.flashmessages-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.flashmessages-ok hr {
  border-top-color: #c9e2b3;
}
.flashmessages-ok a {
  color: #2b542c;
}
.flashmessages-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.flashmessages-notice hr {
  border-top-color: #a6e1ec;
}
.flashmessages-notice a {
  color: #245269;
}
.flashmessages-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.flashmessages-warning hr {
  border-top-color: #f7e1b5;
}
.flashmessages-warning a {
  color: #66512c;
}
.flashmessages-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.flashmessages-error hr {
  border-top-color: #e4b9c0;
}
.flashmessages-error a {
  color: #843534;
}
