/* Longsword text and pictures page CSS */

picture img
{
  display: block;
  max-width: 100%;
  margin: 20px 0;
}

div.nextouting
{
  background: #f4f8f4;
  padding: 1px 10px;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  color: #060;
  line-height: 1.1;
}

h2.taster 
{ 
  color: #909;
  margin: 20px 0 0 0;
  border-top: 1px solid #909;
  padding-top: 10px;
}

p.lspractices 
{ 
  font-weight: bold;
  font-size: 110%;
}

iframe.ytvideo
{
  width: 95%;
  aspect-ratio: 16/9;
}

