/* credits */
#slideset-14 > .slide:nth-child(n+2):nth-child(-n+4) > div:nth-of-type(5)
{
   text-align: right;
/* right padding [5em] / font size [.6em] */
   right: 8.25em;
   top: 78%;
}

/************************************************************************/
/*                        slide 2                                       */
/************************************************************************/

#slideset-14 > .slide:nth-child(2) > div:nth-of-type(n+2):nth-of-type(-n+4)
{
   float: right;
   margin-left: 1em;
   position: static;
   width: 20%;
}

/* book cover */
#slideset-14 > .slide:nth-child(2) > div:nth-of-type(2)
{
   width: 19.25%;
}

/************************************************************************/
/*                        slide 3                                       */
/************************************************************************/

#slideset-14 > .slide:nth-child(3) > div:nth-of-type(2),
#slideset-14 > .slide:nth-child(3) > div:nth-of-type(3)
{
   float: right;
   margin-left: 1em;
   position: static;
}

#slideset-14 > .slide:nth-child(3) > div:nth-of-type(2)
{
   width: 20%;
}

#slideset-14 > .slide:nth-child(3) > div:nth-of-type(3)
{
  margin-top: -1em;
  width: 36%;
}

#slideset-14 > .slide:nth-child(3) > div:nth-of-type(4)
{
  left: 39%;
  top: 67%;
  width: 40%; 
}

/************************************************************************/
/*                        slide 4                                       */
/************************************************************************/

#slideset-14 > .slide:nth-child(4) > div:nth-of-type(2),
#slideset-14 > .slide:nth-child(4) > div:nth-of-type(3)
{
   float: right;
   margin-left: 1em;
   position: static;
}

#slideset-14 > .slide:nth-child(4) > div:nth-of-type(2)
{
   width: 20%;
}

#slideset-14 > .slide:nth-child(4) > div:nth-of-type(3)
{
   width: 34.5%;
}

#slideset-14 > .slide:nth-child(4) > div:nth-of-type(4)
{
   left: 39%;
   top: 69%;
   width: 41%;
}
