span.w_letter
{
  color: #a53431;
}
span.i_letter
{
  color: #388cec;
}
span.l_letter
{
  color: #83b15b;
}
span.d_letter
{
  color: #eaaf45;
}

a.wild_home_link
{
  text-decoration: none;
}
a.wild_home_link:hover
{
  text-decoration: underline;
}

div.title
, div.title a.wild_home_link
{
  color: #2aa1b8;
}

div.we_home
{
  margin-right: 1em;
}

div.animation_block
, div.friend_list_block
{
  padding-left: 2em;
  padding-right: 2em;
}

div.friend_table
{
  color: #5192d1;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
div.friend_table a
{
  color: #5192d1;
}

div.friend_table div
{
  /*display: inline-block;*/
  width: 3.8em;
  text-align: center;
  padding-top: 4.5em;
  cursor: pointer;
}


div.friend_table div.sarah
{
  background-image: url( '../images/sarah.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.jomo
{
  background-image: url( '../images/jomo.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.juanita
{
  background-image: url( '../images/juanita.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.ren
{
  background-image: url( '../images/ren.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.gavin
{
  background-image: url( '../images/gavin.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.kadin
{
  background-image: url( '../images/kadin.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.philip
{
  background-image: url( '../images/philip.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.sam
{
  background-image: url( '../images/sam.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.umi
{
  background-image: url( '../images/umi.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.tarika
{
  background-image: url( '../images/tarika.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.theo
{
  background-image: url( '../images/theo.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.friend_table div.liana
{
  background-image: url( '../images/liana.svg');
  background-repeat: no-repeat;
  background-position: top;
}

div.dictionary_news.wild
{
  row-gap: 2em;
}

div.dictionary_news.dictionaries.wild div.block
{
  text-align: center;
  padding-top: 10em;
  /*padding-bottom: 2em;*/
}

div.dictionary_news.dictionaries.wild div.title
{
  font-size: 1.2em;
}

div.picture_dictionary.block
{
  background-image: url( '../images/picture_dictionary_block_bg.png');
  background-repeat: no-repeat;
  background-position: top;
}

div.picture_dictionary.block div.title
, div.picture_dictionary.block div.title a.wild_home_link
{
  color: #107bc4;
}

div.world.block
{
  background-image: url( '../images/world_block_bg.png');
  background-repeat: no-repeat;
  background-position: top;
}

div.world.block div.title
, div.world.block div.title a.wild_home_link
{
  color: #f1ae00;
}

div.collection.block
{
  background-image: url( '../images/collection_block_bg.png');
  background-repeat: no-repeat;
  background-position: top;
}

div.collection.block div.title
, div.collection.block div.title a.wild_home_link
{
  color: #2bbd19;
}

div.book.block
{
  background-image: url( '../images/book_block_bg.png');
  background-repeat: no-repeat;
  background-position: top;
}

div.book.block div.title
, div.book.block div.title a.wild_home_link
{
  color: #2290cb;
}

div.game.block
{
  background-image: url( '../images/game_block_bg.png');
  background-repeat: no-repeat;
  background-position: top;
}

div.game.block div.title
, div.game.block div.title a.wild_home_link
{
  color: #4f44a6;
}

div.subscription_text.block
{
  background-image: url( '../images/subscription_block_bg.png');
  background-repeat: no-repeat;
  background-position: top;
}

div.subscription_text.block div.title
, div.subscription_text.block div.title a.wild_home_link
{
  color: #004b97;
}

div.classroom.block
{
  background-image: url( '../images/classroom_block_bg.png');
  background-repeat: no-repeat;
  background-position: top;
}

div.classroom.block div.title
, div.classroom.block div.title a.wild_home_link
{
  color: #e89318;
}

div.digital_citizen.block
{
  background-image: url( '../images/digital_citizen_block_bg.png');
  background-repeat: no-repeat;
  background-position: top;
}

div.digital_citizen.block div.title
, div.digital_citizen.block div.title a.wild_home_link
{
  color: #e242f3;
}

@media only screen and (max-width: 430px) 
{
  div.friend_table
  {
    color: #5192d1;
    text-align: center;
    display: block;
  }
  div.friend_table div
  {
    display: inline-block;
  }
}
