.yarik-r {
   color: red;
}

.yarik-b {
   color: blue;
}

.yarik-g {
   color: green;
}
.y-image-container{
  margin: 4px 8px;
  border: solid 2px gray; 
  float: left;
}
.y-image-subtitle{
  text-align: center; 
  font-style: italic; 
  color: brown
}
.y-left-picture-text{
    min-width: 160px;
    float: left;
}
.cell-positive{
  color: green;
}
.cell-negative{
  color: red;
}
.codesample{
    background-color: lightgray;
}
.code-keyword{
    color: blue;
    font-weight: bold;
}
.code-comment{
    color: green;
}
.code-notice{
  text-decoration: underline;
  -webkit-text-decoration-color: red; /* safari still uses vendor prefix */
  text-decoration-color: red;
}