	tbody{
		width: 100%;
		display: inline-block;
		height: 350px;
		overflow-y: scroll; 
	}

	tr {
		width: inherit;
	}

	th, td{
		width: 210px;
	}
	
	form {
		background: #fff;
		width: 100%;
		margin: auto;
		padding: 30px;
		min-width: 320px;
		max-width: 540px;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
		border-radius: 3px;
	}

	h1 {
		color: #fff;
	}

	group + group {
		margin-top: 20px;
	}

	.inline-radio {
		display: flex;
		border-radius: 3px;
		overflow: hidden;
	}

	div {
		position: relative;
		flex: 1;
	}

	input {
		width: 100%;
		height: 20px;
		opacity: 0;
	}

	.radiobtn {
		position: absolute;
		top: 0; left: 0;
		color: #b6b6b6;
		width: 100%;
		height: 100%;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: none;
		border-right: 1px solid #b6b6b6;
	}

	div:last-child .radiobtn {
		border-right: 0;
	}

	input:checked + .radiobtn {
		background: #041e42;
		font-weight: 500;
		color: #fff;
	}
	.responstable {
		margin: 1em 0;
		width: 100%;
		overflow: hidden;
		background: #FFF;
		color: #024457;
	}
	.responstable tr {
		border: 1px solid #D9E4E6;
	}
	.responstable tr:nth-child(odd) {
		background-color: #EAF3F3;
	}
	.responstable th {
		display: none;
		border: 1px solid #FFF;
		background-color: #3c769a;
		color: #FFF;
		padding: 1em;
	}
	.responstable th:first-child {
		display: table-cell;
		text-align: center;
	}
	.responstable th:nth-child(2) {
		display: table-cell;
	}
	.responstable th:nth-child(2) span {
		display: none;
	}
	.responstable th:nth-child(2):after {
		content: attr(data-th);
	}
	@media (min-width: 480px) {
		.responstable th:nth-child(2) span {
			display: block;
		}
		.responstable th:nth-child(2):after {
			display: none;
		}
	}
	.responstable td {
		display: block;
		word-wrap: break-word;
		max-width: 7em;
	}
	.responstable td:first-child {
		display: table-cell;
		text-align: center;
		border-right: 1px solid #D9E4E6;
	}
	@media (min-width: 480px) {
		.responstable td {
			border: 1px solid #D9E4E6;
		}
	}
	.responstable th, .responstable td {
		text-align: left;
		margin: .5em 1em;
	}
	@media (min-width: 480px) {
		.responstable th, .responstable td {
			display: table-cell;
			padding: 1em;
		}
	}

	@media only screen and (max-width: 767px){
		.nav>li>a {
			padding: 10px 15px;
		}

		.sky-tabs > ul > li {
			padding: 20px 2px 25px;
			
		}
		.sky-tabs .typography li {
			padding-left: 0px;
		}

		.responstable td {
			max-width: 13em;
		}
	}
	ul{
		list-style-type: none;
	}
}

.sky-tabs > input:checked + label span span {
	/* background: #041e42; */
	background: #fff;
	color: #000;
}

.sky-tabs > label span {
	display: block;
	padding: 5px;
	background: rgba(255,255,255,0.9);
}
table{


	height: 200px; 
	overflow: auto;
}