/* ROOT style */
table {
  empty-cells: show;
}

.main tr {
  vertical-align: top;
}

.list tr:hover {
  background-color: #F2F2F2;
}
.list th {
  background-color: #E8E8E8;
  border-bottom: 1px solid #CCCCCC;
  padding: 0px 3px;
  text-align: left;
}
.list td {
  border-bottom: 1px solid #CCCCCC;
  padding: 0px 5px;
}

div {
  margin-top: 3px;
  margin-bottom: 5px;
}


/* GLOBAL classes */
.selected {
  background-color: #D1E5FA;
}


/* List of attributes */
.list_attr_name
 {
  font-weight: bold;
  color: #444444;
}
.list_attr_name {
  /*float: left;*/
  padding-right: 8px;
}
.list_attr_name:after {
  content: ":";
  padding-right: 3px;
}

.list_attr_val {
  /*float: left;*/
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
}
.list_attr_val {
  color: #303030;
}


/* Ячейка списка */
.list_cell {
  border: 1px solid #CCCCCC;
}
.list_cell:hover {
  background-color: #F2F2F2;
}
