.cdowncell {
	float:left;
	display:block;
	background-image: url(countdown.png);
	width:90px;
	height:98px;
	margin: 0 -12px;
	background-position: 630px 0px;
}
.cdownsep {
	float:left;
	display:block;
	width:30px;
	font-size:90px;
	text-align:center;
	padding-top: 31px;
	color: #333;
	line-height: 21px;
}

.legend {
	font-family: Verdana, sans-serif;
	float:left;
	display:block;
	height:20px;
	text-align: center;
}

:invalid {
    box-shadow: none;
}
.userinput {
    font-size: 14px;
    color: #444;
    width: 100%;
    border-radius: 5px;
    border-color: #DFE2E3;
    border-style: solid;
    border-width: 1px;
    margin: 5px 0px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.changeuser {
	display: inline-block;
	background-image: url(icon_change.png);
	width:20px;
	height:20px;
	vertical-align:middle;
}

table#watchingtable tr td {
	padding: 2px;
	border-spacing: 0;
	border-collapse: collapse;
}

table#watchingtable tr:nth-of-type(even) td {
    background-color: #f7fafb;
}


table#watchingtable tr:nth-of-type(odd) td {
    background-color: #f1f4f6;
}

.navguide {
	position: relative;
}
.navguide * {
	box-sizing: border-box;
}
	
.navguide .img-frame {
	box-shadow: 5px 5px 10px rgba(0,0,0,0.9);
}
.navguide .overlay {
	margin-left: 25px;
	width: 248px;
	bottom: 35px;
	padding: 8px 0 8px 6px;
	font-size: 20px;
	font-family: Arial, sans-serif;
	display: table;
}
.navguide .overlay i {
	font-size: 2em;
	display: table-cell;
	width: 	50px;
	text-align: center;
	color: #4e8b84;
}

.navguide .overlay div {
	margin: 6px 0;
}

.navguide .overlay span {
	display: table-cell;
	padding-left: 5px;
	width: 180px;
	height: 42px;
	font-size: 18px;
	vertical-align: middle;
	color: #333;
}

.navguide a {
	text-decoration: none;
}
.navguide a:hover span {
	text-decoration: underline;
}
