	/*body {
		background: #cacaca;
		margin: 0;
		padding: 20px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	   	font-weight: 300;
	}*/

	.table {
		display: table;
	 	width: 100%; 
	 	background: #fff;
	 	margin: 0 0 20px 0;
	 	box-sizing: border-box;
	 	box-shadow: 0 0 3px #000;
	 

	 }

	 .caption {
	 	display: block;
    width: 100%;
    background: #000;
    height: 55px;
    padding-left: 10px;
    color: #fff;
    font-size: 25px;
    line-height: 55px;
    text-shadow: 3px 2px 4px rgb(244, 123, 31);
    box-sizing: border-box;
    letter-spacing: 3px;
	 }


	 .header-row {
	 	background: #0e76bc;
	 	color: #fff;

	 }
.header-row .cell
{
font-size: 16px;
width: auto !important;
  max-width: 100%;
}
.header-row .cell a {
    color: #fff;
    text-decoration: none;
    font-family: Lato;
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    margin: 0 auto !important;
}
	.table-sec .row-x {
		display: table-row;
	}
	.cell {
		display: table-cell;
		font-size: 15px;
		padding: 10px 5px 10px 12px; 
		border: 1px solid #e5e5e5;
		text-align: center;
        font-family: Lato;
        font-weight: 600;
	}

	.primary {
		text-align: center;
	}


	input[type="radio"],
	input[type="checkbox"]{
		display: none;
	}
span.cell:last-child {
    text-align: center;
}
   span.cell a i.fa {
    line-height: 22px;
}

/*	@media only screen and (max-width: 991px)  {

		#table {
			display: block;
			margin: 44px 0 0 0;
		}

		.caption {
			position: fixed;
			top: 0;
			text-align: center;
			height: 44px;
			line-height: 44px;
			z-index: 5;
			border-bottom: 2px solid #999;
		}

		.table-sec .row { 
			position: relative;
			display: block;
			border-bottom: 1px solid #ccc; 

		}

		.header-row {
			display: none;
		}
		
		.cell { 
			display: block;

			border: none;
			position: relative;
			height: 45px;
			line-height: 45px;
			text-align: left;
      background: #f58721;
		}
  .cell.primary {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
}
		.primary:after {
			content: "";
			display: block;
			position: absolute;
			right:20px;
			top:24px;
			z-index: 2;
			width: 0; 
			height: 0; 
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent; 
			border-right:10px solid #ccc;

		}
    span.cell:last-child{text-align:left;}
span.cell:last-child img {
    top: 7px;
    position: relative;
}
		.cell:nth-of-type(n+2) { 
			display: block; 
		}
  

		input[type="radio"],
		input[type="checkbox"] {
			display: block;
			position: absolute;
			z-index: 1;
			width: 99%;
			height: 100%;
			opacity: 0;
		}
    
    input[type="radio"]:checked,
		input[type="checkbox"]:checked {
		  z-index: -1;
		}

		input[type="radio"]:checked ~ .cell,
		input[type="checkbox"]:checked ~ .cell {
			display: block;

			border-bottom: 1px solid #eee; 
		}

		input[type="radio"]:checked ~ .cell:nth-of-type(n+2),
		input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2) {
			
			background: #e0e0e0;
		}

		input[type="radio"]:checked ~ .cell:nth-of-type(n+2):before,
		input[type="checkbox"]:checked ~ .cell:nth-of-type(n+2):before {
			content: attr(data-label);

			display: inline-block;
			width: 60px;
			background: #999;
			border-radius: 10px;
			height: 20px;
			margin-right: 10px;
			font-size: 12px;
			line-height: 20px;
			text-align: center;
			color: white;

		}

		input[type="radio"]:checked ~ .primary,
		input[type="checkbox"]:checked ~ .primary  {
			border-bottom: 2px solid #999;
		}

		input[type="radio"]:checked ~ .primary:after,
		input[type="checkbox"]:checked ~ .primary:after {
	 		position: absolute;
			right:18px;
			top:30px;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent; 
			border-top:10px solid #ccc;
			z-index: 2;
		}
	}  */