#clockdiv{
	font-family: sans-serif;
	color: #000;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 15px;
	position: absolute;
    top: 10px;
    z-index: 999;
	width: 230px;
    padding: 5px;
}

#clockdiv > div{
	/*padding: 5px;*/
	border-radius: 3px;
	/*background: #f1f1f1;*/
	display: inline-block;
}

#clockdiv div > span{
	/*padding: 5px;*/
	border-radius: 3px;
	/*background: #fff;*/
	display: inline-block;
	min-width: 35px;
	font-weight: bold;
    font-size: 1.7em;
}

.smalltext{
	padding-top: 5px;
	font-size: 10px;
}
.clock-text{
    text-align: center;
    font-size: 1.2em;
	/*letter-spacing:1.6px;*/
	font-weight:bold;
}

.clock-text-sub{
    text-align: center;
    font-size: 1em;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.divider{
	height: 30px;
    top: -20px;
    position: relative;
}

#text-container{
	margin-top: -12px;
}


@media (max-width: 480px) {
	
	#clockdiv{
    top: 320px;
    background-color:rgba(255, 255, 255, 0.8);
    padding: 10px;
	width: 100%;
	height:115px;
	}
	
	#text-container{
		margin-top: 10px;
		width:100%;
	}
	
	.clock-text-sub {
		font-size: 1.2em;
	}
	
	.clock-text {
		font-size: 1.6em;
	}
	
	.divider {
    height: 30px;
    top: -25px;
    position: relative;
    font-size: 3em;
	}
	
	#clockdiv div > span{
		    min-width: 55px;
			font-weight: bold;
			font-size: 3em;
	}
}

@media (min-device-width: 640px) and (max-device-width: 740px){
	
	#clockdiv{
    top: 320px;
    background-color:rgba(255, 255, 255, 0.8);
    padding: 10px;
	width: 100%;
	height:115px;
	}
	
	#text-container{
		margin-top: 10px;
		width:100%;
	}
	
	.clock-text-sub {
		font-size: 1.2em;
	}
	
	.clock-text {
		font-size: 1.6em;
	}
	
	.divider {
    height: 30px;
    top: -25px;
    position: relative;
    font-size: 3em;
	}
	
	#clockdiv div > span{
		    min-width: 55px;
			font-weight: bold;
			font-size: 3em;
	}
	
}

/* IPAD PORTRAIT */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	#clockdiv{
    top: 320px;
    background-color:rgba(255, 255, 255, 0.8);
    padding: 10px;
	width: 100%;
	height:115px;
	}
	
	#text-container{
		margin-top: 10px;
		width:100%;
	}
	
	.clock-text-sub {
		font-size: 1.2em;
	}
	
	.clock-text {
		font-size: 1.6em;
	}
	
	.divider {
    height: 30px;
    top: -25px;
    position: relative;
    font-size: 3em;
	}
	
	#clockdiv div > span{
		    min-width: 55px;
			font-weight: bold;
			font-size: 3em;
	}
}