body#tinymce.wp-editor div[data-wpview-type="graphcommons"] {
    width: 320px;
}

.gc_node{
    width: 320px;
    height: 460px;
    background:url('../images/gc_nodecard.png');
    background-repeat: no-repeat;
    clear:both;
}

.gc_node .title {
    width: 290px;
    position: absolute;
    top: 80px;
    left: 20px;
    font-size: 28px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.gc_node .type {
    width: 280px;
    position: absolute;
    top: 110px;
    left: 20px;
    font-size: 14px;
    line-height: 34px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
    font-weight: bold;
    pointer-events: none;
}