#quotearea {
   background: none;
   width: 650px;
   height: 55px;
   padding: 12px 50px 0 50px;
   margin: 15px auto;
    font-size: 150%;
   color: #fff;
   text-align: right;
   text-shadow: -2px 4px 2px rgba(0, 0, 0, 0.4);
       text-transform: uppercase;

}
#quoterotator {
   line-height: 135%;
}
#quoteauthor {
   display: block;
   text-align: right;
   font-weight: bold;
   font-style: normal;
   color: #EECA6A;
   text-shadow: -2px 4px 2px rgba(0, 0, 0, 0.4);
}