﻿.details
{
		width: 100%;
		height: 100%;
		display: block;
}

.photo-container
{
		padding: 5px;
		padding-right: 10px;
		padding-top: 10px;
		width: 65px;
		float: left;
		height:200px;
}
.data-container
{
		height: auto;
		width: auto;
		padding-top: 10px;
}

.NameLabel
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

.div-Rounded
{
		width: 285px;
		padding: 10px;
        color: white;
        background-color: #5B9BD5;
        border-radius: 15px;
        border: 1px solid #41719C; 
}