﻿.slick-slider {
    padding-right: 28px;
    padding-left: 56px;
}
.ticker-button {
    position: absolute;    
    height: 71px;
    width: 28px;
    top: 0px;
    font-size: 20px;
    color: #666666;
    background-color: #eeeeee;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 0;
}
.ticker-prev {
    left: 28px;
    border: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ticker-next {
    right: 0px;
    border: none;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ticker-pause {
    left: 0px;
    border: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
.ticker-button-icon {
    position: absolute;
    top: 35%;
    left: 35%;
}
.ticker-item {
    /*min-width: 155px;*/
    /*width: 315px;*/
    min-width: 250px;
    white-space: nowrap;
    height: 70px;
    border-right: 1px solid #ccc;
    padding:6px 10px 10px 10px;
}
.ticker-office-name {
    font-size: 10px;
    color: #0077a8;
    margin-bottom: 3px;
    display: block;
}
.ticker-candidate-name {
    font-size: 11px;
    font-weight: 600;
    color: #666666;
    text-transform:uppercase !important;
}
.ticker-candidate-votes {
    font-size: 11px;
    color: #666666;
}
