﻿.content-fragment.idea-list .content-list.content > .content-item { padding: 35px 0 5px 0; }
.content-fragment.idea-list .content-list.content > .content-item .ui-vote { top: 0; }
.content-fragment.idea-list .content-list.content .post-summary { display: none; }

.content-fragment.idea-post .content.full .content { padding-left: 40px;margin-top: 0; }
.content-fragment.idea-post .content.full .idea-status { display: none; }
.content-fragment.idea-post .content.full .ui-vote .upvote { margin-top: -5px; }

.content-fragment.idea-post .content.full .idea-status-notes { margin: 10px 0; }
.content-fragment.idea-post .content.full .idea-status-notes.status-comingsoon { border: 2px solid #aba000; } 
.content-fragment.idea-post .content.full .idea-status-notes.status-complete { border: 2px solid #00a651; }
.content-fragment.idea-post .content.full .idea-status-notes.status-notplanned { border: 2px solid #ee1c24; }
.content-fragment.idea-post .content.full .idea-status-notes.status-underreview { border: 2px solid #f78e56; }
.content-fragment.idea-post .content.full .idea-status-notes .idea-status-notes-header { display: block; text-align: center; padding: 5px; }
.content-fragment.idea-post .content.full .idea-status-notes.status-comingsoon .idea-status-notes-header { background-color: #aba000; } 
.content-fragment.idea-post .content.full .idea-status-notes.status-complete .idea-status-notes-header { background-color: #00a651; }
.content-fragment.idea-post .content.full .idea-status-notes.status-notplanned .idea-status-notes-header { background-color: #ee1c24; }
.content-fragment.idea-post .content.full .idea-status-notes.status-underreview .idea-status-notes-header{ background-color: #f78e56; }
.content-fragment.idea-post .content.full .idea-status-notes-content {border: 0; padding: 5px; } 

.content-fragment.idea-post .content.full .idea-status-notes .status-content-container { display: table; width: 100% }
.content-fragment.idea-post .content.full .idea-status-notes .status-content-container .content { display: table-cell; padding: 5px; }



