body { font-family: Arial; background: #f4f4f4; }
.th-header {
   background-color: #85c976;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 0.75rem 1rem; 
}
.casting_vote_div { 
    margin: 0 auto 3%;
    background-color: #c7c7c7 ; 
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 2px #333;
}
.cast_head {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #85c976;
color: #fff;    
	padding:0px 3px;
}
.cast_head h4 {
    color: #fff;
    font-size: 20px;
}
.select_vote {
    width:90%;
    margin: 1% auto 1%;
    background-color: #fff;
    padding: 1% 0% 1% 0%;
    box-shadow: 0px 0px 2px #ebebeb;
    height: auto;
    overflow: hidden;
    position: relative;
} 
 .CLASSABC{border: 1px solid #336799;
        }
        .CLASSABC1{
            border-color:green;
        }
        .voter_profile_pic {
    width: 25%;
    float: left;
}
.voter_info_div {
    width: 75%;
    float: left;
    text-align: left;
    padding-left: 5%;
}
.voter_info_div h4 {
    font-weight: 600;
    margin-bottom: 0px;
}
.voter_info_div p {
    font-size: 16px;
}
.view_profile_span {
    font-size: 16px;
    font-style: italic;
    color: #787878;
}
.verify_div {
    text-align: center;
    padding: 1% 0%;
}
.verify_div h2 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.vote_btn {
    background-color: #336799;
    color: #fff;
    width: 65%;
    font-size: 20px;
    font-weight: 600;
    padding: 1%;
    border: none;
    margin-top: 4%;
}
.select_icon {
    position: absolute;
    top: 64%;
    left: 25%;
	z-index: 99;
}
.select_btn {
    opacity: 0.5;
    background-color: green;
}
.verify_btn {    
    padding: 1% 6%;
    background-color: #253340;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    outline: none; 
    font-size: 18px;
}
.verify_btn:hover {
    background-color: #fff;
    color: #253340;
    /*transition: all 0.2s ease-in-out 0s;*/
    box-shadow: 0px 0px 4px #253340;
}
 .user_table_div {
    width: 100%;
    background-color: #ccc;
    box-shadow: 0px 0px 3px #ccc;
    margin-bottom: 2%;
}
.user_table {
    background-color: #fff;
    border-color: #ccc;
    width: 100%;
    font-size: 16px;
}
.user_table th {
    background-color: #85c976;
    color: #fff;
    font-weight: 600;
     padding: 1.5% 1% !important;
    text-transform: uppercase;
}
.user_table td {
    padding: 1.5% 1% !important;
    /*border: 1px solid #dcdcdc;*/
}
.user_label {
    font-size: 15px;
}
.user_select_div {
    text-align: right;
    padding-bottom: 1%;
    padding-right: 1%;
    font-weight: 600;
}
.thanku_sms { 
    margin: 0 auto;
    background-color: #fff;
    padding: 3% 1%;
    text-align: left;
    box-shadow: 0px 0px 1px #666;
    height: auto;
    overflow: hidden;
} 
.thanku_sms span {
    font-size: 18px;
    width: 85%;
    float: right;
}
 .olCan{
    line-height:20px;margin: 0 0 0 25px;
 }