/*  DVD CSS File */

.dvd-container { width: 345px; border: 1px solid #ccc; }
.dvd-content { width: 315px; padding: 0 15px; text-align: center; }
.dvd-image { float: left; width: 90px; }
.dvd-information { float: left; width: 215px; }
.dvd-information h2 { font-size: 76%; font-weight: bold; margin: 0.4em; color: #012d84; }
.dvd-information p { font-size: 70%; line-height: 1.2em; }
