.stt_btn{
    position: absolute;
    color: white;
    top: 0;
    background-color: #f17d32;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    cursor: pointer;
}
.stt_btn:hover{
    color: #f17d32;
    background-color: white;
}
.stt_btn_twitt{
    cursor: pointer;
}

.stt_btn_close{
    position: absolute;
    right: -10px;
    top: -13px;
    background: #f17d32;
    padding: 5px;
    cursor: pointer;
}
.stt_btn:hover .stt_btn_close{
    color: #f17d32;
    background-color: white;
}