/* The Apprentice Project */
.TheApprenticeProject > img
{
    margin:0 auto;
    display:flex;
}
.TheApprenticeProject #Installation.photoalbum > div
{
    background-color:rgba(41,41,37,0.5);
}
.TheApprenticeProject #Installation.photoalbum > div > div
{
    vertical-align:middle;
}
.TheApprenticeProject #Changelog ul
{
    list-style:square;
}
.TheApprenticeProject .keyboard-controls img
{
    background-color:#FFFFFF;
    border-radius:7px;
}
.TheApprenticeProject .keyboard-controls div
{
    background-color:rgba(25,25,255,0.5);
    border:1px solid #000000;
    border-radius:3px;
    height:29px;
    position:absolute;
    width:29px;
}
.TheApprenticeProject .keyboard-controls div:nth-child(1) { margin-top:75px; margin-left:45px; }
.TheApprenticeProject .keyboard-controls div:nth-child(2) { margin-top:75px; margin-left:79px; }
.TheApprenticeProject .keyboard-controls div:nth-child(3) { margin-top:75px; margin-left:113px; }
.TheApprenticeProject .keyboard-controls div:nth-child(4) { margin-top:180px; margin-left:569px; }
.TheApprenticeProject .keyboard-controls div:nth-child(5) { margin-top:215px; margin-left:535px; }
.TheApprenticeProject .keyboard-controls div:nth-child(6) { margin-top:215px; margin-left:569px; }
.TheApprenticeProject .keyboard-controls div:nth-child(7) { margin-top:215px; margin-left:603px; }

.TheApprenticeProject .keyboard-controls div:nth-child(8),
.TheApprenticeProject .keyboard-controls div:nth-child(9)
{
    background-color:rgba(255,25,25,0.5);
}
.TheApprenticeProject .keyboard-controls div:nth-child(8) { margin-top:215px; margin-left:106px; width:38px; }
.TheApprenticeProject .keyboard-controls div:nth-child(9) { margin-top:145px; margin-left:444px; width:67px; }