A {
color: #0000C0;
text-decoration: none;
}
A:hover {text-decoration:underline;}

.clearing {
height: 0;
clear: both;
}


/*  Menu style start */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #E7F6FE;
  z-index: 1;	
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #a5e0fe;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 6px;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0000B3;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #038fcf;
}

#cssmenu > ul > li:hover > a
{background: #a5e0fe}

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  border: 1px solid #a5e0fe;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 200px;
  font-size: 12px;
  background: #E7F6FE;
  text-decoration: none;
  color: #0000B3;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #038fcf; background: #a5e0fe;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    text-align: left;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul ul {
display:none;
}
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: 2em;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px;
    color: #000000;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: none;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: none;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: none;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
display: none;
  }
}

/* Menu style end */

.socimg {margin:10px 2px;}

.sidebanner {
text-align: center;
margin-top: 20px;
}

H5 {font-size: 1em;}
/* #content A:visited {color:#0375e0;} */
.context {text-align:center; width: 90%; margin: 20px auto; /*position: relative;*/ z-index: 0; min-width: 50%; max-width: 800px;}

/* artenc/index.php, pictures indexes with thumbs */
.artlist {
display:flex;
flex-wrap: wrap;
padding: 0px;
justify-content: center
}
.artlist div {margin: 0.5em 0; font-weight: bold; font-size: 1.1em;}
.artlist div IMG {margin: 0 10px;}
.artlist H4 {line-height: 100%;}

@media only screen and (min-width : 960px) {
.artlist {
/* width:800px; */
margin: 0 10px;
}
}

/* all listings */
.artists ol, .artists ul {text-align: left; font-size: 14px; line-height: 180%; font-weight: bold; text-align: justify; margin: 0 auto;}
.artists IMG {vertical-align: middle; margin: 5px;}

@media only screen and (max-width : 800px) {

.artists  {
font-size: 1em;
width: 100%;
padding:10px;
}

.artists ol, .artists ul {
font-size: 1.0em;
}
}

/* Big size lists */
.biglist LI {font-size: 1.3em; margin:1em;}

.annot {width: 90%; text-align:justify; margin: 10px auto; line-height: 180%; font-weight: bold; font-size: 14px;} /* Аннотации */
.annot IMG {vertical-align: middle;} /* Для аннотаций песен */

@media only screen and (max-width : 640px) {
.poetrylisting OL LI {
font-size: 1.3em;
padding:0.5em;
}
}

.poet IMG {margin: 10px; float: left}
.poetspage {
display: flex;
justify-content: center;
align-items: flex-start;
}

/* listings with H-titles */
.plist {margin: 0 auto; text-align: left;}
@media only screen and (max-width: 600px) {
.plist {width: auto;}
H4 {margin:1.1em;}
}
.plist H4 {text-align:left; font-size:1.4em; margin:8px; font-weight:normal;}

.share {margin: 20px; text-align: center;}
@media only screen and (max-width : 640px) {
.share H5 {font-size: 0.8em;}
}

.ng {
display:flex;
justify-content: center;
align-items: center;
background-image: url(//allforchildren.ru/nysongs/bg.gif);
background-repeat: repeat;
width:100%;
}

.songs TD {text-align:left; font-size:13px; font-weight:bold; padding-left:10px;}
.songs TH {font-size:13px;}
.songs IMG {margin-right:5px; border:0px}
.number {background-image: url('//allforchildren.ru/nysongs/ball3.gif'); background-position: center center; background-repeat:no-repeat; color: #FFFF99; font-weight:bold; width:25px;}
.number1 {background-image: url('//allforchildren.ru/nysongs/snow.jpg'); background-position: center center; background-repeat:no-repeat; font-weight:bold; width:25px;}

@media screen and (max-width:640px) {
.songs TH {font-size:0.75em;}
}

.piclesson {
display:flex;
flex-direction: column;
width:600px;
justify-content: center;
align-content: space-between;
align-items: center;
margin: 0px auto;
}

.piclessonimg {
text-align: center;
margin: 30px 0 10px;
}

.narrowtextblock {
margin: 0px auto;
text-align:justify;
font-size: 14px;
line-height: 140%;
padding: 10px;
}

@media only screen and (max-width : 600px) {
.piclesson {
width: auto;
}
.narrowtextblock {
width: auto;
padding: 20px;
font-size: 1.2em;
}
}
/* 2 columns for schitalki */
.schit {
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
align-items: flex-start;}

@media only screen and (max-width : 600px) {
.schit {flex-direction: column;}
}

IFRAME {margin: 10px auto;}

/* WHY */
.whyapropos {font-size:12px; font-family: Arial, Verdana, Helvetica; text-align: justify;}
.whyaproposinside {font-size:14px; font-family: Arial, Verdana, Helvetica; text-align: justify; border-style: solid; border-width: 1px 1px 1px 4px; border-color:#82befb; margin-left:3em; padding: 8px; background: #f8fbfe;}
.whytxt {width:90%; text-align:justify; font-size:12pt; line-height:130%; margin: 20px auto; font-family:Arial, Helvetica, sans-serif;}
.whyimgleft {float:left; text-align:center; font-size:11px; padding:10px}
.whyimgright {float:right; text-align:center; font-size:11px; padding:10px;}
.whytxt IMG {display: block; margin: auto; padding: 10px 10px 0px 10px}
@media only screen and (min-width : 601px) {
/* 
.whyagerestr {position: absolute; right:50px; top:20px; width:64px; height: 64px; z-index:1;}
#up {
position: fixed;
width: 600px;
z-index:2;
margin: auto;
bottom: 0px; 
}
*/
.up {left: 300px; bottom: 20px; position:relative; opacity:0.5; filter: alpha(opacity=50)}
}
@media only screen and (max-width : 600px) {
.whyagerestr {position: absolute; right:5px; top:140px; width:64px; height: 64px; z-index:1;}
#up {
position: fixed;
width: 150px;
z-index:2;
margin: auto;
bottom: 0px; 
}
.up {right: -150px; bottom: 5px; position:relative; opacity:0.5; filter: alpha(opacity=50)}
}

/* HUMOUR */
.anekdot {width: 95%; margin: 0px auto; line-height: 180%;}
.anekdot P {border-bottom:#6699CC 1px dotted; text-align:justify; padding:0 0 10px; font-size: 14px;}

/* TESTING */
.testing {width: 80%; height: 500px;}
.restable {font-size:12px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height:90%}

/* AUDIOTALES */
.audiotitle {text-align:justify; width: auto; margin: 20px auto;}
.audiodescr {text-align:justify; font-size:11px; margin: 20px;}
@media only screen and (max-width : 600px) {
.audiotitle {margin: 10px 20px;}
}

.highlight {
font-weight: bold;
font-style:italic;
display: flex;
flex-direction: column;
align-items: center;
margin: 15px auto;
}

/* RIDDLES */
.clDescriptionCont {position:absolute;  width:200px; visibility:hidden; layer-background-color:#cccccc; z-index:200;}
.clDescription {width:100px; left:0px; top:0px; font-family: verdana, arial, helvetica, sans-serif; overflow:hidden; border: 1px solid #FEA723; padding:3px; font-size:12px; background-color:#FFFFCC; layer-background-color:#FFFFCC; text-align:center}
.clLinks{position:absolute; left:100px; top:200px; z-index:1;}
.clCaption{position:absolute; left:0px; top:0px; width:157px; height:15px; clip:rect(0px 157px 15px 0px); font-size:12px; font-family: verdana,arial, helvetica, sans-serif; background-color:#999999; layer-background-color:#999999;} 

/* REBUS */
.markedred {color:#E10000; font-size: 20px;}

/* RUS */
.reading {font-family: Arial, Helvetica, sans-serif; font-size:14pt; line-height:140%; text-align: justify;}
@media only screen and (max-width: 800px) {
.reading {margin: 10px;}
}
/* RUS */

@media only screen and (min-width: 801px) {
.reading {margin: 30px 100px;}
}
.select {color:red; font-weight:bold}
.big {font-size:24px; color:#D90000; line-height:130%}
.bigimg {border:#99CCFF 2px solid; text-align:center; padding:10px; margin: 20px auto;}


@media only screen and (max-width : 600px) {
.craft {width: 90%;}
.highlight {padding: 0 50px;}
.craft P {background-color:#FDFCEE; text-align:justify; padding:5px; font-size:1em; margin: 40px auto 10px;}
}
@media only screen and (min-width : 601px) {
.craft {width: 90%;}
.highlight {padding: 0 100px;}
.craft P {background-color:#FDFCEE; text-align:justify; padding:5px; font-size:14px; margin: 40px auto 10px;}
}

.craft IMG {margin: 5px;}
.craftlist IMG {float: left; margin: 0 10px;}
.craftlist H5 {text-align:left; color: #000099; font-size:13px;}

@media only screen and (max-width : 600px) {
.craftlist tr td {
display: block;
padding: 10px;
width: 90%;
height: auto;
}
}
.imgbordered {padding:3px; border: #3366FF 2px solid;}
.craftdescription {text-align:justify; font-size:11px; padding-left:5px; padding-right:5px; vertical-align:top}

.crafttxt {background-color:#FDFCEE; text-align:justify; padding:5px; font-size:11px; margin: 10px auto 40px;}
.txt IMG {display: block; margin: auto; padding: 10px;}
.txt H1, .txt H3 {text-align: center;}
.stxt IMG {display: block; margin: auto;}

.pts A {text-align:left; color: #CD0195;  font-size:18px; padding-left:20px;} /*Forgirls listings */

.stereopre {font-size:10pt; font-family: Arial, Verdana, Helvetica; text-align:justify; width:90%; margin: 0px auto;}

.kulinarimg {border: #EC0000 2px solid; padding: 5px; margin: 10px auto;}

.alphabetletters {text-align: center; font-size: 1.4em; font-weight: bold; font-family: Comic Sans MS, Comic Sans, cursive;}

.author {text-align:center; font-style:italic; font-size:10px; margin: 20px auto;}
.author1 {text-align:justify; font-style:italic; font-size:10px; margin-top:20px; margin-bottom:20px; margin-left:100px;}
.author2 {text-align:justify; font-style:italic; font-size:11px; margin: 20px auto; text-indent: 0px;}
.author3 {text-align:right; font-style:italic; font-size:12px; margin: 20px auto; text-indent: 0px;}

.danetka {width:75%; margin: 10px auto; text-align: center; border:#0066FF 1px dotted; padding: 10px;}
.danetka P {text-align: justify; font-size: 14px;}
.danetka H2 {margin-top: 0px}
.danetka A {font-size: 12px;}

.comment TD {border: #cccccc 1px solid;}
.comment_data {background-color: #E3F0FB;}
.comment_author {text-align: left; float:left; font-weight:bold;}
.comment_date {font-style:italic; text-align:right}
.comment_content {padding-left:20px; font-size:12px; padding-right:20px}
.picarchive {font-size:12px; margin-bottom: 30px;} /* pictures packs to download */
.picarchive IMG {border: #95c9fc 2px solid; padding:2px;}
.pic_thumbs {margin-top: 20px;}
.pic_thumbs TD {border: #95c9fc 1px solid; text-align: center;}
.pic_thumbs IMG {margin: 5px;}

.task {font-size:18px; line-height:150%;}
.listalka_ex A {display: block; width:22px; font-size:13px; border: 1px solid #cccccc; padding: 1px; border-radius: 2px; margin: 2px;}
.listalka_currentpage {display: block; width:22px; font-weight: bold; font-size:13px; border: 1px solid #cccccc; padding: 1px; border-radius: 2px; background: #f7f9fd;}
.listalka_ex {line-height: 150%; display: flex; flex-direction: row; width: 800px; flex-wrap: wrap; justify-content: center;}

.testform {line-height: 200%;}
*::selection {background: #82befb;}

.firstletters {font-size:16px; font-weight:bold;} /* humour, scibook/fortran */

.listalka {display: flex; justify-content: center; width: 100%;}
.listend {width:24px; margin: 20px;}
.listpages {display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; margin-bottom: 3em;}
.listpages_item {border: #6f9ecb 1px solid; height:24px; width: 24px; text-align: center; border-radius: 5px; box-shadow: 0.1em 0.1em 5px rgba(90,140,180,0.5); margin: 5px; font-size:12px; font-weight: bold;}
.list_item {border: #6f9ecb 1px solid; text-align: center; border-radius: 5px; box-shadow: 0.1em 0.1em 5px rgba(90,140,180,0.5); margin: 5px; font-size:14px; padding: 3px;} /* crosswords, ex */
/* scibook/fortran */
.listalka_lr {display: flex; justify-content: center; align-items: center;}
.oldinfo {color: #376593;}
.quotetxt {margin-left: 3em; font-size: 14px; background: #f3f7f9; padding: 10px; font-family: Verdana, Arial, Helvetica;}

.diafilm_text {
list-style-type: none; 
counter-reset: num;
margin: 0 0 0 45px;
padding: 15px 0 5px 0;
font-size: 16px;
}

.diafilm_text li {
position: relative;	
margin: 0 0 0 0;
padding: 0 0 20px 0;
line-height: 1.4;
text-align: justify;
}

.diafilm_text li:before {
content: counter(num); 
counter-increment: num;
display: inline-block;
position: absolute;
top: 3px;
left: -38px;
width: 24px;
height: 24px;
background: #e0dfdf;
color: #FFF;
text-align: center;
line-height: 24px;
font-size: 14px;
border-radius: 30%;
}

/*  FT */
.bigtextft {font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:140%; text-align:justify; margin-top:20px; width:90%; padding: 10px;}
.bigtextft H2 {font-size:20px;}
/* .bigtextft P {text-indent: 20px;}   Отступ первой строки в пикселах */
.bigtextft IMG {display: block; margin: auto;}
.bigtextft .snoska {text-indent: 0px;} 
.bigtextwide {font-family:Arial, Helvetica, sans-serif; font-size:16px; line-height:140%; text-align:justify; margin-top:20px; padding: 20px; background-color: #FFFFFF;}
.bigtextwide H1 {text-align: center;}
.bigtextwide H2 {line-height: 150%;}
.bigtextwide IMG {display: block; margin: auto;}
.ot {font-size: 16px; margin: 0.8em;}
@media only screen and (min-width: 601px) {
.ftlist {font-family:Arial, Helvetica, sans-serif; font-weight: bold; width: auto; margin: 0 auto; text-align: left; line-height: 200%;}
.ftlist LI {font-size: 16px;}
}
@media only screen and (max-width: 600px) {
.ftlist {font-family:Arial, Helvetica, sans-serif; font-weight: bold; width: auto; margin: 10px; text-align: left; line-height: 180%;}
}

/* Online Games */
.gamebutton {
color: #333;
background-color: #fff;
background-image: url(/img/expand.png);
background-position: left;
background-repeat: no-repeat;
border-color: #ccc;
font-size: 18px;
font-weight: 400;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
line-height: 1.4;
text-align: center;
white-space: nowrap;
vertical-align: middle;
padding: 6px 12px 6px 22px;
}

/* Table of content */
.toc A {
text-decoration: none;
border-bottom: 1px dashed #000080;
}

.toc A:hover {
text-decoration: none;
color: #419dfa;
}

.bottom_info {text-align:center; line-height:120%; font-weight:bold; font-size:10px; background-image: url(//allforchildren.ru/img/copyright.png); background-repeat: no-repeat; width:200px; margin: 10px auto 0px;}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, sans-serif;  
    color: #004dad;
    background: #e7f6fe;
    padding: 2px;
    border: 1px solid #82befb;
    border-radius: 6px;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    padding: 2px 4px;
    color: #004dad;
    font-weight: bold;
    text-transform: uppercase; 
    background: #e7f6fe;
    border: 2px solid #82befb;
    border-radius: 4px;
}
.cookie_btn:hover {
    color: #004dad;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #82befb;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

.title_break_line {display: block; margin-top: 1em; text-transform: uppercase;}

.pripev {font-weight:bold; font-style: italic;}

.roundimage {width: 298px; height: 186px; border: 3px solid #85A0C9; margin-top:20px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;} /* Film Songs Screenshots */

.answer_wrap {color: #0000CC; text-decoration:underline; cursor:pointer;}
.answer {
background-color: #f4f9fe;
border: 1px solid #bdd1e3;
padding:10px;
font-size:14px;
text-align: justify;
}

.epigraph {text-align:right; font-size:11px; font-style:italic;}
.acc LI {margin-bottom:0.8em} /* Для списков с промежутками между пунктами*/

/* Paint and pictures showimages */

.paintimg {padding: 10px;}
.paintimg IMG {
border:#42aee8 2px solid;
 height: auto;
}
@media only screen and (min-width : 800px) {
.paintimg IMG  {
max-width: 800px;
width: auto\9; /* ie8 */
}
}
@media only screen and (max-width : 800px) {
.paintimg IMG  {max-width: 95%;}
}
/* Paint and pictures showimages end*/