    div.dodad{
       width:52px;
       height:52px;
       position:absolute;
       right:6px;
       top:4px;
       border:2px solid black;
       border-radius: 5px 8px 8px 8px;
       border-top-color: #446;
       border-left-color: #446;
       border-right-color: #fff;
       border-bottom-color: #fff;
       background-color:#ccd;
       vertical-align:bottom;
       text-align:center;
       line-height:50px;
       font-size:48px;
       color:#FFF;
       -webkit-text-stroke-width: 2px;
       -webkit-text-stroke-color: #000;
       text-stroke-width: 2px;
       text-stroke-color: #000;
    }
