﻿
#Home-ApplyVote button.vote.green.VoteDateOk,
#Home-ApplyVote button.apply.green.ApplyDateOk {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fbc48+0,498b29+100 */
    background: #6fbc48; /* Old browsers */
    background: -moz-linear-gradient(top, #6fbc48 0%, #498b29 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6fbc48 0%,#498b29 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6fbc48 0%,#498b29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbc48', endColorstr='#498b29',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border: 1px solid #135d07;
}

#Home-ApplyVote .appealLink a {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(max-width: 991px) {
    #Home-ApplyVote div.appealLink {
        margin-bottom: 15px;
    }
	#ApplyVotePage div.appeal {
		padding-bottom: 0px !important;
	}
}
#Home-ApplyVote .appealLink .btn{
	font-size: 12pt;
	border-radius: 30px!important;
	white-space: normal;
}

/*#Home-ApplyVote .radio-buttons a,
#Home-ApplyVote .gotoAppealListRow a {
    text-decoration: underline;
}*/
