.cyan2{
    background: linear-gradient(to right, #ffae00, #ffd900); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.slider .slides {
    background: #ffffff;
    background-image: url("../image/merahputih5.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.card-image {
    height:100% !important;
    width:100% !important;
}
.nama-pasangan {
    font-size: 25px;
    padding-top: 0px;
}

.jumlah-suara {
    font-size: 30px;
}

#suara {
    top: 8% !important;
}
.tpsss {
    height: 450px !important;
}
#chart {
    top: 8% !important;
}

.card-panel {
    padding: 0 !important;
}

.slider.fullscreen ul.indicators {
   
    bottom:60px !important;
}

.bulet {
    border-radius: 1px 3px 1px;
}
.chart {
    max-width: 700PX;
    max-height: 500px;
    background-color: white;
}
.collection a.collection-item {
    color: #34495E !important;
}

.highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 15px;
    color: #f00;
    font-weight: 800;
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}
.modal {
    width: 95% !important;
    max-height: 80% !important;
    border-radius: 0px;
    font-size: 12px;
}