.twPc-div {
   
    height: 200px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 100%; // orginal twitter width: 290px;
}
.twPc-bg {
    
    border-bottom: 1px solid #e1e8ed;
    border-radius: 4px 4px 0 0;
    height: 50px;
    width: 100%;
}
.twPc-block {
    display: block !important;
}

.twPc-avatarLink {
    background-color: #fff;
    border-radius: 6px;
    display: inline-block !important;
    float: left;
    margin: -30px 0px 0 -30px;
    max-width: 100%;
    padding: 1px;
    vertical-align: bottom;
}
.twPc-avatarImg {
    border: 2px solid #fff;
    border-radius: 7px;
    box-sizing: border-box;
    color: #fff;
    width: 150px;
}
.twPc-divUser {
    margin-left: 150px;
    margin-top: 10px;
}
.twPc-divName {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
}
.twPc-divName a {
    color: inherit !important;
}
