#Navigation {
  border-right: 1px solid #ddd;
  background-color: #f7f7f9;
}
#Navigation.ui-boxview.ui-boxview-padded > .ui-boxview-inner > .ui-boxview-region-center > .ui-boxview-region-body {
  padding-top: 0;
}
#Navigation a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin: 0 -15px;
  color: #000;
}
#Navigation a:hover {
  text-decoration: none;
  background-color: #d1e4f6;
}
#Navigation a.selected {
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
  background-color: #cbcbcd;
}
#Navigation a i {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #00AA00;
}
#Navigation hr {
  margin: 5px 0;
  border-top-color: #ddd;
}
#comparison-report {
  margin: 20px;
}
#comparison-report thead tr:first-child {
  background-color: #D9EDF7;
  font-size: 20px;
}
.view {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.view.active {
  opacity: 1;
  z-index: 2;
}
