.save-featured-post-button{
	background-color: #00c4cc;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    padding: 0 6px;
}

.post-list {
	max-height: 200px;
	overflow-y: auto;
	list-style: none;
}

.post-list .new-post:hover {
	background-color: #EEEEEE;
}