

.use_credits {
   display:none;
}

.moofilm {
   text-align: center;
   border: 0px none;
   color: white;
   background-color: black;
   cursor:default;
}

   .film_title {
      color:Pink;
      margin-top:20px;
      font-size: 14px;
      font-weight: bold;
   }

   .film_info { 
      font-size: 0.85em;
      line-height: 1.3em;
      padding:5px;
      margin:0 10px;
   }		

   .film_link { 
      font-weight: bold;
      color:lime;
   }

   .film_link:hover {
      color:lime;
      font-size:1.3em;
   }
