div.friend_profile
{
  font-size: 0.9em;
}

div.top
{
  width: 100%;
  min-height: 4vi;
  text-align: right;
  font-size: 2vi;
  padding-top: 1vi;
  padding-bottom: 1em;
}

div.top span.top_title
{
  padding-right: 3.5vi;
}

div.bottom
{
  width: 100%;
  min-height: 4vi;
  text-align: right;
  font-size: 1.2vi;
}

div.bottom div.bottom_container
{
  padding-right: 3.5vi;
  padding-top: 2vi;
}

div.bottom div.bottom_container img
{
  width: 3vi;
  vertical-align: bottom;
}
div.bottom div.bottom_container span.text
{
  padding-left: 1em;
}


div.top.purple
{
  background-image: url( '../images/friends/purple_top.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;

  color: white;
}

div.bottom.purple
{
  background-image: url( '../images/friends/purple_bottom.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;

  color: white;
}


div.top.yellow
{
  background-image: url( '../images/friends/yellow_top.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;

  color: #06a5c5;
}

div.bottom.yellow
{
  background-image: url( '../images/friends/yellow_bottom.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;

  color: #06a5c5;
}

div.top.magenta
{
  background-image: url( '../images/friends/magenta_top.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;

  color: white;
}

div.bottom.magenta
{
  background-image: url( '../images/friends/magenta_bottom.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;

  color: white;
}

div.top.green
{
  background-image: url( '../images/friends/green_top.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;

  color: white;
}

div.bottom.green
{
  background-image: url( '../images/friends/green_bottom.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;

  color: white;
}

div.top.orange
{
  background-image: url( '../images/friends/orange_top.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;

  color: white;
}

div.bottom.orange
{
  background-image: url( '../images/friends/orange_bottom.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;

  color: white;
}

div.top.blue
{
  background-image: url( '../images/friends/blue_top.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;

  color: white;
}

div.bottom.blue
{
  background-image: url( '../images/friends/blue_bottom.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;

  color: white;
}


div.profile
{
  display: flex;
  column-gap: 2em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

div.field_title
{
  font-weight: bold;
}

div.field_block div.field_title
, div.field_block div.field_value
{
  display: inline;
  padding-right: 0.5em;
}

div.field_title.secondary
{
  padding-top: 1em;
  padding-bottom: 1em;
}

a.friend_link
, a.need_clue
, a.see_link
{
  color: #5192d1;
  /*text-decoration: none;*/
}

div.block_title
{
  font-size: 1.2em;
  font-weight: bold;
  /*padding-top: 2em;*/
}

div.block_text
{
  padding-top: 0.5em;
}

div.see_in
{
  margin-top: 1em;
  display: flex;
  column-gap: 2em;

  /*display: grid;*/
  /*grid-template-columns: 30% 70%;*/

  /*display: table;*/
}
div.see_in_right
{
  /*flex: 3 0 auto;*/
  flex-grow: 3;
  flex-shrink: 0;
}
/*div.see_in_left*/
/*{*/
  /*display: table-cell;*/
  /*width: 20%;*/
  /*padding-right: 1.2em;*/
/*}*/
/*div.see_in_right*/
/*{*/
  /*display: table-cell;*/
/*}*/

ul.see_in_list
{
  padding-left: 1.3em;
}

div.need_clue
{
  text-align: center;
}

div.need_clue img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.start_looking_marker
{
  display: inline-block;
  font-size: 0.8em;
  color: gray;
  padding-left: 3em;

  background-image: url( '../images/friends/arrow_left.svg');
  background-size: auto 75%;
  background-repeat: no-repeat;
  background-position: 1em center;
}

div.see_in.hide_clue div.start_looking_marker
{
  display: none;
}

div.wild_club
{
  display: flex;
  column-gap: 2em;
  padding-top: 2em;
}

div.more_image_list
{
  display: flex;
  justify-content: space-evenly;
}


@media only screen and (max-width: 430px) 
{
  div.top
  {
    font-size: 4vi;
    min-height: 7vi;
  }
  
  div.bottom
  {
    font-size: 3vi;
  }

  div.bottom.purple
  {
    background-position: center top;
  }

  div.bottom div.bottom_container
  {
    padding-top: 1vi;
  }

  div.bottom div.bottom_container img
  {
    vertical-align: baseline;
    width: 4vi;
  }


  div.profile
  {
    flex-wrap: wrap;
  }
  
  div.see_in
  {
    flex-wrap: wrap;
  }

  div.wild_club
  {
    flex-wrap: wrap;
  }

  div.more_image_list
  {
    flex-wrap: wrap;
  }

}
