/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2026 | 05:56:37 */
table.clectionset {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        text-align: center;
    }

    table.clectionset th, table.clectionset td {
        border: 1px solid #ccc;
        padding: 12px;
        font-size: 16px;
    }

    table.clectionset th {
        background-color: #f2f2f2;
        font-weight: bold;
    }

    table.clectionset .bjp {
        background-color: orange;
        color: #000;
        font-weight: bold;
    }

    table.clectionset .congress {
        background-color: #1e90ff;
        color: #fff;
        font-weight: bold;
    }

    table.clectionset .others {
        background-color: #ffffff;
        color: #000;
        font-weight: bold;
    }
	.lecttitle{text-align: center;}
	.times {text-align: center; margin-top: 5px; font-size: 14px;}
	.result-set {margin: 0 auto; max-width: 1100px; background:#fff;}

body.layout-full {
    background-color: #fff !important;
}