
@media only screen and (max-width: 767px) {

    .table-mobile, .table-mobile thead, .table-mobile tbody, .table-mobile th, .table-mobile td, .table-mobile tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-mobile thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
     
     
    }
    
    .table-mobile tr { background: #fff; }

    .table-mobile tr:nth-of-type(odd) { 
      background: #E5EAEC;
    }

    .table-mobile > tbody > tr > td { 
        /* Behave  like a "row" */
        border: none;
     
        position: relative;
        padding-left: 40%!important; 
        background: none;
        min-height: 25px;
        padding-top: 10px!important;
		font-size: 12px;
		width: auto!important;
    }		
    
    
    .table-mobile .mobile-tableHeading{ 
        display: block;
        width: 28%!important;
        margin-top: 11px;
        margin-left: 15px;
        font-weight: 700;
        position: absolute;
		font-size: 11px;
    }
    
    .table-mobile td .btn, .table-mobile td button{
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 5px;
    }
    
    .table-mobile .adspace-list-row  > .mobile-tableHeading{
		display: none;
    }
    
    .table-mobile tbody .adspace-list-row  > td{
		padding-left: 0px!important;
    }
    
    #website_directory.table-mobile .globe-small{
		margin-top: -25px;
		margin-left: -25px;
		position: absolute;
    }
    
    #website_directory.table-mobile  .fa.fa-sort{
		display: none;
    }
    
    .adspace-bids .table-mobile #totals-row{
		display: none;
	}
	
	.adspace-bids .table-mobile td .pull-right, .bid-pool-list .table-mobile td .pull-right{
		float: none!important;
		margin-top: 10px;
	}
	
	.adspace-bids .table-mobile td .pull-right btn, .bid-pool-list .table-mobile td .pull-right{
		margin-bottom: 5px;
	}
}


}
