﻿.template{
  perspective:500px;
  perspective-origin:50% 40%
}
.template:before{
  background-image:url(../print/textures/clear.jpg)
}
#persp{
  transform:rotateX(-4deg)
}
.tpl{
  font-weight:bold
}
.tpl:nth-child(-n+25){
  display:block
}
.tpl p:before{
  color:#640;
  text-shadow:1px 1px .7px,1px 1px 1px
}
.tpl:first-child p:before{
  text-shadow:0 0 .7px,0 0 1.1 px
}
.tpl p:after{
  color:#fc0
}
.tpl:first-child p:after{
  color:red
}