.intSapometer{
    width:570px;
    margin-bottom:10px;
    margin-top:10px;
}
#intSapometer1{
    padding-bottom:5px;
    position:relative;
    border-bottom:3px solid #414042;
    clear:both;
}
#grayBar{
    background:url('http://img.slate.com/features/2012/sapometer/grayBar.png');
    float:left;
    width:315px;
    height:40px;
    line-height:40px;
}
#row{
    height:40px;
}
#grayBar .inner{
    width:300px;
    text-align:center;
    font-size:24px;
    color:white;
    line-height:40px;
    font-weight:bold;
}
#sapCount{
    height:40px;
    float:left;
    line-height:40px;
    font-size:35px;
    margin-left:10px;
    color:#71CEF5;
    font-weight:bold;
}
#intSapometer2{
    border-bottom:2px solid #414042;
    border-top:2px solid #414042;
    padding:10px 0px 20px 0px;
    width:300px;
    float:right;
    margin:20px 0px 20px 20px;
}
    #intSapometer2 h4{
        font-size:13px;
        color:#414042;
    }
    #wordCloud{
        padding:0px 10px 0px 10px;
        line-height:160%;
        text-align:center;
    }
    #wordCloud h4{
        text-align:left;
    }
    #wordCloud #words{
        margin-top:10px;
        line-height:100%;
    }
    #wordCloud .word{
        text-transform:uppercase;
        color:#EEB111;
        font-weight:bold;
        cursor:pointer;
    }
    #wordCloud .word:hover{
        color:#414042;
    }
    #sapometer_tooltip{
        position:absolute;
        border:1px solid #414042;
        background-color:#414042;
        top:10px;
        left:100px;
        padding:3px;
        display:none;
    }
    #sapometer_tooltip #tooltip_count{
        margin:0px;
        font-size:14px;
        color:white;
    }
#intSapometer3{
    border-bottom:2px solid #414042;
    border-top:2px solid #414042;
    padding-top:10px;
    margin-bottom:10px;
    margin-top:10px;
    clear:both;
}
#intSapometer3 h5{
    line-height:normal;
    margin-bottom:10px;
}
#slideSpace{
    position:relative;
    height:225px;
    margin-bottom:10px;
}
#graphContainer{
    position:relative;
    width:570px;
    height:200px;
    overflow:hidden;
    border-bottom:1px solid #000000;
}
    .bar{
        width:15px;
        bottom:0px;
        background-color:#EEB111;
        z-index:2;
    }
    #xAxisLines .line{
        z-index:1;
        height:1px;
        border-top:1px solid black;
        width:100%;
        position:absolute;
        top:10px;
        left:0px;
    }
    #xLabels{
        position:absolute;
        bottom:0px;
        height:20px;
    }
    .label{
        text-align:center;
        font-size:9px;
    }
    .barLabel{
        color:#EEB111;
        background-color:white;
        position:absolute;
        font-size:12px;
        font-weight:bold;
        z-index:3;
    }
.tear{
    position:absolute;
    left:250px;
    top:40px;
}