﻿/*bottom red thing*/
.base-content.stats {
    background-color: #76151c;
    min-height:50px;
}

.content-with-stats{
    margin-top:80px;
    padding-bottom:20px;
}

    .content-with-stats .left{
        
    }

.content-with-stats .right{
    
}

    .content-with-stats .next-election{
        display:table;
        width:100%;
        margin-bottom:30px;
    }

        .content-with-stats .next-election .left {
            display: table-cell;
            vertical-align: top;
            padding: 20px 10px 20px 20px;
            width:110px;
        }


    .content-with-stats .next-election .date {
        border-radius: 50%;
        width: 96px;
        height: 96px;
        border-style: solid;
        border-width: 2px;
        border-color: #a72231;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        color: #a72231;
        
    }

        .content-with-stats .next-election .right {
            display: table-cell;
            vertical-align:top;
            padding:30px 30px 30px 10px;
        }

        .content-with-stats .next-election .button{
            font-size:14px;
            padding-right:15px;
            padding-left:15px;
        }

    .content-with-stats .next-election .date div:nth-child(1){
        font-size:40px;
        font-weight:700;
        line-height:40px;
    }

        .content-with-stats .next-election .date div:nth-child(2) {
            font-size: 16px;
        }

    .content-with-stats .right .next-election h2 {
        margin-top: 0px;
        font-size: 18px;
        font-family: Raleway;
    }

    .content-with-stats .right .buttons .button{
        margin-bottom:20px;
        max-width:100%;

    }

    

.base-content.stats{
    display:block;
}

.base-content.stats .base-content-in{
    padding:0px;
}



 @media(max-width:1200px){

 }


@media(max-width:990px){

}

@media(max-width:500px){
    .content-with-stats{
        margin-top:40px;
    }

}