.tags {
	color: #76d898;
    text-align: left;
    padding: 5px;
}

.tags p {
    display: inline;
    margin-right: 5px;
    background-color: #76d898;
    padding: 5px;
    border-radius: 4px;
    padding-top: 5px;
    color: white;
    font-size:12px;
}

.tags span {
	margin-right: 5px;
	margin-top: 5px;
}

.tags li
{
    list-style-type: none;
    color: #8e9095;
}