#kube-relnotes {
  max-width: 740px;
  margin: auto;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 104px;
  border-top: 1px solid rgba(0, 0, 0, 0.07); }

 #kube-relnotes h2 {
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    line-height: 32px;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 5px;
    border-bottom: 2px solid red;
}

 #kube-relnotes h2 span {
    font-size: 13px;
    font-weight: 200;
 }

 #kube-relnotes .download h3
 {
    font-size: 18px;
    margin-left: 25px;
    margin-top: 6px;
    margin-bottom: 6px;
 }

 #kube-relnotes .download ul
 {
    margin-left: 40px;
 }

 #kube-relnotes .download ul li
 {
    list-style: none;
 }

.currentVersion {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-top: -20px;
}

.currentVersion span {
  text-align: center;
  color: #000;
}

.profile-photo {
  border-radius: 50%;
}
