* {
  margin: 0;
  padding: 0;
  cursor: default;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}
ul {
  list-style: none;
}
.release-notes {
  overflow: hidden;
  position: relative;
  line-height: 20px;
}
.release-notes > ul {
  height: 100%;
  overflow: auto;
}
.release-notes > ul > li header {
  height: 27px;
  width: 100%;
  background: #F5F5F5;
  display: block;
  overflow: hidden;
}
.release-notes > ul > li.sticky header {
  position: absolute;
  width: 100%;
  top: 0;
}

.release-notes > ul > li header span {
  line-height: 27px;
  font-size: 12px;
  font-weight: 700;
  color: #565656;
  padding-left: 10px;
  padding-right: 10px;
}
.release-notes > ul > li header span.release-date {
  font-weight: 400;
  color: #787878;
  float: right;
}

.release-notes ul.change-items li {
  background: #fff;
  min-height: 39px;
/*   border-bottom: 1px solid #F1F1F1; */
  display: table;
  width: 100%;
}

.release-notes ul.change-items li span {
  width: 73px;
  height: 20px;
  margin-left: 10px;
  margin-top: 9px;
  margin-bottom: 8px;
  display: block;
  float: left;

  border-radius: 3px;
/*   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); */

  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: white;
/*   text-shadow: 0 -1px 0 rgba(0,0,0,0.5); */
}
.release-notes ul.change-items li span.fixed {
	background-color: #346DD0;
/*     border: 1px solid #2855A5; */
}
.release-notes ul.change-items li span.improved {
	background-color: #BE4FA8;
/*     border: 1px solid #A84593; */
}
.release-notes ul.change-items li span.added {
	background-color: #00B024;
/*     border: 1px solid #007214; */
}

.release-notes ul.change-items li p {
  width: 100%;

  display: table-cell; 
  vertical-align: middle;
  text-align: left;
  min-height: 37px;
  padding: 5px 10px;

  line-height: 18px;

  font-size: 12px;
}

.manual-download {
  font-size: 16px;
  line-height: 20px;
  padding: 8px 20px;
  background-color: #EAF7FD;
  border-bottom: 1px solid #5FB8FD;
}
.manual-download a {
  font-weight: 700;
  color: #317EBF;
}
.manual-download a:hover {
  cursor: pointer;
}
