html{
	// font-size:12px;
	font-size:75%;
}
.font-3rem {
	font-size: 3rem;
}

img.thumb {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

img.thumb.wallpaper {
	width:	calc(80px * (9/16));
}

img.thumb.movie {
	height:	calc(80px * (9/16));
}

img.thumb.frame {
	object-fit: contain;
}

img.thumb.campaign, img.thumb.banner {
	height:	calc(80px * (150/460));
}

.border-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.text-input {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	background-color: #FFFFFF22;
}

.w100 {
	width: 100%;
}

.w99 {
	width: 99%;
}

.w90 {
	width: 90%;
}

.w50 {
	width: 50%;
}

.acenter {
	align: center;
	text-align: center;
}

.bgred {
	background-color: #FF000088;
}

.bgblue {
	background-color: #0000FF88;
}

.border-1px th, .border-1px td {
	border: solid 1px;
}


/* date / time. */
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
	color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
	color: #00f;
}
.date-input {
	width: 90px;
}
.time-input {
	width: 60px;
}
