<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Textshow{
    position: absolute;
    height: auto;
    z-index: 10000;
    border: 2px solid #a5a5a5;
    display: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.77);
    opacity: 0.9;
	color:#fff;min-width: 200px;
}
path.on,polygon.on {
  fill: red;
  opacity :0.7;
}
path:hover, circle:hover,polygon:hover {
  stroke: #002868 !important;
  stroke-width:2px;
  stroke-linejoin: round;
 /* fill: none !important;*/
  cursor: pointer;
}
polygon:hover {/*fill: none;*/opacity :0.7;}div object path:hover{/*fill: none;*/opacity :0.7;}

 #scrollable{width:100%;height:200px;overflow:auto;}
#scrollable::-webkit-scrollbar{display: none;}
.on{fill:#ffc0cb;stroke:red;stroke-width:2}
#alphasvg {
    width: 900px;
    height: auto;
}

.datacontent {
    width: 94%;
    float: left;
    background: url(http://www.elections.in/svgelection2019/image/map-banner.jpg)no-repeat;background-size: 100% 100%;
    padding: 2%;
    text-align: left;
    line-height: 25px;
    font-size: 20px;margin: 10px 0;display:none;color: #111111;
}
.col-30{/*width:30%;float:left;padding:1%;*/}
.datahd{font-size: 20px;float: left;width:100%;font-weight: bold;}
.candlist {
      overflow: auto;
    height: 130px;
    width: 100%;
    float: left;
    border-radius: 10px;
}
.pctext {
    background: #dce0e3;
    padding: 10px;
    text-align: center;
}
.candlist &gt; div:nth-child(even) {
    background: #f0f0f0;
}
.pctext span {
    display: block;
}
.redtx {
    color: red;
}
.text_position{font-size: 16px;margin-bottom:17px;}
#constiname{font-size:23px;margin: 0 0 20px 0;color: #F92918;font-weight: bold;}

div#statename {
    font-size: 20px;color: #F92918;font-weight: bold;
}
.data2019{display:none;background: rgba(181, 195, 234, 0.32);border-radius: 15px;}
.p_d_twidth:{width:410px;position: absolute;top: 175px!important; right: 20px!important; font-size: 12px; font-weight: bold; background: #e1eaf9;}

/* width */
.candlist::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.candlist::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.candlist::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.candlist::-webkit-scrollbar-thumb:hover {
  background: #555; }
.partyselect{width: 97%}
.partyselect select{width: 100%;padding: 12px;background: #23498f; color: #fff;font-size: 18px;font-weight: bold;}

.top-banner {
    background: url(http://www.elections.in/svg-acelection/image/banner-top.jpg) no-repeat;
    background-size: 100% 100%;
    height: 75px;}
.top-banner h3{color: #fff}  
ul#partytype li h3{font-size: 20px;}
ul#partytype{list-style: none;}
@media screen and (max-width: 768px) {
.datacontent { width:100%;height: 322px;align-items:center;justify-content:center;text-align:center;line-height:30px;}
.col-30 {width:100%}
#alphasvg {width: 100%;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
.col-30 {width: 23%;float: left;padding: 1%;margin-bottom: 30px;}

}</pre></body></html>