/* styles for the user views */

.nested-column {
	padding-left:0px;
}

#preview-photo {
	max-width:100%;
	max-height:350px;
}

.user-photo {
	height:50px;
	width:auto;
}

.center-cell {
	text-align:center;
}

#logo_container
{
    border: 1px solid #ddd;
    max-width: 100%;
	min-height: 100px;
    height: auto;
}

.center
{
    text-align: center;
}