.crd-box-widget { display:block; overflow:hidden; min-height:260px;}
.crd-box-widget:hover { text-decoration:none;}

.crd-box-widget > * { padding-left:20px; padding-right:20px;}
.crd-box-widget img { width:100%; height:100px; padding:0;}

.crd-box-widget.dark { color:white; text-shadow:1px 1px 0px rgba(0,0,0,0.5);} 
.crd-box-widget.dark h3 { background-color:rgba(255,255,255,0.25); text-shadow:1px 1px 0px rgba(0,0,0,0.5);} 
.crd-box-widget.light { color:black; text-shadow:1px 1px 0px rgba(255,255,255,0.5);}
.crd-box-widget.light h3 { background-color:rgba(0,0,0,0.25); text-shadow:1px 1px 0px rgba(0,0,0,0.5);}

.crd-box-widget h2 { color:inherit; margin:0; padding-top:10px; padding-bottom:10px;}
.crd-box-widget p { color:inherit; margin:0; margin-bottom:10px;}
.crd-box-widget h3 { color:white; padding:3px 10px; text-align:right;}

/* CSS3 */
.crd-box-widget { border-radius:3px; box-shadow:1px 1px 4px rgba(0, 0, 0, 0.25);}
.crd-box-widget img { border-radius:3px 3px 0px 0px;}