/* Custom Stylesheet For cards
wide style */

.mediaitem {
    display:block;float:left;width:235px;margin-right:1rem;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.regular-card {
    width:217px;
    height:128px;
    margin-left:9px;
    margin-top:5px;
}
.regular-image {
    /*width:217px;*/
    /*height:122px;*/
    margin-top:5px;
}
.process-card {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:217px;
    height:133px;
}
.process-spinner {
    margin-left:12px;
}

/* old style
.mediaitem {
    display:block;float:left;width:140px;margin-right:1rem;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.regular-card {
    width:122px;
    height:128px;
    margin-left:9px;
    margin-top:5px;
}
.regular-image {
    margin-top:5px;
}
.process-card {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:122px;
    height:133px;
}
.process-spinner {
    margin-left:12px;
}
*/