@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 240px) and (max-width: 480px)  {
	/* Force table to not be like tables anymore */
		.responsive_table_wrap table, thead, tbody, th, td, tr { 
			display: block; 
		}
		.responsive_table_wrap .no_eve{
			display: flex;
			display:  -webkit-flex;
			display: -moz-flex;


			align-content: center;
			justify-content: center;
			align-items: center;
			height: 112px;
			padding-left: 0px;
		}
		.dashbrd_left11{
			    min-height: 112px;
		}
		.responsive_table_wrap {
    min-height: 112px;
}
.dash_tab{
	 min-height: 112px !important;
}
		.responsive_table_wrap{ width:100%; padding:0; margin:0; float:left;}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.responsive_table_wrap table thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.responsive_table_wrap table tr,.gift_tab_content table tr{ border: 1px solid #ccc; padding:5px 0;    border-left: none !important;
    border-right: none !important;
    border-top: none !important;	}
		.responsive_table_wrap table tr:last-child{border-bottom:none !important;}
		
		.responsive_table_wrap table td { 
			/* Behave  like a "row" */
			border: none;
			/*border-bottom: 1px solid #eee; */
			position: relative;
			/*padding-left: 50%; */
			padding-left:10px;
		}
		
		.responsive_table_wrap table td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		.list_2_buyer{border-bottom:0px; padding:5px 10px 5px 10px;}
		
		/*
		Label the data
		*/
		/*td:nth-of-type(1):before { content: "First Name"; }
		td:nth-of-type(2):before { content: "Last Name"; }
		td:nth-of-type(3):before { content: "Job Title"; }
		td:nth-of-type(4):before { content: "Favorite Color"; }
		td:nth-of-type(5):before { content: "Wars of Trek?"; }
		td:nth-of-type(6):before { content: "Porn Name"; }
		td:nth-of-type(7):before { content: "Date of Birth"; }
		td:nth-of-type(8):before { content: "Dream Vacation City"; }
		td:nth-of-type(9):before { content: "GPA"; }
		td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
		}