.wrapword {
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /*Chrome & Safari */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

.eza td.title {
  font-style: italic;
  color: #696969;
}

.eza .tblHideHeader th {
  display: none;
}

.eza .table-striped {
  border-collapse: collapse;
}

.eza .noBorder .table-striped tbody > tr > td, .aui .noBorder .table-striped tbody > tr > th,
.eza .noBorder .table-striped tbody > tr:nth-child(2n+1) > td, .aui .noBorder .table-striped tbody > tr:nth-child(2n+1) > th,
.eza .tblHideHeader.noBorder table, .eza .tblHideHeader.noBorder tr, .eza .tblHideHeader.noBorder td, .eza .tblHideHeader.noBorder th {
  border: none;
  background: #fff;
}

.eza .table-striped tbody > tr > td:hover, .aui .table-striped tbody > tr > th:hover,
.eza .table-striped tbody > tr:nth-child(2n+1) > td:hover, .aui .table-striped tbody > tr:nth-child(2n+1) > th:hover,
.eza .tblHideHeader table:hover, .eza .tblHideHeader tr:hover, .eza .tblHideHeader td:hover, .eza .tblHideHeader th:hover {
  background: #EDEDEE;
}

.eza .tblHideHeader .table-striped tbody > tr {
  border-bottom: 1px solid #E2E3E4;
}

.eza .tblHideHeader .table-striped tbody > tr:last-child {
  border-bottom: none;
}

.eza .listItem {
  width: 100%;
}

.eza .listItem.tbl {
  display: table;
}

.eza .listItem.tbl .row {
  display: table-row;
  margin-bottom: 10px;
}

.eza .listItem .left {
  float: left;
  margin-right: 10px;
}

.eza .listItem .right {
  float: right;
}

.eza .listItem.tbl .left, .eza .listItem.tbl .right {
  display: table-cell;
}

.eza .listItem p {
  margin: 0;
}

.eza .listItem .additionalInfo {
  color: #666;
  font-style: italic;
}

.eza .listItem h3 {
  margin: 0;
}

.eza .listItem tr td {
  padding: 5px 10px 5px 0px;
  vertical-align: middle;
}

.eza .taglib-page-iterator select {
  width: auto;
}

.eza .tright {
  text-align: right;
}