*,
*:after,
*:before {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
pre, dl, dd, ol, ul, form, fieldset, legend,
table, th, td, caption, hr {
  margin: 0;
  padding: 0
}

ul,ol {
  list-style: none
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  font-family: -apple-system, Roboto, Helvetica Neue, Helvetica, sans-serif;
  margin: 0;
  width: 100%;
}

a:focus {
  outline: thin dotted red
}

a:active,
a:hover {
  outline: 0
}



body {
}

.changes {
  padding: 0 16px;
}

.changes-title {
  font-size: 20px;
  color: #212121;
  line-height: 24px;
  margin: 20px 0;
}

.changes-title span {
  display: block;
  font-size: 13px;
  color: rgba(0,0,0,0.54);
  line-height: 20px;
}

.changes-header {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0,0,0,0.87);
  line-height: 20px;
  margin-bottom: 3px;
}

.changes-text {
  display: block;
  font-size: 13px;
  color: #000;
  line-height: 20px;
  margin-bottom: 14px;
}

.changes-img {
  height: auto;
  margin-bottom: 9px;
  max-width: 100%;
}

.changes-img + .changes-header,
.changes-text + .changes-header {
  margin-top: 29px;
}

.changes-list {
  font-size: 13px;
  list-style-type: disc;
  padding-left: 20px;
}

.changes-list li {
  line-height: 20px;
  margin-bottom: 12px;
}

.col1 {
  color: #3e9012;
}

.col2 {
  color: #4db3b0;
}

.col3 {
  color: #c74247;
}

.col4 {
  color: #8919cb;
}

.col5 {
  color: #ef9429;
}

.changes-header2 {
  display: block;
  font-weight: bold;
}

.changes-text p {
  margin-bottom: 16px;
}




