body { 
	padding-top: 2px; 
    width: 100%;
    margin: 0%;    
	font-size: 2vw;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 500px) {
	body {
		font-size: 1vw;
	}
}
.ico {
	margin: 5px !important;
}	

.nagl { 
	max-height: 200px;
	margin-bottom: 10px;
} 

.well {
	background: rgb(204, 0, 0);
	color: white;
	margin-bottom: 5px;
}

.jumbotron{
    margin:10px !important;
	padding: 5px;
	font-size: 2vmin;
}
.jumbotron p{
	font-size: 2vmin !important;;
}
td,th,p {
  font-size: 2vmin;
}
.ls { font-size: 1.5vmin; }