#interactiveContainer{
    width:920px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    margin-top:20px;
}
#intCandidateMap{
    font-family:'verdana';
}
h2{
    font-size:20px;
    line-height:130%;
    margin-bottom:0px;
}
#feed{
    width:260px;
    z-index:9999;
    padding-top:20px;
    position:relative;
    background:rgb(255,255,255);
    background:rgba(255,255,255,.7);
}
    #feed p{
        margin:0px;
    }
    #feed a{
        color:#069;
    }
    #feed a:hover{
        text-decoration: underline;
    }
    #feed img{
        float:left;
        width:80px;
        height:80px;
        margin:5px;
    }
    #feed .entry{
        padding:5px 5px 5px 5px;
        margin:0px 0px 0px 0px;
        cursor:pointer;
        clear:both;
        border-bottom:1px dashed #c9c9c9;
        min-height:95px;
    }
    #feed h6{
        padding-top:5px;
        padding-left:5px;
        padding-right:10px;
        line-height:110%;
        font-weight:normal;
        margin:0 0 0 0;
        font-size:16px;
        font-family:'PTSansRegular','Arial';
        color:#660033;
    }
        #feed .hover{
            background-color:#ededed;
        }
        #feed .entry.highlighted{
            background-color:#FFFFAD;
        }
    #feed .description{
        display:none;
        padding:0px 5px 5px 5px;
        margin:0 0 0 0;
        font-size:12px;
        line-height:125%;
    }
    #feed .placeLine{
        margin-bottom:3px;
        line-height:125%;
        font-style:italic;
        font-size:10px;
        color:#242424;
    }
#map{
    width:920px;
    background-color:#C9E8F0;
    height:800px;
    position:absolute;
}
#mapContainer{
    width:920px;
    right:0px;
    top:0px;
    position:absolute;
}
#mapContainer .scrolling{
    position:fixed;
}
#top{
    padding:0px 10px 0 10px;
}
#top p{
    font-size:13px;
}
.onTop{
    z-index:9999;
}
#maximizedBox{
    width:100%;
    height:100%;
    background-color:black;
    top:0px;
    left:0px;
    z-index:9999;
}
#btn_maximize, #btn_minimize{
    margin-bottom:15px;
    cursor:pointer;
    text-align:center;
    color:#660033;
    padding:10px;
}
#btn_minimize{
    display:none;
}
#feed .dateMarker{
    padding:50px 0px 10px 0px;
    text-align:center;
    font-size:16px;
    border-bottom:1px dashed #c9c9c9;
}