#made-in-holland
{
    position: fixed;
    width: 120px;
    overflow: hidden;
    bottom: 10px;
    right: 0;
    font-size: .8em;
    height: 73px;
    padding: 0 2px 2px 10px;
    background-color: white;
    box-shadow: #333 0 0 2px;
    margin-right: 1px;
    white-space: nowrap;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

#made-in-holland .washlabel
{
    background-color: white;
}

#made-in-holland:hover
{
    width: 203px;
    padding: 0 0 2px 10px ;
    border: none;
}

#made-in-holland .avatar
{
    margin: 0;
/*    float: right;*/
    border: dashed #333;
    border-width: 0 1px;
    padding: 0 3px;
}