.ui-icon-label--help .ui-icon-label__text {
	margin-top: 4px;
}

.small, .ui-filter-list__item, .ui-table__subtitle, .ui-newsbox__caption {
	letter-spacing: .01rem; 
}

.ui-newsbox__caption {
	font-size: 1.4rem;
}

.ui-external-link {
	background: url("../images/icns-external-link.png") no-repeat 100% -23px;
}

.dr-table td {
	font-size: 1.3rem;
	color: #67737b;
	padding-left: 8px;
	padding-top: 4px;
}

#nav section {
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}

#nav li a {
	background-color: #eee;
	border-bottom: none;
}

.message {
	padding: 10px !important;
	background: #c7e2f6;
	border-radius: 4px;
	margin: 20px 0;
	box-sizing: border-box;
	font-size: 13px;
	color: rgb(47, 64, 104);
}
.infomsg {
	margin-bottom: 0;
}

.utenti-scuola-table, .stato-abilitazioni-table, .applicazioni-table, 
.orario-accesso-table, .applicazioni-utente-table, .utenti-gruppo-table,
.prof-uid-table, .prof-utenti-table {
	width: 100%;
	font-size: 13px;
}
.utenti-scuola-table th, .stato-abilitazioni-table th, .applicazioni-table th, 
.orario-accesso-table th, .applicazioni-utente-table th, .utenti-gruppo-table th,
.prof-uid-table th, .prof-utenti-table th {
	background-color: #63C9FF;
}

.responsive-table td:first-child {
	padding-left: 10px;
}
.responsive-table td, .responsive-table th {
	border:none;
	padding: 6px 10;
}

@media screen and (max-width: 768px) {
	#news-container .ui-tabs--hex {
		margin-top: 0;
	}
	.responsive-table td:first-child {
	    padding-left: 50%;
	}
	.applicazioni-table tbody {
		width:100%;
	}
}

.responsive-tab-wrapper {
	clear:both;
	float:left;
	width:100%;
}
.responsive-tab-wrapper nav li a {
	display:inline-block;
}
.responsive-tab {
	
}

.applicazioni-table tbody tr td a {
	display:block !important;
	width:100%;
}