
/* ******************* STANARD ******************* */

.tbl-master td{color: #2e80be;}
.tbl-gold td {color: #ba9f0c;}

@media screen and (max-width: 450px) /* Mobile */ {

/** LETS MAKE RESULTS TABLE RESPONSIVE */

.table-bordered {border: 0px none transparent;}

.table-bordered table tr {border-bottom: 0px none transparent!important;}

.table-striped > tbody > tr:nth-of-type(2n+1) {background-color: transparent;}

.table-bordered > tbody > tr:nth-of-type(2n+1) { border: 0px none #eee;}

.table > thead:first-child > tr:first-child > th{
display: none!important;
background:red;
vertical-align: top;
}

.table-striped table, .table-striped thead, .table-striped tbody, .table-striped th, .table-striped td,  .table-striped tr {
	display: block;
}

 /*Hide table headers (but not display: none;, for accessibility)*/
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.table-bordered > tbody > tr > td {
/*	 Behave  like a "row"*/
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
}

/*.table-bordered > tbody > tr > td:before { */
.resp-th{
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
}

.table-bordered > tbody > tr > td:nth-of-type(1){
	padding-left: 0%;
	text-align: center;
	background:#FDF0BA;
	border: 0px none transparent;
}

.table-bordered > tbody > tr > td:nth-of-type(1):before {
		width: 100%;

}

/* Create a Label for each TD in Mobile view */

/* *********************************************  ALL DEFAULT TABLES & MASTERS  ********************************************* */
/*
.table-bordered > tbody > tr > td:nth-of-type(2):before { content: "Product Name"; }
.table-bordered > tbody > tr > td:nth-of-type(3):before { content: "Region"; }
.table-bordered > tbody > tr > td:nth-of-type(4):before { content: "Country"; }
.table-bordered > tbody > tr > td:nth-of-type(5):before { content: "Vintage"; }
.table-bordered > tbody > tr > td:nth-of-type(6):before { content: "Medal"; }
*/


/* *********************************************  Organic MASTERS  ********************************************* */
/*
.organic-masters > tbody > tr > td:nth-of-type(2):before { content: "Product Name"; }
.organic-masters > tbody > tr > td:nth-of-type(3):before { content: "Region"; }
.organic-masters > tbody > tr > td:nth-of-type(4):before { content: "Country"; }
.organic-masters > tbody > tr > td:nth-of-type(5):before { content: "Vintage"; }
.organic-masters > tbody > tr > td:nth-of-type(6):before { content: "Medal"; }
*/


/* *********************************************  SB MASTERS  ********************************************* */
/*
.sb-masters > tbody > tr > td:nth-of-type(2):before { content: "Product Name"; }
.sb-masters > tbody > tr > td:nth-of-type(3):before { content: "Region"; }
.sb-masters > tbody > tr > td:nth-of-type(4):before { content: "Country"; }
.sb-masters > tbody > tr > td:nth-of-type(5):before { content: "Vintage"; }
.sb-masters > tbody > tr > td:nth-of-type(6):before { content: "Medal"; }
*/

/* *********************************************  Pinot Noir MASTERS  ********************************************* */
/*
.pn-masters > tbody > tr > td:nth-of-type(2):before { content: "Product Name"; }
.pn-masters > tbody > tr > td:nth-of-type(3):before { content: "Region"; }
.pn-masters > tbody > tr > td:nth-of-type(4):before { content: "Country"; }
.pn-masters > tbody > tr > td:nth-of-type(5):before { content: "Vintage";}
.sb-masters > tbody > tr > td:nth-of-type(6):before { content: "Medal"; }
*/

/* *********************************************  BEER MASTERS TABLE *********************************************    */
/*
.beer-master > tbody > tr > td:nth-of-type(2):before { content: "Beer Name"; }
.beer-master > tbody > tr > td:nth-of-type(3):before { content: "Medal"; }


/* *********************************************  PROSECCP MASTERS TABLE *********************************************    */
/*
.prosecco-master > tbody > tr > td:nth-of-type(2):before { content: "Product Name"; }
.prosecco-master > tbody > tr > td:nth-of-type(3):before { content: "Vintage"; }
.prosecco-master > tbody > tr > td:nth-of-type(4):before { content: "Medal"; }
*/

/* *********************************************  ASIAN SB MASTERS TABLE *********************************************    */
/*
.asian-sb-master > tbody > tr > td:nth-of-type(2):before { content: "Product Name"; }
.asian-sb-master > tbody > tr > td:nth-of-type(3):before { content: "Region"; }
.asian-sb-master > tbody > tr > td:nth-of-type(4):before { content: "Country"; }
.asian-sb-master > tbody > tr > td:nth-of-type(5):before { content: "Vintage"; }
.asian-sb-master > tbody > tr > td:nth-of-type(6):before { content: "Medal"; }
*/

/* *********************************************  CHAMPAGNE MASTERS TABLE *********************************************    */
/*
.champ-master > tbody > tr > td:nth-of-type(2):before { content: "Product Name"; }
.champ-master > tbody > tr > td:nth-of-type(3):before { content: "Medal"; }
}
*/
/* *********************************************  ASIAN CIDER  MASTERS TABLE *********************************************    */
/*
.asian-cider-master > tbody > tr > td:nth-of-type(2):before { content: "Product Name"; }
.asian-cider-master > tbody > tr > td:nth-of-type(3):before { content: "Country"; }
.asian-cider-master > tbody > tr > td:nth-of-type(4):before { content: "Sub Category"; }
.asian-cider-master > tbody > tr > td:nth-of-type(4):before { content: "Medal"; }
*/
