/* Seventwenty Voting CSS */

/* Dashboard Secondary Row */

#send-to-vote-table span {
	display: block;
}

#send-to-vote-table span.arrow { display: inline; }

#send-to-vote-table span.exit { float: right; margin-right: 1em; }
#send-to-vote-table span.exit:hover,
#send-to-vote-table span.arrow:hover { cursor: pointer; text-decoration: underline; }

#send-to-vote-table span.heading { margin-bottom: 2em; }

#send-to-vote-table tr.secondary-row { display: none; }

/* View Votes */

.view-votes-view span.comments { display: block; }

.view-votes-view td.views-field-field-720-voting-event-comments,
.view-votes-view td.views-field-view { vertical-align: top; }

.view-votes-view td.views-field-field-720-voting-event-comments { padding-top: .75em; }
.view-votes-view td.views-field-view table.views-table { margin-top: 0px; }

.view-votes-view span.plus { margin-right: 20px; }
.view-votes-view span.plus:hover { cursor: pointer; text-decoration: underline; }

/* Show/hide */
.view-votes-view span.comments { display: none; }
.view-votes-view td.views-field-view table tbody { display: none;  } 

/* Search Candidates */
.view-id-720_voting_search_candidates_2 tr.secondary-row { display: none; }
.view-id-720_voting_search_candidates_2 span.arrow:hover { cursor: pointer; text-decoration: underline; }

/* View Pending - match old */
#seventwenty-voting-view-pending-form table {
    margin-top: 3em;
    box-shadow: 0px 0px 20px 5px #eee;
    margin-bottom: 3em;
    border: 1px solid #ddd;
}

#seventwenty-voting-view-pending-form #publish-button { text-align: center;  }

/* Using CSS to hide language on the candidate scorecard */
#ide .scorecard-percent div.scorecard-label { display: none; }
