.election_central_hp_widget_wrapper {
    overflow: auto;
    background: #6945A5;
    border-bottom: none;
    margin-bottom: 0px;
}

.election_central_hp_widget_wrapper {
    position: static;
    width: 100%;
    z-index: 100;
}

.election_central_hp_widget {
    display: block;
    background: #6945A5;
    color: #D3C9E5;
    padding: 7px 10px;
    cursor: pointer;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.election_central_hp_widget:visited {
    color: #D3C9E5;
}

.election_central_hp_widget>.title {
    font-size: 1.2em;
    color: #fff;
}

.election_central_hp_widget>.spreads {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

.election_central_hp_widget>.spreads>li {
    display: inline-block;
    margin-left: 0px;
    font-size: 0.9em;
    box-sizing: border-box;
    padding-right: 10px;
}

.election_central_hp_widget>.spreads>li:nth-child(4) {
    padding-right: 0;
}

.election_central_hp_widget>.spreads>li>.title {
    padding-right: 5px;
    font-size: 0.9em;
}

.election_central_hp_widget>.spreads>li>.score {}

.election_central_hp_widget>.spreads>li>.score .value {
    font-weight: bold;
}

.election_central_hp_widget>.spreads>li>.score>.name {
    display: inline-block;
}

.election_central_hp_widget>.spreads>li>a {
    color: inherit;
}

.election_central_hp_widget>.arrow {
    float: right;
    padding-top: 11px
}

@media only screen and (min-width : 768px) {
    .election_central_hp_widget {
        display: none
    }
}

@media only screen and (max-width : 413px) {
    .election_central_hp_widget.w2>.spreads>li>.title {
        font-size: 0.8em;
    }
}

/*
 * Make widget fixed to scroll past by
 * Also requires moving widget to be moved outside of masthead in html HP template
 */
.election_central_hp_widget_wrapper{
    position: fixed;
    top: 84px;
    transition: top .2s ease-in-out .4s;
}

@media only screen and (max-width : 320px) {
    .election_central_hp_widget_wrapper{
        top: 80px;
    }
}

.election_central_hp_widget_wrapper.make-fixed{
    position: absolute;
    top: 34px;
    transition: top .05s ease-in-out .2s;
}