
/***************************************************** latest tips****************************************************/
@media only screen and (max-width : 320px){
	.col-md-12, .col-md-6{
		padding: 0;
	}
	.round4,.round3, .round2, .round, .roundgreen, .roundred, .round2red, .round2green{
		font-size: 18px!important;
	}
	#clock{
		font-size:10px!important;
	}
	.custom tr{
		height: auto!important;
	}
	.custom .round, .custom .round2,.round3,.round4{
		/*font-size: 15px!important;*/
		/*padding: 2px!important;*/
		/*height:100%!important;*/
		/*line-height: 2em!important;*/
		/*border-radius: 5px!important;*/
		/*width: 99%!important;*/
		/*margin: 10px!important;*/
	}
	ul.newsticker { /* that's your list */
		font: bold 17px Verdana!important;
		}
}

@media only screen and (max-width : 480px){
	.col-md-12, .col-md-6{
		padding: 0;
	}
	.round4,.round3, .round2, .round, .roundgreen, .roundred, .round2red, .round2green{
		font-size: 18px!important;

	}
	#clock{
		font-size:10px!important;
	}
	.custom tr{
		height: auto!important;
	}
	ul.newsticker { /* that's your list */
		font: bold 15px Verdana!important;
		}
	
}
@media only screen and (max-width : 768px){
	.col-md-12, .col-md-6{
		padding: 0;
	}
	.custom tr{
		height: auto!important;
	}
	.col-md-6 table  {
		margin: 0 auto!important;
	}
	.col-md-6 .pull-left{
		float: none!important;
	}
	
}

@media only screen and (max-width : 1024px){
	.col-md-6{
		width: 100%;
	}
	table{
		margin: 0 auto;
		width: 100%;
	}
	.col-md-6 .pull-left{
		float:none!important;
	}
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	/*background-color:#327834;*/
	/*! background-color: #12ad8c!important; */
		padding:0px; margin:0px;
	background-color: #000; 
	}
/*body,td,table { font-family:Tahoma, Geneva, sans-serif }*/
body,td,table { font-family: 'Roboto', sans-serif; }

.main{
		padding: 0 2em 2em; 
		/*height: 550px;*/
	}
#clock{
	font-size:30px; color: #fff; font-weight: bolder;
}
.round4,.round3, .round2, .round, .roundgreen, .roundred, .round2red, .round2green{
	font-weight: bolder!important;
}
.round {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(222,100,0)),
		color-stop(0.68, rgb(231,205,206))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(222,100,0) 35%,
		rgb(231,205,206) 68%
	);
} 
.round2 {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	/*background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(255,166,0)),
		color-stop(0.68, rgb(238,208,197))
	);*/
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,166,0) 35%,
		rgb(238,208,197) 68%
	);
	background-color: #f52b49;
	color: #000;
} 
.round3 {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	/*background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(2,157,218)),
		color-stop(0.68, rgb(194,224,234))
	);*/
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(2,157,218) 35%,
		rgb(194,224,234) 68%
	);
	background-color: #ffc500;
	color: #000;
} 
.round4 {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	color:#FF0;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(0,0,0)),
		color-stop(0.68, rgb(120,120,120))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(0,0,0) 35%,
		rgb(120,120,120) 68%
	);
} 
.roundgreen {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	background-color: #2eb872;
	color:#fff;
	/* background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(0,0,0)),
		color-stop(0.68, rgb(120,120,120))
	); */
	background-image: -moz-linear-gradient( center bottom, rgb(0,0,0) 35%, rgb(74, 64, 64) 68% );
	/*border: 2px solid;*/
} 
.round2green {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	/*background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(255,166,0)),
		color-stop(0.68, rgb(238,208,197))
	);*/
	/*background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(133, 255, 42)),
		color-stop(0.68, rgb(209, 243, 147))
	);*/
	background-image: -moz-linear-gradient( center bottom, rgb(133, 255, 42) 35%, rgb(209, 243, 147) 68% );
	background-color: #f52b49;
	color: #000;
} 
.roundred {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	background-color: #2eb872;
	color:#fff;
	/* background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(0,0,0)),
		color-stop(0.68, rgb(120,120,120))
	); */
	background-image: -moz-linear-gradient( center bottom, rgb(0,0,0) 35%, rgb(77, 67, 67) 68% );
	/*border:2px solid;*/
} 
.round2red {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	/*background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, rgb(255,166,0)),
		color-stop(0.68, rgb(238,208,197))
	);*/
	/* background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.35, rgb(254, 13, 5)), color-stop(0.68, rgb(248, 110, 105)) ); */
	background-image: -moz-linear-gradient( center bottom, rgb(254, 13, 5) 35%, rgb(248, 110, 105) 68% );
	 	color: #000; 
	background-color:#f52b49;
} 
.round5 {
	border-radius: 5px;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	margin:5px;
	font-size:24px;
	color:#fff;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.35, rgb(89,3,20)),
	    color-stop(0.68, rgb(179,22,22))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(89,3,20) 35%,
	    rgb(179,22,22) 68%
	);
} 
.run-text{
	height:30px;/*line-height:54px;*/ color:#FF0;  background-color:#000000;
}