#ProfilePage
{
    /* Move it off the top of the page, then centre it horizontally */
    margin: 2px auto;
    width: 100%;
	background: #f9f9f9;

/* For visibility. Delete me */
border: 1px solid #ccc; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px; 
padding: 8px;
}

#LeftCol
{
    /* Move it to the left */
    float: left;

    width: 260px;
    text-align: center;

    /* Move it away from the content */
    margin-right: 20px;

/* For visibility. Delete me */
	border: 1px solid brown;
	border: 1px solid #ccc; 
	background: #ffffff;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	padding: 8px;
}

#Photo
{
    /* Width and height of photo container */
    width: 350px;
    height: 350px;

/* For visibility. Delete me */
	border: 1px solid #ccc;
	background: #ffffff;
	padding: 8px; 	
}

#Data
{
      float: left; 
	  display: block; 
	  position:  relative; 
	  width: 50%px; 
	  height: 180px; 
	  padding: 4px; 
	  padding-left: 15px;
	  overflow:  hidden; 
	  box-sizing: border-box; 
	  -moz-box-sizing: border-box; 
}

#Data span
{
    /* Give it a width */
    display: inline-block;
	font-size: 40px;
}

#Data .socialMediaLinks { position: absolute; right: 6px; top: 8px; }
#Data .socialMediaLinks a img { margin-right: 5px; }

#Data  h1 { color: #474747; line-height: 1.6em; text-shadow: 0px 1px 1px #fff; }
#Data  h3 { color: #666; line-height: 0.9em; margin-bottom: 5px; }
#Data  h4 { font-size: 1.2em;}

#Data .sep { clear: both; margin-top: 40px; width: 320px; height: 1px; border-bottom: 1px solid #ccc; margin-bottom: 0; }
#Data  ul.numbers { list-style: none; width: 320px; padding-top: 7px; margin-top: 0; border-top: 1px solid #fff; color: #676767; }
#Data  ul.numbers li { width: 95px; float: left; display: block; padding-left: 8px; height: 50px; border-right: 1px dotted #bbb; text-transform: uppercase; }
#Data  ul.numbers li strong { color: #434343; display: block; font-size: 3.4em; line-height: 1.1em; font-weight: bold; }

#Info
{
    width: 50%px;
    text-align: center;

    /* Move it to the right */
    float: left;

/* For visibility. Delete me */
border: 1px solid blue;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px; 
padding: 8px;
}

#Info strong
{
    /* Give it a width */
    display: inline-block;
    width: 100px;

/* For visibility. Delete me */
border: 1px solid orange;
}

#Info span
{
    /* Give it a width */
    display: inline-block;
    width: 250px;

/* For visibility. Delete me */
border: 1px solid purple;
}


.form-style-10{
    width:100%;
    padding:30px;
    margin:40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}