/* use with llc resource index.css */

div.style_side_box{
   display: flex;
   align-items: stretch;
   flex-direction: row;
}

@media only screen and (max-width: 700px){
   div.style_side_box{
      flex-direction: column;
   }
}

div.style_side_box figure#fg_abMe_meow{
   height: 15em;
}

div.style_side_box figure#fg_abMe_meow img{
   height: 100%;
}

section#s_photo figure{
   display: flex;
   align-items: flex-end;
}

section.inner{
   margin-left: 20px;
}

p.noTopMgn{
   margin-top: 2px;
}