.profile_image
{
border-radius: 16px 16px 16px  16px;
width: 240px;  
height: 240px;
background-size: cover;  
}
.profile_info_left
{
display: inline-block;
width: 240px;
padding-top: 6px;
font-weight: bold;
}


.profile_story_picture 
{
float:left;
display: inline-block;
background-size: cover;
 width: 60px;
height: 60px;
border-radius: 14px 0px 0px 14px;

}
.profile_story 
{
cursor: pointer; 
width:100%; 
background-color: white;
height: 60px;
margin-bottom: 16px;
border: 1px grey solid;
border-radius: 16px;
transition: background-color 0.3s ease ;
}
.profile_story_text
{
float:right;
display: inline-block;
padding-left: 12px; 
padding-top: 8px;
height: 100%;
}
.profile_story_nadpis
{
font-size: 18px;
font-weight: bold;
}

.profile_story:hover
{
background-color: rgb(221,221,221);
}