


#manageRegularSubDiv{
  display: none;
}

#articlesByAuthor{

  margin-top: 15px;
}

.articlesMain:last-child{

  margin-bottom: 15px;
}



#regularSubHTML{
  margin-bottom: 15px;
}

#regularOrPre{
  
  display: none;
  width: 768px;
  flex-direction: row;
  box-sizing: border-box;
  align-content: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  gap: 74px;
  margin-bottom: 15px;
}

#expandingSubAuthor{
}



@media (max-width: 768px){

  .regularOrPre{
    flex-direction: column;
  }

}

