.Election { 
        position: relative; 
        text-align: left; 
        }
.ElectName { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; 
        color: #565B68; 
        text-align: left; 
        font-weight: normal;
        }
.ElectDate { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; 
        font-weight: bold; 
        color: #C76200;
        font-style: bold;
        }
.ElectBlock { 
        background-color: #E5DECC;
        margin-top: 10px;
        padding: 20px;
        position: relative; 
        width: auto;
        text-align: center; 
        }
