.catalog-table {
  /*table-layout:fixed;*/
}

.catalog-table th {
  /*width:100%;*/
  text-align: center;
}

.catalog-table th#th-date {
  width:15%;
}

.catalog-table th#th-error {
  width:46%;
}

.catalog-table th#th-rule {
  width:40%;
}

.catalog-table th#th-op {
  width:1%;
}

.catalog-table tr#tr-catalog {
  text-align: left;
}

.catalog-page {
  background: #ffffff;
  border: 1px solid grey;
  color: #BDBDBD;
  width: 965px;
}

.catalog-item {
  width: 240px;
  background: #ffffff;
  color: #BDBDBD;
  display: inline-block;
}

.title-catalog-item {
  font-size: 1.2em;
  margin-bottom: 0.25em;
  background-color: #60A0FF;
  border: 1px solid white;
  color: white;
  padding: 0.5em;
  line-height: 150%;
  border-collapse: collapse;
  font-family: arial,helvetica,sans-serif;
}

.catalog-image {
  height: 180px;
}