.container{
  font-family: "Noto IKEA";
}
.icon{
  width: 60;
  height: 60;
}
body{
  padding: 30px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  max-width: 700px;
}
.device {
  list-style: none;
  margin-left: 0px;
  padding-left: 10px;
}
.device::before{
  content: "\A";
  white-space: pre;
}
.date{
  text-decoration: underline;
  font-size: 115%;
  display: block;
  border-spacing: 20px;
}
.date::after{
  content: "\A";
  white-space: pre;
}
.release
 {
    border-bottom: 1px solid #DFDFDF;
    border-spacing: 20px;
    list-style: none;
}
.release::after{
  content: "\A";
  white-space: pre; 
}
.release::before{
  content: "\A";
  white-space: pre; 
}
.majorRelease {
  margin-left: 0px;
  padding-left: 10px;
}
.notes {
  margin-left: 0px;
  padding-left: 30px;
}
.notes::before{
  content: "\A";
  white-space: pre; 
}
.notes.feature::before {
  content: "\A";
  white-space: pre;
}
.notes-feature{
  list-style: url("https://static.homesmart.ikea.com/assets/featureIcon.svg");
}
.notes-bugFix{
  list-style: url("https://static.homesmart.ikea.com/assets/tickIcon.svg");
}

