Взломанный котопрофайл. Дайте пинка в нужном направлении.

В общем, такие вот дела, сидела уже долго и дальше ни в какую. На что обратить внимание и как разобраться с этими альбомами?

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;
}
.profile .photo{
float:left;
width:152px;
}
.profile .info{
float:left;
width:368px;
margin-left:10px;
}
.profile .info #info-title{
margin:0;
padding:10px;
font-size:12px;
font-weight:normal;
background:#34495e;
color:#fff;
border-radius:4px;
}
.profile .info .fact{
padding:10px;
background:white;
}
.profile .info .fact:nth-child(odd){
background:#ecf0f1;
}
.profile .info .fact:after(odd){
content:"";
clear:both;
display:table;
}
.info .fact .title{
float:left;
width:120px;
text-align:right;
color:#7f8c8d;
}
.info .fact .value{
margin-left:140px;
color:#34495e;
}
.albums{
margin-top:5px;
}
.albums img{
float:left;
margin-right:5px;
}
.albums img:last-child{
margin-right:0;
}

.profile .photo span.button{
display:block;
height:30px;
margin:5px 0;
text-align:center;
line-height:30px;
color:#fff;
border-radius:4px;
}
.stroke{
background:#3498db !important;
}
.feed{
background:#2ecc71 !important;
}
.startle{
background:#e74c3c !important;
}

Попробуйте стили для заголовка применить к .profile h2 и усилить нужные свойства important-ом, например.