UL.dlspb-1col LI {
    display: block;
    margin: 2em 0;
    padding: 0;
    width: 100%;
}
UL.dlspb-2col LI {
    display: block;
    float: left;
    margin: 2% 2% 0 0;
    padding: 0;
    width: 49%;
}
UL.dlspb-3col LI {
    display: block;
    float: left;
    margin: 2% 2% 0 0;
    padding: 0;
    width: 32%;
}
.ie8 UL.dlspb-2col LI,
.ie8 UL.dlspb-3col LI {
    margin-right: 1%;
}
UL.dlspb-2col LI:nth-child(odd),
UL.dlspb-3col LI:nth-child(3n+1) {
    clear: left;
}
UL.dlspb-2col LI:nth-child(even),
UL.dlspb-3col LI:nth-child(3n) {
    margin-right: 0;
}

.dlspb-list {
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
.dlspb-list LI {
    background-color: #f2f2f2;/* fallback */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(#eee));/* Safari 4-5, Chrome 1-9 */
    background: -webkit-radial-gradient(circle, #fff, #dfdfdf);/* Safari 5.1+, Chrome 10+ */
    background: -moz-radial-gradient(circle, #fff, #eee);/* Firefox 3.6+ */
    background: -ms-radial-gradient(circle, #fff, #eee);/* IE 10 */
    text-align: left;
}
.dlspb-list A,
.dlspb-list A:link,
.dlspb-list A:visited,
.dlspb-list A:active,
.dlspb-list A:focus,
.dlspb-list A:hover {
    color: #333;
    text-decoration: none;
}
.dlspb-list .dlspb-image {
    height: 200px;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ddd;
}
.dlspb-list .dlspb-text {
    background-color: #f2f2f2;
    border-top: 1px solid #fff;
    padding: .8em;
}
.dlspb-list .dlspb-title,
.dlspb-list .dlspb-subtitle {
    display: block;
}
.dlspb-list .dlspb-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
    padding-top: 0;
    margin-bottom: .4em;
}
.dlspb-list .dlspb-subtitle {
    color: #777;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: .4em 0;
}
.dlspb-list BUTTON {
    font-size: 1em;
    line-height: 1.2em;
    margin-top: .4em;
}

.dlspb-screenshots {
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
.entry-content .dlspb-screenshots LI {
    display: block;
    float: left;
    margin: 10px;
    padding: 0;
}

.dlspb-pages {
    margin: 1em 0;
}

#dlspb-detail-image {
    margin: 1em 0;
}

.dlspb-filter {
    overflow: hidden;
    margin: 1em 0;
}
.dlspb-filter-field,
.dlspb-filter-or {
    display: inline-block;
    margin-right: 1em;
}
.dlspb-filter H4 {
    margin: 0;
}
.dlspb-view-all {
    font-size: 0.8em;
}

.dlspb-js-only {
    display: none;
}

.dlspb-social-media {
    background: #f5f5f5;
    text-transform: uppercase;
    padding: 1.6em;
    border: 1px solid #d4d4d4;
    border-width: 0 1px 1px;
}
.dlspb-social-media H3,
.dlspb .dlspb-social-media H3 {
    margin-top: 0;
    margin-bottom: .4em;
}



/***** Tabs *****/

/* Minimal jQuery Tabs Styles */
.dlspb .ui-tabs { position: relative; padding: .2em; zoom: 1; }
.dlspb .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; overflow: hidden; }
.dlspb .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.dlspb .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.dlspb .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.dlspb .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.dlspb .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.dlspb .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.dlspb .ui-tabs .ui-tabs-hide { display: none !important; }

/* Custom Styles */
.dlspb .ui-tabs {
    border: 1px solid #d4d4d4;
    border-bottom-width: 0;
    padding: 0;
}
.dlspb .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    background: #f3f3f3;
}
.dlspb .ui-tabs .ui-tabs-nav li {
    margin: 0;
    padding: 0;
}
.dlspb .ui-tabs .ui-tabs-nav li a {
    border-right: 1px solid #d4d4d4;
    text-transform: uppercase;
    color: #36393b;
    padding: 1em 1.4em;
    font-weight: bold;
    margin: -1px 0 0;
    font-size: 1em;
}
.dlspb .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: #fff;
    border-bottom-color: #fff;
}
.dlspb .ui-tabs .ui-tabs-panel {
    background: #fff;
    margin: -1px 0 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 1.6em;
}



/***** Related Projects *****/
.dlspb .dlspb-related {
    margin: 0;
    padding: 0;
}
.dlspb .dlspb-related LI {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/***** Alternative Sizes *****/
@media (max-width: 643px) {

    /* Change 3col to 2col */
    UL.dlspb-3col LI {
        width: 49%;
    }
    UL.dlspb-3col LI:nth-child(odd) {
        clear: left;
    }
    UL.dlspb-3col LI:nth-child(even) {
        margin-right: 0;
    }
    UL.dlspb-3col LI:nth-child(3n+1) {
        clear: none;
    }
    UL.dlspb-3col LI:nth-child(3n) {
        margin-right: 2%;
    }

}
/***** Mobile Devices *****/
@media (max-width: 359px) {

    UL.dlspb-2col LI,
    UL.dlspb-3col LI {
        clear: left;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

}