#int_egraph{
margin-left:auto;
margin-right:auto;
width:920px;
font-family:verdana;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
line-height:normal;
height:650px;
margin-top:30px;
}
    #int_egraph h2{
        float:left;
        font-size:24px;
        color:black;
        margin-bottom:4px;
        margin-top:4px;
        font-family:Verdana, sans-serif;
        font-weight:bold;
        color:#016335;
        margin-right:35px;
    }
    #txt_breakingBad{
        font-style:italic;
    }
    #top{
        background-color:white;
        width:920px;
        height:50px;
    }
    #titleImage{
        float:left;
        margin-top:5px;
        margin-bottom:5px;
        margin-right:20px;
    }
    
    
    #graphContainer{
        float:right;
        margin-top:40px;
        width:920px;
        height:550px;
    }
        #graph{
            position:relative;
            background-color:white;
            height:550px;
        }
        #txt_drag{
            cursor:pointer;
            position:absolute;
            padding:10px;
            top:180px;
            left:375px;
            width:200px;
            margin-left:auto;
            margin-right:auto;
            text-align:center;
            position:absolute;
            z-index:3;
            background-color:white;
            height:140px;
            border:1px solid gray;
        }
            .gridline{
                position:absolute;
                background-color:#DFE5E6;
            }
            #xaxis{
                position:absolute;
                height:10px;
                background-color:black;
                z-index:10;
            }
            .axisLabel{
                position:absolute;
                text-transform:uppercase;
                font-size:16px;
                text-align:center;
                padding-top:5px;
                font-style:italic;
                padding-bottom:5px;
                color:#78184A;
            }
            #yaxis{
                position:absolute;
                top:0px;
                width:10px;
                background-color:black;
                z-index:10px;
            }
            #graph .event{
                position:absolute;
                cursor:pointer;
                padding:1px;
                width:172px;
                height:74px;
                z-index:2;
            }
            .span.shared{
                display:none;
            }
            #graph .eventTooltip{
                position:absolute;
                cursor:pointer;
                padding:5px;
                width:145px;
                z-index:100;
                background-color:#DFE5E6;
                min-height:120px;
                display:none;
            }
                .eventTooltip p{
                    font-size:11px;
                    margin:0px;
                }
                .eventTooltip h5{
                    font-size:13px;
                    margin-top:0px;
                    margin-bottom:0px;
                }
                .eventTooltip .time{
                    margin-bottom:2px;
                    font-style:italic;
                }
                
                
                #graph .user{
                    display:none;
                }
                #graph .event.unplaced{
                    z-index:1000;
                    background-color:white;
                }
                #graph .eventImage{
                    width:70px;
                    height:70px;
                    border-top:2px solid #DFE5E6;
                    border-bottom:2px solid #DFE5E6;
                    border-left:2px solid #DFE5E6;
                    margin-right:0px;
                    float:left;
                    background-color:white;
                    background: center no-repeat;
                    margin-left:0px;
                }
                .bgShade, .eventText{
                    line-height:normal;
                    margin-left:0px;
                    position:absolute;
                    right:0px;
                    width:74px;
                    height:70px;
                    padding:2px;
                    font-size:10px;
                }
                #graph .bgShade{
                    background-color:#DFE5E6;
                    opacity:.8;
                }
                #graph .eventTriangle{
                    float:left;
                    margin-left:0px;
                    opacity:.8;
                    width:10px;
                    height:74px;                    
                }
                #graph .event .dot{
                    width:13px;
                    height:13px;
                    margin-top:30px;
                    margin-left:0px;
                    float:left;
                }
                #graph .event.chosen{
                    border-color:#e0e0e0;
                    border-width:3px;
                    margin-top:-2px;
                    margin-left:-2px;
                    opacity:1 !important;
                }
                .description{
                    display:none;
                }
        #graphNav{
            float:left;
            width:910px;
            border-bottom:3px solid black;
            font-family:verdana;
            background-color:#f2f2f2;
            padding-left:10px;
        }
            .btn.layer{
                margin-top:18px;
                float:left;
                background-color:#233d35;
                margin-right:12px;
                padding:6px;
                cursor:pointer;
                border-left:1px solid white;
                border-top:1px solid white;
                border-top:1px solid white;
            }
            .btn.layer.active{
                color:white;
                background-color:black;

            }
                .btn.layer h4{
                    margin:0px;
                    font-size:14px;
                    font-weight:normal;
                    color:white;
                }
                .btn.layer p{
                    font-size:12px;
                    margin:0px;
                }
.hidden{
    display:none;
}
#btn_tweet{
    width:90px;
    float:left;
    display: block;
    height:27px;
    margin-left:3px;
    cursor: pointer;
}
#btn_facebook{
    float:left;
    cursor: pointer;
}
#shareIt{
    padding:5px;
    color:white;
    background-color:black;
    float:left;
    width:910px;
}
        