


    /*
	Table Responsive
	===================
	Author: https://github.com/pablorgarcia
 */


.row table {
    border-radius:6px;
}

.tab-container {
  font-weight: 300;
  line-height: 1.42em;
  color:#A7A1AE;
  //background-color:#1F2739;
  	  text-align: left;
  	  overflow: hidden;
  	  width: 80%;
  	  margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
}

table {
	border-collapse: collapse;
	margin:50px auto;
	border-radius:6px;
	}

th {
	background: #3498db;
	color: white;
	font-weight: bold;
	}

td, th {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: left;
	//font-size: 18px;
	}

.labels tr td {
	background-color: #2cc16a;
	font-weight: bold;
	color: #fff;
}

.label tr td label {
	display: block;
}

@media (max-width: 800px) {
.tab-container td:nth-child(3),
.tab-container th:nth-child(3) { display: none; }
}