#prs_nombre, #txtPrsNombre
{
	text-transform: capitalize;
}

#prs_apellido, #txtPrsApellido
{
	text-transform: capitalize;
}


.notas-responsive
{
	width:100%;
	padding-right: 5px;
	padding-left: 5px;
}

.notas-responsive > div
{
	display: flex;
	flex-wrap: wrap;
}

.notas-responsive > div > label
{
	position:relative;
	border: 1px solid #dee2e6;
	max-width:30%;
	flex: 0 0 30%;
}

.notas-responsive > div > ul
{
	display: flex;
	flex-wrap: wrap;
	width:70%;
	border-right: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	flex: 0 0 70%;
}

.notas-responsive > div:first-child
{
	font-weight: bold;
	background-color: white !important;
	text-align: center;
}

.notas-responsive > div:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}

.notas-responsive > div > ul > li
{
	min-width: 70px;
	display: grid;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #dee2e6;
	border-right: 0px solid #dee2e6;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 16%;
	flex: 0 0 16%;
}

.notas-responsive > div > ul > li > label
{
	display:none;
	min-width: 100px;
}

.notas-responsive > div > ul input[type='number']
{
	width:50px;
	height: 40px;
	margin-top:7%;
}

@media screen and (max-width: 1024px) and (min-width: 690px) {
	.notas-responsive > div > label
	{
		width:130px;
		max-width:100%;
		flex:auto;
	}
}

@media (max-width: 690px) {

	.notas-responsive > div:nth-of-type(2n+1)
	{
  		background-color: white;
	}

	.notas-responsive > div > label:nth-of-type(2n+1) 
	{
		background-color: rgba(0, 0, 0, 0.05);
	}

	.notas-responsive .titulo
	{
		display: none;
	}

	.notas-responsive > div > ul > li > label
	{
		display:initial;
	}


	.notas-responsive > div > label
	{
		width:100%;
		max-width:100%;
		flex:auto;
	}	

	.notas-responsive > div > ul
	{
		width:100%;
		flex:auto;
	}
}
