h4.voteicon {
	color: #d81f00;
}

div#actionsfeedcontainer {
    width: 500px;
    height: 645px;
    padding: 0 20px;
    background-image: url(http://www.hyve.com.au/hyvemain/wp-content/themes/Responsivefw/images/Grey-Reef-Shark_credit-Lucy-Trippett.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

div#actionfeed {
    margin: 100px 0;
}

ul#actions-list {
    position: relative;
}

li.action-item {

    position: absolute;
    left: 0px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 20pt;
    color: #e29808;
    list-style-type: none;
}

li.action-item .thanks {

}

li.action-item .respondent-name {
    font-size: 28pt;
}

li.action-item .respondent-suburb {
    font-size: 28pt;
}

li.action-item .localmember {
    font-size: 28pt;
}

.new-action {
    color: red;
}

.emc-candidate-check-candidate-container {
    display: block;
    float: left;
    padding: 10px;
    height: 120px;
    width: 300px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    margin: 5px 0;
    border: 1px solid #cccccc;

    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
    box-shadow: 3px 3px 10px #333;
    /* for IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,Color='#333333')";
    /* for IE 5.5 - 7 */
    filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,Color='#333333')";
}

#emc-candidate-check-gallery {
    overflow: hidden;
    *zoom: 1; /* for ie6/7 */
}

.emc-candidate-check-image-container {
    display: inline-block;
    /*position: relative;*/
    overflow: hidden;
}


img.emc-candidate-check-memberPhoto {
    display:block;
    padding: 0px;
    overflow: hidden;
    height:90px;
}

.emc-candidate-check-member-info-container {
    display: inline-block;
    margin-top: 1em;
    padding: 10px 1em;
    vertical-align: top;
    color: #333!important;
}

.emc-candidate-check-supporter, .emc-candidate-check-non-supporter, .emc-candidate-check-against {
    position: absolute;
    top : 0px;
    right : 0px;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    z-index: 100;
}

#colLeftFullaction .emc-candidate-check-image-container {
    width: 90px;
}

#colLeftFullaction .emc-candidate-check-supporter, #colLeftFullaction .emc-candidate-check-non-supporter, #colLeftFullaction .emc-candidate-check-against {
    right: 8px;
    top: 8px;
}

.emc-candidate-check-supporter {
    background-image: url(images/supporter.png);
    background-repeat: no-repeat;
	background-position-y: 5px;
	width: 230px;
	height: 116px;
}

.emc-candidate-check-non-supporter {
    background-image: url(images/undecided.png);
    background-repeat: no-repeat;
	background-position-y: 5px;
	width: 230px;
	height: 116px;
}

.emc-candidate-check-against {
    background-image: url(images/against.png);
    background-repeat: no-repeat;
	background-position-y: 5px;
	width: 230px;
	height: 116px;
}

.emc_candidate_check_email {
    display: inline-block;
    float: right;
}

.emc_candidate_check_party {
    display: inline-block;
    margin-left: 0.6em;
}

.emc_candidate_check_party_icon {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.emc_candidate_check_party_icon_ALP {
    background-image: url(images/party_icon_alp.gif);
}
.emc_candidate_check_party_icon_LP {
    background-image: url(images/party_icon_lp.gif);
}
.emc_candidate_check_party_icon_NAT {
    background-image: url(images/party_icon_nat.gif);
}
.emc_candidate_check_party_icon_GRN {
    background-image: url(images/party_icon_grn.gif);
}
.emc_candidate_check_party_icon_PUP {
    background-image: url(images/party_icon_pup.gif);
}
.emc_candidate_check_party_icon_IND {
    background-image: url(images/party_icon_ind.gif);
}

@media screen and (max-width: 420px) {
	
.emc-candidate-check-supporter {
    background-image: url(images/supporter-sm.png);
}

.emc-candidate-check-non-supporter {
    background-image: url(images/undecided-sm.png);
}

.emc-candidate-check-against {
    background-image: url(images/against-sm.png);
}

}