Испытание: взломанный котопрофайл

Добрый день!

Укажите, где я свернул не туда !

cf4585d853bf99dea56b93d3bfb696e2|690x472

Вот код:

html, body{
margin:0;
padding:0;
}
body{
font-family:Tahoma, Arial, sans-serif;
font-size:12px;
width:550px;
height:300px;
}
.profile{
padding:5px 10px;
}
.profile img{
display:block;
padding:10px;
border: 2px solid #34495e;
border-radius:8px;
}
.photo{
float:left;
width:152px;
}
.info{
float:left;
width:368px;
margin-left:10px;
}

#info-title, .profile .info h2{
margin:0;
padding:10px;
font-size:12px;
font-weight:normal;
background:#34495e !important;
color:#fff;
border-radius:4px;
}

.profile div .fact{
padding:10px;
background:white;
}
.profile .fact:nth-child(odd){
background:#ecf0f1;
}

.profile div .fact:after{
content:"";
clear:both;
display:table;
}
.profile div .fact .title{
float:left;
width:120px;
text-align:right;
color:#7f8c8d;
}
.profile .fact .value{
margin-left:140px;
color:#34495e;
}
.info .albums {
margin-top:50px !important;
}
.info .albums img{
float:left;
margin-right:5px;
}
.info .albums img:last-child{
margin-right:0;
}
.profile .button {
display:block;
height:30px;
margin:5px 0;
text-align:center;
line-height:30px;
color:#fff;
border-radius:4px;
}
.profile .stroke{
background:#3498db;
}
.profile .feed{
background:#2ecc71;
}
.profile .startle{
background:#e74c3c;
}

#miska{
margin-right:5px;
}

#info-title, .profile .info h2 {
    margin: 0 !important;      /* перебиваем style в HTML */
    padding: 10px !important;  /* перебиваем style в HTML */
    font-size: 12px;
    font-weight: normal;
    background: #34495e;    /*!important это лишнее */
    color: #fff;
    border-radius: 4px;
}

.info .albums {
    /*margin-top: 50px !important; -- это лишнее */
    margin-top: 5px; /* значение не нужно было менять по условию к испытанию*/
}