.shadow {
    -moz-box-shadow: 2px 2px 3px #000;
    -webkit-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#000000');
}
.disabled, .disabled label, [disabled] {
    cursor: not-allowed !important;
}

/* Bootstrap custimizations */
.row-fluid ul.thumbnails > li.span6:nth-child(2n+1),
.row-fluid ul.media-list > li.span6:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

dl.short dt { width: 25%; }
dl.short dd { margin-left: 29%; }
