/**
Тексты и переводы
 */
.breadcrumb
{
  display: none;
}

.text_and_translate
{
  margin-top: 35px;
  font-size: 22px;
  line-height: 1.2;
}

.text_and_translate .header
{
   margin-bottom: 15px;
   font-size: 20px;
   text-transform: uppercase;
   font-weight: bold;
}

.text_and_translate .line
{
  margin-bottom: 10px;
}

.text_and_translate .original
{
  margin-bottom: 5px;
}

.text_and_translate .original span
{
  cursor: pointer;
}

.text_and_translate .translate
{
  display: none;
  font-size: 16px;
}

.text_and_translate .translate_it
{
  cursor: pointer;
}

.text_and_translate .line.show_translate .translate
{
  display: block;
}

.text_and_translate a
{
  color: black;
}

.text_and_translate a:hover
{
  text-decoration: underline;
}

/*Все рассказы*/
.view-all-stories
{
  margin-top: 20px;
}

.view-all-stories .view-header
{
  margin-bottom: 20px;
}

.view-all-stories .views-row
{
  margin-bottom: 25px;
}

.view-all-stories .learn
{
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  background: #f6f6f6;
  border: 1px solid gray;
  cursor: pointer;
}

.pager__items
{
  margin: 20px 0 !important;
  text-align: left !important;
}

#mark_learned
{
  display: block;
  margin: 10px 0 15px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 400px)
{
  .text_and_translate .translate
  {
    display: block;
    font-size: 12px;
  }
}
