body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

img {
    max-width: 100%;
}

.row {
    height: 700px;
    width: 100%;
    margin-left: 0;
}

.col {
  margin-left: 10px;
  margin-right: 10px;
}

#critical {
  text-align: justify;
}

#diplomatic {
  text-align: justify;
}

seg {
  background-color: pink;
}

seg[rend='blue-pen'] {
  background-color: lightblue;
}

seg[rend='light-blue-pen'] {
  background-color: turquoise;
}

seg[rend='pencil'] {
  background-color: grey;
}

seg[rend='first-run'] {
  background-color: silver;
}

add {vertical-align:super;}

del {text-decoration:line-through;}
