body
{
  font-family: arial ,sans-serif;
}

#webcontent-section .newest-header
{
  margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #7895a3;
    color: #96bacc;
    text-align: center;
    border-radius: 12px;
    box-shadow: 1px 1px 1px #000;
}
.news-arrow
{
  text-align:center;
  font-size:20px;
  color: #fff;
}
#pageNews
{
  max-height:auto;
  overflow:hidden;
  transition: 1s;
  -webkit-transition: 1s;
}
.topnews
{
  clear:both;
  margin:10px;
  background-color:#fff;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 1px 2px 4px #999;
  border: 6px solid #fff;
}
.topnews:hover
{
  background-color:#def;
  border: 6px solid #def;
}
.topnews img
{
  width:100%;
}
.other-news
{
  background-color:#fff;
  margin:0 10px 0 10px;
  font-size:0.8em;
  cursor:pointer;
}
.other-news:hover
{
  background-color:#def;
}
h1
{
  margin: 0 0 5px 0;
  font-size: 1.0em;
}
.publish-date
{
  font-size: 0.8em;
  color: #e59d12;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #e59d12;
  width: 120px;
  height: 120px;
  margin: 0 auto 0 auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 3s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#read-section
{
position:absolute;
width:100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
left: 0px;
bottom:0px;
}
#read-section img
{
  max-width:800px;
  max-width:90%;
}
#read-paper {
    max-width: 900px;
    width: 80%;
    height: 90%;
    background-color: #fff;
    padding: 20px;
    border: 4px solid #e69e13;
    margin: 10px auto 0 auto;
  }
#read-paper h1 {
  font-size: 2.4em;
}
#read-paper .scroll-area
{
  height: 90%;
  overflow-y:auto;
}
.article-header
{
  height: 10%;
}

.spektr-info
{
  margin:10px;
  padding:10px;
  background-color: #fff;
  box-shadow: 3px 3px 6px #666;
}

.spektr-info article
{
  border-left: 4px solid #eaac01;
  padding-left: 15px;
}
.spektr-info h1
{
  font-size: 2em;
}

.search-result-highlight
{
  color: #f00;
}

#archive-area
{
  width: 100%;
  padding: 10px;
}
.archive-cover
{
  margin-left:10px;
  float:left;
  text-align:center;
  cursor:pointer;
}
.issue-number
{
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
}
