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


table.cards_events {
    background-color: transparent;
}

/*--[  This does the job of making the table rows appear as cards ]----------------*/
.cards_events tbody img {
    height: 100px;
    max-width: 95% !important;
}

.border_top_radius {
    -moz-border-radius: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px; 
}

.border_bottom_radius {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; 
}

/* Large Screens (laptops and above) */
@media only screen and (min-width: 2001px){
    .cards_events tbody tr {
        float: left;
        margin: 0.3em;
        margin-bottom: 1.4em;
        border: 1px solid #bfbfbf;
        border-radius: 0.5em;
        background-color: transparent;
        /* overflow: auto; */
        height: auto !important;
        width: 20vw !important;
        /* box-shadow: 0 0 5px rgba(0,0,0,0.25); */
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);  
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);  
        /* opacity: 1; */
    }    
}

@media only screen and (min-width: 901px) and (max-width: 2000px){
    .cards_events tbody tr {
        float: left;
        margin: 0.3em;
        margin-bottom: 1.4em;
        border: 1px solid #bfbfbf;
        border-radius: 0.5em;
        background-color: transparent;
        /* overflow: auto; */
        height: auto !important;
        width: 50vw !important;
        /* box-shadow: 0 0 5px rgba(0,0,0,0.25); */
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);  
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.25);  
        /* opacity: 1; */
    }    
}

/* any oher smaller screen */
@media only screen and (max-width: 900px){
    .cards_events tbody tr {
        float: left;
        margin: 0.3em;
        margin-bottom: 0.4em;
        border: 1px solid #bfbfbf;
        border-radius: 0.5em;
        background-color: transparent;
        /* overflow: auto; */
        height: auto !important;
        width: 100% !important;
        /* box-shadow: 0 0 5px rgba(0,0,0,0.25); */
        -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);  
        box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);  
        /* opacity: 1;         */
    }
}

.cards_events 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_events thead {
    display:none;
    /* position: absolute !important; */
    /* top: -9999px !important; */
    /* left: -9999px !important; */
}

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

.cards_events 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;
} */

