body {
color: #0f0f0f;
font-family: NotoSans, Ubuntu, FreeSans, sans-serif;
line-height:1.5em;
}

p {
padding-top:0.1em; padding-bottom:0.4em;
}

blockquote {
padding-left: 15px;
margin: 10px 0px 10px 5px;
border-left: 2px solid #b9b9b9;
font-family: sans-serif;
}

.video-link-yt {
    color: #ff0000;
    font-size:24px;
    font-weight:bold;
    line-height:1.5em;
    white-space:pre;
    letter-spacing: -0.03em;
}
.video-link-rt {
    color: #212932;
    font-size:22px;
    font-weight:bold;
    line-height:1.5em;
    white-space:pre;
    letter-spacing: -0.03em;
}
.video-link-dz {
    color: #202022;
    font-size:31px;
    font-weight:bold;
    line-height:1.5em;
    white-space:pre;
    letter-spacing: -0.03em;
}
.video-link-vk {
    color: #0077ff;
    font-size:22px;
    font-weight:bold;
    line-height:1.5em;
    white-space:pre;
    letter-spacing: -0.03em;
}
.video-link-ok {
    color: #ff7700;
    font-size:22px;
    font-weight:bold;
    line-height:1.5em;
    white-space:pre;
    letter-spacing: -0.03em;
}
.video-link-dp {
    color: #444444;
    font-size:22px;
    line-height:1.5em;
    white-space:pre;
    letter-spacing: -0.03em;
}
.video-link-ytonly {
    color: #ff0000;
    font-size:28px;
    line-height:1.5em;
    white-space:pre;
    letter-spacing: -0.03em;
}

.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

table, td, th {
  border: 1px solid #888888;
}
td, th {
  padding: 5px 10px;
}