#main_image{
    height: 250px;
    background-size: auto 250px;
}

#main_header{
    height: auto;
}

ul.subscr{
    margin: 20px 0 0 0;
    padding: 0 20px 5px;
    list-style: none;
    font: 18px 'miniaturecitalic', serif;
}

ul.subscr li{
  display: block;
  margin: 0 0 20px 0;
}

ul.subscr li.selected_subscr a{
  margin: 0;
  padding-bottom: 2px;
  color: rgb(91,147,187);
  background-image: none;
  border-bottom: 1px solid rgb(127,171,202);
}

ul.subscr li a{
  display: inline-block;
  line-height: 24px;
  padding-bottom: 3px;
  background-image: linear-gradient(to right, rgb(127,171,202) 40%, rgba(255, 255, 255, 0) 20%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}

.title_subscr{
  margin: 20px 0;
  padding: 0 0 10px 0;
  color: rgb(127,171,202);
  font-size: 20px;
  /*text-align: center;*/
  font-family: 'miniaturecregular',serif;
  font-variant: small-caps; 
  
  background-image: linear-gradient(to right, rgb(127,171,202) 40%, rgba(255, 255, 255, 0) 20%);
  background-position: bottom;
  background-size: 3px 1px, 3px 1px;
  background-repeat: repeat-x;
}
