.author {margin-top: .5rem;}
.author a{	
	font-style: italic;
    text-decoration: none;
}
.inputWrapper {
	display:flex;
	justify-content: space-between;
    margin: 15px 0;
    height: 40px;
}
.inputWrapper input {
	width: 60%;
}
.tags ul li {
	display: inline;
    font-style: italic;
    text-decoration: none;
	color: grey;	
}
.status {
	font-size:small;
    padding:1rem;
}
.success {
    background-color: #9cdd9c;
}
.series-info {
    color: #ff00fb;
    font-style: italic;
}
.tags a {
    padding: 0.4rem;
    margin: .4rem .4rem .2rem 0;
    display: inline-block;
    border: .4px solid #ff5722;
    border-radius: 15px;
    background: lightyellow;
    color: maroon;
    font-size: small;
    font-family: sans-serif;
}
.summary {
	padding: 1rem;	
	font-family: sans-serif;
	border-left: 2px solid #ff5722;	
}