@charset "utf-8";
body {
	font-family: Arial;
}
/* Panel styles ---------------------------------------*/
.panel {
	width: 265px;
	background-color:antiquewhite;
	margin: 10px;
	padding: 20px;
	-webkit-box-shadow: 5px 5px 5px gray;
    box-shadow: 5px 5px 5px gray;
	border-radius: 10px;
} 
/* Fieeldset style -------------------------------- */
fieldset{border: 1px solid blue;}
/* App Title styles -------------------------------- */
    .app_title{
        text-align: center;
        border-radius: 25px;
        background-color:blue;
		color: white;
        border: 1px solid gray;
}
/* Input item styles ---------------------------------*/
.done-true {
text-decoration: line-through;
color: red;
}
/* Remaining Items styles --------------------------- */
	.remain_display {
		text-align: center;
		background-color: white;
		font-size: 12px;
		display: block;
		border: 1px solid gray;
		padding: 0 4px;	
	}