/* body {
color: #000 !important;
background-color: rgba(0,0,0,0.1) !important;
} */


table.cards {
    background-color: transparent;
}

/*--[  This does the job of making the table rows appear as cards ]----------------*/
.cards tbody img {
    height: 100px;
    max-width: 95% !important;
}
.cards tbody tr {
    float: left;
    /* overflow: auto; */
    height: auto !important;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #aaa;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.25); */
    /* -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);   */
    /* box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);   */
    /* opacity: 1; */
    background-color: white;
    border-radius: 5px !important;
}

.cards tbody td {
    display: block;
    /* width: 100%; */
    overflow: scroll;
    text-align: left;
}

/*---[ The remaining is just more dressing to fit my preferances ]-----------------*/
.table_cards {
    background-color: #fff;
}
.table_cards tbody label {
    display: none;
    margin-right: 5px;
    width: 50px;
}   
.table_cards .glyphicon {
    font-size: 20px;
}

.cards thead {
    display:none;
    /* position: absolute !important; */
    /* top: -9999px !important; */
    /* left: -9999px !important; */
}

.cards .glyphicon {
    font-size: 20px;
}

.cards tbody label {
    display: inline;
    position: relative;
    font-size: 85%;
    font-weight: normal;
    top: -5px;
    left: -3px;
    float: left;
    color: #808080;
}
/* .cards tbody td:nth-child(1) {
    text-align: center;
} */

