@media only screen and (max-device-width: 4000px) {
    .fb-profile-block {
        margin: auto;
        position: relative;
        width: auto;
        max-width: 100%;
        min-width: 50%;
    }

    img{
        width: 100%;
        height: auto;
    }

    .fb-profile-block-thumb{
        display: block;
        height: auto;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-height: 500px;
    }

    .fb-profile-block-menu {
        border: 1px solid #d3d6db;
        border-radius: 0 0 3px 3px;
        height: 44px;
        position: relative;
        width:850px;
        overflow:hidden;
    }

    .profile-img a{
        border-radius: 10px;
        bottom: -100px;
        box-shadow: none;
        display: block;
        left: 60px;

        padding:1px;
        position: absolute;
        height: 220px;
        width: 220px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        z-index:9;
    }
    .profile-img img {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
        height:218px;
        padding: 5px;
        width:218px;
    }
    .profile-name {
        bottom: 30px;
        left: 310px;
        position: absolute;
    }
    .profile-name h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        max-width: 275px;
        position: relative;
        text-transform: uppercase;
    }
    .block-menu {
        clear: right;
        padding-left: 205px;
    }
    .block-menu ul{
        margin:0;
        padding:0;
    }
    .block-menu ul li{
        display:inline-block;
    }
    .block-menu ul li a {
        border-right: 1px solid #e9eaed;
        float: left;
        font-size: 14px;
        font-weight: bold;
        height: 42px;
        line-height: 3.0;
        padding: 0 17px;
        position: relative;
        vertical-align: middle;
        white-space: nowrap;
        color:#4b4f56;
        text-transform:capitalize;
    }
    .block-menu ul li:first-child a{
        border-left: 1px solid #e9eaed;
    }

    .container-top {
        padding-top: 100px;
    }
    .candidate-name-mobile {
        display: none;
    }
    .candidate-number-circle{
        display: none;
    }
    .candidate-party-circle {
        display: none;
    }
    .vote-btn-ipad{
        position: relative;
        bottom: -14px;
        width: 175px;
        left: 0px;
        margin-left: 9px;
        font-size: 20px;
        color:#562669

    }
    .vote-btn-icon{
        font-size:20px; color: white;
    }
    .vote-btn-ipad:hover{
        transform: scale(1.009);
        filter: drop-shadow(4px 4px 4px black);
    }
    .candidate-district-header-mobile{
        margin-left: 7px;
        margin-top: 16px;
    }
    .vote-count{
        font-size: 18px;
    }

}

@media only screen and (max-device-width: 1024px) {
    .fb-profile-block {
        margin: auto;
        position: relative;
        width: auto;
        max-width: 100%;
        min-width: 50%;
    }


    .fb-profile-block-thumb{
        display: block;
        height: auto;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-height: 450px;
    }

    .fb-profile-block-img {
        width: 120%;
        height: auto;
    }

    .fb-profile-block-menu {
        border: 1px solid #d3d6db;
        border-radius: 0 0 3px 3px;
        height: 44px;
        position: relative;
        width:850px;
        overflow:hidden;
    }

    .profile-img a{
        border-radius: 10px;
        bottom: -100px;
        box-shadow: none;
        display: block;
        left: 60px;

        padding:1px;
        position: absolute;
        height: 185px;
        width: 185px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        z-index:9;
    }
    .profile-img img {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
        height:183px;
        padding: 5px;
        width:183px;
    }
    .profile-name {
        bottom: 30px;
        left: 310px;
        position: absolute;
    }
    .profile-name h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        max-width: 275px;
        position: relative;
        text-transform: uppercase;
    }
    .block-menu {
        clear: right;
        padding-left: 205px;
    }
    .block-menu ul{
        margin:0;
        padding:0;
    }
    .block-menu ul li{
        display:inline-block;
    }
    .block-menu ul li a {
        border-right: 1px solid #e9eaed;
        float: left;
        font-size: 14px;
        font-weight: bold;
        height: 42px;
        line-height: 3.0;
        padding: 0 17px;
        position: relative;
        vertical-align: middle;
        white-space: nowrap;
        color:#4b4f56;
        text-transform:capitalize;
    }

    .candidate-name-mobile {
        display: none;
    }

    .block-menu ul li:first-child a{
        border-left: 1px solid #e9eaed;
    }

    .container-top {
        padding-top: 100px;
    }

    .candidate-number-circle{
        display: none;
    }
    .candidate-party-circle {
        display: none;
    }
    .vote-btn-ipad{
        position: relative;
        bottom: -14px;
        width: 175px;
        left: 0px;
        margin-left: 9px;
        font-size: 20px;
        color:#562669

    }
    .vote-btn-icon{
        font-size:20px; color: white;
    }
    .vote-btn-ipad:hover{
        transform: scale(1.009);
        filter: drop-shadow(4px 4px 4px black);
    }
    .candidate-district-header-mobile{
        margin-left: 7px;
        margin-top: 16px;
    }
    .vote-count{
        font-size: 18px;
        position: relative;
        left: 1px;
        bottom: 1px;
    }
}

@media screen and (max-width: 1000px) {
    .profile-img a{
        border-radius: 10px;
        left: 40px !important;
        bottom: -120px !important;
    }
    .fb-profile-block-thumb{
        display: block;
        height: auto;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-height: 400px;
    }
    .fb-profile-block-img {
        width: 120%;
        height: auto;
    }
    .profile-img a{
        border-radius: 10px;
        bottom: -100px;
        box-shadow: none;
        display: block;
        left: 60px;

        padding:1px;
        position: absolute;
        height: 180px;
        width: 180px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        z-index:9;
    }
    .profile-img img {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
        height:178px;
        padding: 5px;
        width:178px;
    }
    .container-top {
        padding-top: 100px;
    }

    .candidate-number-square{
        display: none;
    }
    .candidate-name-mobile {
        margin-top: -103px !important;
        text-align: left;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: -10px;
        display: block;
    }
    .candidate-district-header-mobile{
        top: 91px;
        margin-left: 0px;
        margin-top: 16px;
        position: relative;
        text-align: left !important;
    }
    .vote-btn-ipad{
        position: relative;
        bottom: 51px;
        width: 175px;
        left: 166px;
        margin-left: 9px;
        font-size: 20px;
        color:#562669

    }
    .vote-btn-icon{
        font-size:20px; color: white;
    }
    .vote-btn-ipad:hover{
        transform: scale(1.009);
        filter: drop-shadow(4px 4px 4px black);
    }

    .vote-count{
        font-size: 18px;
        position: relative;
        left: 175px;
        bottom: 63px;
    }
    .profile-update{
        font-size: 23px;
        position: unset;
        bottom: 316px;
        left: 1px;
        height: 46px !important;
        font-size: 14px !important;
    }
    .candidate-name-header-mobile{
        top: 96px;
        position: relative;
    }
    .mobile-hide {
        display: none;
    }
    .candidate-number-circle{
        height: 71px;
        width: 71px;
        left: 110px;
        bottom: -74px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-party-circle{
        height: 71px;
        width: 71px;
        left: 5px;
        bottom: -72px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-image-circle{
        border-radius: 15px;
        filter: drop-shadow(4px 3px 5px black);
    }
    .alert-vote{
        position: unset;
        bottom: -114px;
        left: 313px;
        width: 224px;
    }
}
@media only screen and (max-device-width: 420px) {
    .profile-img a{
        border-radius: 10px;
        left: 40px !important;
        bottom: -120px !important;
    }
    .fb-profile-block-thumb{
        display: block;
        height: auto;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-height: 400px;
    }
    .fb-profile-block-img {
        width: 120%;
        height: auto;
    }
    .profile-img a{
        border-radius: 10px;
        bottom: -100px;
        box-shadow: none;
        display: block;
        left: 60px;

        padding:1px;
        position: absolute;
        height: 180px;
        width: 180px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        z-index:9;
    }
    .profile-img img {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
        height:178px;
        padding: 5px;
        width:178px;
    }
    .container-top {
        padding-top: 100px;
    }

    .candidate-number-square{
        display: none;
    }
    .candidate-name-mobile {
        margin-top: -103px !important;
        text-align: left;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: -10px;
        display: block;
    }
    .candidate-district-header-mobile{
        top: 91px;
        margin-left: 0px;
        margin-top: 16px;
        position: relative;
        text-align: left !important;
    }
    .vote-btn-ipad{
        position: relative;
        bottom: 33px;
        width: 175px;
        left: 105px;
        margin-left: 9px;
        font-size: 20px;
        color:#562669

    }
    .vote-btn-icon{
        font-size:20px; color: white;
    }
    .vote-btn-ipad:hover{
        transform: scale(1.009);
        filter: drop-shadow(4px 4px 4px black);
    }

    .vote-count{
        font-size: 18px;
        position: relative;
        left: 267px;
        bottom: 66px;
    }
    .profile-update{
        font-size: 23px;
        position: relative;
        bottom: 199px;
        left: 1px;
        height: 46px !important;
        font-size: 14px !important;
    }
    .candidate-name-header-mobile{
        top: 96px;
        position: relative;
    }
    .mobile-hide {
        display: none;
    }
    .candidate-number-circle{
        height: 71px;
        width: 71px;
        left: 110px;
        bottom: -76px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-party-circle{
        height: 71px;
        width: 71px;
        left: 9px;
        bottom: -76px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-image-circle{
        border-radius: 15px;
        filter: drop-shadow(4px 3px 5px black);
    }
    .alert-vote{
        position: unset;
        bottom: -114px;
        left: 313px;
        width: 224px;
    }
}

@media only screen and (max-device-width: 600px) {
    .profile-img a{
        border-radius: 10px;
        border-radius: 10px;
        left: 100px !important;
    }
}

@media only screen and (max-device-width: 480px) {
    .profile-img a{
        border-radius: 10px;
        left: 70px !important;
        bottom: -20px !important;
    }
}

@media only screen and (max-device-width: 414px) {
    .profile-img a{
        border-radius: 10px;
        left: 112px !important;
        bottom: -72px !important;
        box-shadow: none;
        display: block;

        padding:1px;
        position: absolute;
        height: 180px;
        width: 180px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        z-index:9;
    }
    .fb-profile-block-thumb{
        display: block;
        height: auto;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-height: 300px;
    }
    .profile-img img {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
        height:178px;
        padding: 5px;
        width:178px;
    }

    .fb-profile-block-img {
        width: 180% !important;
        height: auto;
    }

    .container-top {
        padding-top: 50px;
    }

    .candidate-number-square{
        display: none;
    }
    .candidate-name-mobile {
        margin-top: 1px !important;
        text-align: center;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: -10px;
        display: block;
    }

    .mobile-hide {
        display: none;
    }
    .candidate-number-circle{
        height: 71px;
        width: 71px;
        left: 180px;
        bottom: -30px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-party-circle{
        height: 71px;
        width: 71px;
        left: 75px;
        bottom: -25px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-image-circle{
        border-radius: 15px;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-image-circle{
        border-radius: 15px;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-district-header-mobile{
        position: unset;
        text-align: center !important;
    }
    .vote-btn-ipad{
        position: relative;
        bottom: -4px;
        height: 41px;
        width: 175px;
        left: 0px;
        margin-left: 9px;
        font-size: 18px;
        color:#562669;
        margin-bottom: 20px;

    }
    .vote-btn-icon{
        font-size:20px; color: white;
    }
    .vote-btn-ipad:hover{
        transform: scale(1.009);
        filter: drop-shadow(4px 4px 4px black);
    }

    .vote-count{
        font-size: 18px;
        position: relative;
        left: 1px;
        bottom: 2px;
    }
    .profile-update{
        font-size: 23px !important;
        position: unset;
        bottom: 377px;
        left: 79px;
        height: 41px !important;
        font-size: 15px !important;
    }
    .alert-vote{
        position: relative;
        bottom: 75px;
        left: 1px;
        width: 100%;
    }
    .candidate-vote-div {
        margin-bottom: -44px!important;
    }
    .candidate-name-header-mobile{
        position: unset;
    }
    .profile-update{
        font-size: 23px;
    }
}

@media only screen and (max-device-width: 375px) {
    .profile-img a{
        border-radius: 10px;
        left: 90px !important;
        bottom: -100px !important;
        box-shadow: none;
        display: block;
        left: 60px;

        padding:1px;
        position: absolute;
        height: 180px;
        width: 180px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        z-index:9;
    }
    .fb-profile-block-thumb{
        display: block;
        height: auto;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-height: 300px;
    }

    .fb-profile-block-img {
        width: 180% !important;
        height: auto;
    }

    .profile-img img {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
        height:178px;
        padding: 5px;
        width:178px;
    }
    .mobile-hide {
        display: none;
    }
    .candidate-number-circle{
        height: 71px;
        width: 71px;
        left: 164px;
        bottom: -52px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-party-circle{
        height: 71px;
        width: 71px;
        left: 51px;
        bottom: -45px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-image-circle{
        border-radius: 15px;
        filter: drop-shadow(4px 3px 5px black);
    }
    .container-top {
        padding-top: 50px;
    }

    .candidate-number-square{
        display: none;
    }
    .candidate-name-mobile {
        margin-top: 12px !important;
        text-align: center;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: -10px;
        display: block;
    }
    .candidate-district-header-mobile{
        position: unset;
        text-align: center !important;
    }
    .vote-btn-ipad{
        position: relative;
        bottom: 6px;
        height: 41px;
        width: 175px;
        left: 8px;
        margin-left: 9px;
        font-size: 18px;
        color:#562669;
        margin-bottom: 20px;

    }
    .vote-btn-icon{
        font-size:20px; color: white;
    }
    .vote-btn-ipad:hover{
        transform: scale(1.009);
        filter: drop-shadow(4px 4px 4px black);
    }

    .vote-count{
        font-size: 18px;
        position: relative;
        left: 11px;
        bottom: 10px;
    }
    .profile-update{
        font-size: 23px !important;
        position: unset;
        bottom: 375px;
        left: 55px;
        height: 41px !important;
        font-size: 15px !important;
    }
    .candidate-vote-div {
        margin-bottom: -44px!important;
    }
    .candidate-name-header-mobile{
        position: unset;
    }
    .alert-vote{
        position: relative;
        bottom: 75px;
        left: 1px;
        width: 100%;
        padding-bottom: 5px;
    }

}

@media only screen and (max-device-width: 360px) {
    .profile-img a{
        border-radius: 10px;
        left: 90px !important;
        bottom: -100px !important;
        box-shadow: none;
        display: block;
        left: 60px;

        padding:1px;
        position: absolute;
        height: 180px;
        width: 180px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        z-index:9;
    }
    .fb-profile-block-thumb{
        display: block;
        height: auto;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-height: 300px;
    }

    .fb-profile-block-img {
        width: 180% !important;
        height: auto;
    }

    .profile-img img {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
        height:178px;
        padding: 5px;
        width:178px;
    }
    .mobile-hide {
        display: none;
    }
    .candidate-number-circle{
        height: 71px;
        width: 71px;
        left: 164px;
        bottom: -52px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-party-circle{
        height: 71px;
        width: 71px;
        left: 55px;
        bottom: -48px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-image-circle{
        border-radius: 15px;
        filter: drop-shadow(4px 3px 5px black);
    }
    .container-top {
        padding-top: 50px;
    }

    .candidate-number-square{
        display: none;
    }
    .candidate-name-mobile {
        margin-top: 12px !important;
        text-align: center;
        font-weight: bold;
        border-bottom: none;
        margin-bottom: -10px;
        display: block;
    }
    .candidate-district-header-mobile{
        position: unset;
        text-align: center !important;
    }
    .vote-btn-ipad{
        position: relative;
        bottom: 7px;
        height: 41px;
        width: 175px;
        left: 8px;
        margin-left: 9px;
        font-size: 18px;
        color:#562669;
        margin-bottom: 20px;

    }
    .vote-btn-icon{
        font-size:20px; color: white;
    }
    .vote-btn-ipad:hover{
        transform: scale(1.009);
        filter: drop-shadow(4px 4px 4px black);
    }

    .vote-count{
        font-size: 18px;
        position: relative;
        left: 11px;
        bottom: 10px;
    }
    .profile-update{
        font-size: 23px !important;
        position: unset;
        bottom: 402px;
        left: 55px;
        height: 41px !important;
        font-size: 15px !important;
    }
    .candidate-vote-div {
        margin-bottom: -44px!important;
    }
    .candidate-name-header-mobile{
        position: unset;
    }
    .alert-vote{
        position: relative;
        bottom: 75px;
        left: 1px;
        width: 100%;
    }

}

@media only screen and (max-device-width: 320px) {
    .profile-img a{
        border-radius: 10px;
        left: 70px !important;
        bottom: -80px !important;
        box-shadow: none;
        display: block;
        left: 60px;
    }
    .fb-profile-block-thumb{
        display: block;
        height: auto;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-height: 300px;
    }

    .fb-profile-block-img {
        width: 200% !important;
        height: auto;
    }

    .profile-img a {
        border-radius: 10px;
        padding:1px;
        position: absolute;
        height: 180px;
        width: 180px;
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        z-index:9;
    }
    .fb-profile-block-thumb{
        display: block;
        height: 200px;
        overflow: hidden;
        position: relative;
        text-decoration: none;
    }
    .profile-img img {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
        height:178px;
        padding: 5px;
        width:178px;
    }

    .container-top {
        padding-top: 30px;
    }

    .mobile-hide {
        display: none;
    }
    .candidate-number-circle{
        height: 71px;
        width: 71px;
        left: 210px;
        bottom: -30px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-party-circle{
        height: 71px;
        width: 71px;
        left: 40px;
        bottom: -30px;
        position: relative;
        font-size: 45px;
        vertical-align: center;
        line-height: 74px;
        z-index: 9;
        text-align: center;
        opacity: 1.8;
        color: black;
        text-shadow: 1px 1px;
        border-radius: 15px;
        display: inline-block;
        filter: drop-shadow(4px 3px 5px black);
    }
    .candidate-image-circle{
        border-radius: 15px;
        filter: drop-shadow(4px 3px 5px black);
    }

    .candidate-number-square{
        display: none;
    }
    .candidate-name-mobile {
        top: 100px;
        text-align: center;
        font-weight: bold;
        margin-bottom: -10px;
        display: block;
    }
    .candidate-district-header-mobile{
        position: unset;
        text-align: center !important;
    }
    .vote-btn-ipad{
        position: relative;
        bottom: 28px;
        height: 41px;
        width: 175px;
        left: 0px;
        margin-left: 9px;
        font-size: 18px;
        color:#562669;
        margin-bottom: 20px;

    }
    .vote-btn-icon{
        font-size:20px; color: white;
    }
    .vote-btn-ipad:hover{
        transform: scale(1.009);
        filter: drop-shadow(4px 4px 4px black);
    }

    .vote-count{
        font-size: 18px;
        position: relative;
        left: 1px;
        bottom: 36px;
    }
    .profile-update{
        font-size: 23px !important;
        position: unset;
        bottom: 310px;
        left: 39px;
        height: 41px !important;
        font-size: 15px !important;
    }
    .candidate-vote-div {
        margin-bottom: -44px!important;
    }
    .candidate-name-header-mobile{
        position: unset;
    }
    .alert-vote{
        position: relative;
        bottom: 125px;
        left: 1px;
        width: 100%;
    }
}


