div.info{
    background-color:#abc;
    padding:20px;
    border:1px solid #000;
    margin-bottom:25px;
    font-size:16px;
    margin-top:10px;
}

div.overview{

}

div.myimage{
    float:left;
    margin: 0 20px 20px 0px;
}

div.overview span.data{
    font-weight:bold;
}

div.overview div.profile-container{
    margin-bottom:50px;
}

div.overview h3{
    border-bottom:3px solid #abc;
}

table.data img{
    border:none;
}

table.data a{
    text-decoration:none;
    color:black;
}

table.data{
    width:100%;
    border:1px solid #000;
    background-color:#abc;
    margin:0 0 10px 0;
}
table.data tr{
    font-size:16px;
    font-weight:bold;
    background-color:#bbb;
}
table.data tr td{
}
