body{
	font-family: 'Open Sans', sans-serif;
}

.header{
	padding: 16px 0;
	background-color: rgb(255, 102, 0);
}

.subheader{
	border-bottom: 2px solid #eee;
	margin-bottom: 32px;
}

.subheader h1{
	padding: 16px 0;
	margin: 0;
	font-size: 30px;
	font-weight: 300;
	color: #141412;
}

.thumbnail-custom{
	margin-bottom: 32px;
	min-height: 280px;
}

.thumbnail-custom p{
	text-align: center;
	font-weight: 700;
	color: #333;
}

.thumbnail-custom img{
	border: 1px solid #eee;
}

.image-container{
	height: 210px;
  width: 100%;
  overflow: hidden;
}

.image-container > img{
	height: auto;
	width: auto;
}

li > a.orange {
    margin: 0 1px;
    background-color: #D93400;
}

.name-user{
	max-width: 115px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
