/* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
/*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

a {
  color: #337aa8;
}
a:hover, a:focus {
  color: #4b8ab2;
}

.container {
  /*margin: 5% 3%;*/
	margin: 2em auto;
    max-width: 75em;
}

.selectors {
  width: 100%;
  margin-bottom: 1.5em;
	
	font-size: 1em;
}
.selectors thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .selectors thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.selectors thead th {
  background-color: #034F83;
  border: 1px solid #034F83;
  font-weight: normal;
  text-align: center;
  color: white;
}
.selectors thead th:first-of-type {
  text-align: left;
}
.selectors tbody,
.selectors tr,
.selectors th,
.selectors td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

	.selectors tr {
	    display: table-row;
	  }
.selectors th,
.selectors td {
	padding: .75em;
  vertical-align: middle;
	display: table-cell;
}
.selectors caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .selectors caption {
    font-size: 1.5em;
  }
}
.selectors tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .selectors tfoot {
    font-size: .9em;
  }
}

.selectors tbody {
    display: table-row-group;
  }
.selectors tbody tr {
  margin-bottom: 1em;
  border: 2px solid #1d96b2;
	
	display: table-row;
    border-width: 1px;
}
.selectors tbody tr:last-of-type {
  margin-bottom: 0;
}

	.selectors tbody tr:nth-of-type(even) {
	    background-color: rgba(94, 93, 82, 0.1);
	  }
.selectors tbody th[scope="row"] {
  background-color: #1d96b2;
  color: white;
}
@media (min-width: 48em) {
  .selectors tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.selectors tbody td {
	text-align: center;
	border-bottom: 1px solid #1d96b2;
}



.selectors input {margin-left:10px}
.selectors input:first-child {margin-left:0px}
.selectors {font-size:16px}

/*#uchplan {
	float:left;
	width:935px;
}*/