
/* ========== новости ========== */

#news {
   padding-top: 20px;
}
#news .new {
   display:  block;
   overflow: hidden;
   margin:   0 0 10px;
}
#news .new .new-date {
   margin: 0 0 10px;
   font-weight: bold;
}
#news .new .new-anonce {
   margin: 10px 0;
}

/* ========== обзор последнего номера журнала ========== */

#issue {
   display: block;
   overflow: hidden;
   margin-bottom: 20px;
}
#issue .left {
   width: 20%;
}
#issue .left img {
   border: solid 1px black;
}
#issue .right {
   width: 75%;
}
#issue .article-link {
   margin-bottom: 5px;
}
#issue .article-link a {
   color: #001078;
   font-weight: bold;
}
#issue .article-link a:hover {
   color: #002e83;
}
#issue .article-authors {
   margin-bottom: 15px;
}

/* ========== информация о журнале ========== */

#info {
   display:  block;
   overflow: hidden;
   margin-bottom: 15px;
}
#info > div {
   width:    100%;
   display:  block;
   overflow: hidden;
}
#info .russian {
   float: left;
   width: 47%;
}
#info .english {
   float: right;
   width: 47%;
}

#founders h2 {
   text-align: center;
}
#founders > div {
   float: left;
   width: 47%;
}

#founders .founder > * {
   width: 100%;
   text-align: center;
}
#founders .founder-image {
   padding-top: 10px;
}
#founders .founder-title p {
   display: inline-block;
   width:   auto;
   margin:  0 auto;
   font-size: 1.1em;
   text-align: left;
}

#addresses p {
   font-size: 1.1em;
}
