body {
  background: url(star.bmp) left top; 
  overflow: visible;
}

.nonAdv
{
   width:1376px;         /* Ширина кроссворда - при увеличении элементов - увеличить */
}
.Advertise{
  margin-top: 690px;
  width: 100%;
  height: 20%;
  position:absolute;
  border:0px;
  background: none;
  pointer-events: none;
}

.admise{
  position: absolute;
  margin-top: 807px;                        
}

.exNumber{
  padding-left: 18px;
  font-weight: bold;          
}


.crossNumber {
  border:1px solid black;              /* граница списка кроссвордов */
  background-color: white;              /* цвет заливки */
  width:70px;                            /* ширина */
  height:630px;                          /* высота списка кроссвордов */
  font-family:Arial;                    /* шрифт в списке кроссвордов */
  font-weight: bold;                    /* жырний шрифт */
  font-size:11px;                        /* размер шрифта */                         
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0px;
  float:left;
  margin-bottom: 20px;        
  margin-left: 5px;                /* отступ слева */
  text-align: left;
  padding-left: 0px;
}

.ExactCross{                        /* параметры сетки */
  width:1280px;                      /*ширина и ниже высота */
  height:756px;
  font-size:16px;                
  float:left;
  margin-left: 5px;                /* отступ слева */
  margin-top: 10px;                 /* отступ сверху */
  border:2px solid black;  
}

.ExactCross div{
  display: inline-block;
  width:64px;                    /* ширина и ниже высота клеток */
  height:54px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 20px;
  /* */
}

div+div {
  border:0.5px solid black;
}

.cartoon{
    border: 2px solid black;
}

.crossBody {
  width:1280px;
  height:790px;
  font-family: Arial;
  font-size:13px;
  float:left;
  margin-left: 10px;
  margin-bottom: 20px;
}

.question p{                 /*параметры квадратов с вопросами -*/
    text-align: center;
    vertical-align: middle;
    font-size: 11px;         /*шрифт вопросов*/
    margin-top: 0px;
    line-height: 1.2;
    font-family: Arial;
}

.threeline{
    margin-top:-12% !important;
}

.question{
    background-color: #FCFBC4;     /* цвет заливки в клетках с вопросам */
    vertical-align: middle;
    text-align: center;
}

.answer p{                              /*параметры текста в клетках с вопросамиъ*/
    margin-top: 23%;
    font-size: 24px;
    font-family: Arial;
    padding-bottom:12px;
    text-align: center;
    text-transform: uppercase;
}

.answer{
    background-color: #D5EBFA;      /* цвет заливки в клетка с ответами */
    text-align: center;
    vertical-align:middle;
}

#ads{
  content: "\21B4";
  left: 39px;
  top:-54px;
  z-index: "3";
  position: relative;
  font-size: 26px;
}
.answerBar {
  width:100%;
  height:24px;
  font-family:Arial;                                                     /* Шрифт в строке ответов */
  font-weight: bold;
  font-size:12px;                                                     /* Размер Шрифта в строке ответов */
  text-align: center;
  vertical-align: middle;
  align-self: center;


}

label {
  margin-left:400px;
  width:220px;
  height: 75%;
  float: left;
  background-color: white;
  vertical-align: middle;
  text-align: center;
  margin-top: 0px;
  padding-top: 4px;

}

input {
  border: none;
  margin-left:5px;
  float: left;
  width: 251px;
  height: 90%;
  font-size: 14;          /*размер шрифта в сторе */
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

span
{
    text-transform: uppercase;
    font-size: 14;
    font-weight: bold;
    font-family: Arial;        /* Шрифт букр внутри сетки кроссвордов */
}

ul {
  list-style-type: none;
}

a:link    {color:black; background-color:transparent; text-decoration:none}
a:visited {color:#EB0000; background-color:transparent; text-decoration:none}
a:hover   {color:red; background-color:transparent; text-decoration:underline}
a:active  {color:yellow; background-color:transparent; text-decoration:underline}