body { 
	padding-top: 2px; 
	font-size: 2vw;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #000000
}
.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(9, 173, 209);
	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;
}
th {
	background-color: #09ADD1;
}
td {
	background-color: #FFFFFF;
}
.table-striped>tr:nth-child(odd){
   background-color: #56C0D6;
}