/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software. ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */
ul.user-preferences-list {
  list-style: none;
  padding-left: 0;
}
ul.user-preferences-list li {
  margin-bottom: 10px;
}
ul.user-preferences-list li.header {
  font-weight: bold;
  margin-top: 20px;
}
ul.user-preferences-list input[type="checkbox"] {
  position: relative;
  top: 2px;
}
body.isMac ul.user-preferences-list input[type="checkbox"] {
  top: -1px;
}
ul.user-preferences-list a {
  position: relative;
  top: 3px;
}
.tab-label-edit-button {
  visibility: hidden;
  cursor: pointer;
}
.tab-label-container:hover .tab-label-edit-button {
  visibility: visible;
}
.default-value-icon {
  height: 12px;
  vertical-align: middle;
  padding-left: 3px;
  position: relative;
  top: -1px;
}
div.divider-line {
  border-bottom: 1px solid #e2e2e2;
  margin: 8px 0 12px;
}
