#votingRecordList li {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    border: none;
}

#votingRecordList li:hover {
    cursor: grab;
}

#votingRecordList li .vote-item-outer {
    border: 3px solid #0f2f55;
    padding: 1rem;
    border-radius: 20px;
    display: flex;    
    flex-direction: row;
    min-height: 5rem;
}

#votingRecordList li .vote-item-outer button {
    width: 2rem;
    border: none;
    padding: 0;
    display: inline;
    font-size: 1.2rem;
    margin: 0;
}

#votingRecordList li .vote-item-outer .vote-item {
    width: 100%;
}

#votingRecordList li .vote-item-outer button:hover {
    background-color: #FFF;
}

#votingRecordList li .vote-item-outer .vote-btn-outer {
    position: absolute;
    bottom: 1rem;
    right: 0.8rem;
    margin-top: 1rem;
}

#votingRecordList .vote-drop.dragElem {
    opacity: 0.4;
}

#votingRecordList .vote-drop.over {   
    border-top: 2px solid #961d91;
}

#votingRecordList .vote-counter {
    background-color: #961d91;
    padding: 0.5rem 1rem;
    border-radius: 40px;
    margin-right: 1rem;
    margin-top: 0.2rem;
    color: #FFF;
}

#votingRecordList li div {
    white-space: normal !important;
}

#votingRecordList .vote-drop:first-of-type .vote-btn-outer .flaticon-chevron-up, #votingRecordList .vote-drop:nth-last-child(1 of .vote-drop) .vote-btn-outer .flaticon-chevron-down,
#votingRecordList .vote-drop:first-of-type .vote-btn-outer .flaticon-chevron-up:hover::before, #votingRecordList .vote-drop:nth-last-child(1 of .vote-drop) .vote-btn-outer .flaticon-chevron-down:hover::before {
    background-color: #FFFFFF !important;
    color: #c1c1c1 !important;
    cursor: default;
}


#votingTitle {
    display: flex;
    flex-direction: row;
}

#votingTitle .flaticon {
    font-size: 2.5rem;
    color: #961d91;
    margin-top: 0.8rem;
    margin-right: 1rem;
}


/* [id="recordpage"] .noteSection.vote-section {
	display: block;
} */