/* app css stylesheet */
body{
	background:
    /* top, transparent black, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ),
    
}
h1{
	font-size: 26px;
	text-align: center;
}
h3{
	font-size: 22px;
}
.container{
	background: #FFF;
}
.portret{
	width:100%;
}

.panel-footer{
	margin-top: 40px;
}

img.ng-thumb {
  height: 150px;
  float: left;
  display: block;
  cursor: pointer;
  margin: 15px 15px 0 0;
}
