* {
	font-family: Trebuchet MS, Helvetica, sans-serif
}

.widget {
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 6px;
	background-color: #eee;
}

.age {
	text-align: center
}

.age .name {
    line-height: 30px;
    font-size: 26px;
}

.age.lotte .name {
    color: #F7A;
}
.age.kai .name {
    color: #7AF;
}

.age .numberofdays {
    color: #bbb;
    margin-top: 15px;
    font-size: 48px;
    font-weight: bold;
}