.bdy{
	padding: 20px;
	overflow-x:auto; 
	margin-top: 10px; 
}

@media (max-width: 440px){
	.bdy{
		overflow-x:auto; 
		margin-top: 10px; 
		padding: 5px;
	}	
	.hdata{
	text-align: center;
	color: #fff;
	font-family: arial;
	font-size: 12px;
    width: 30px;
    margin-bottom: 0px;
}
.hdata2{
	font-family: arial;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 5px;
    padding-top: 12px;
    font-weight: bolder;
}
.light{
	width: 45px;
}
.head_span{
	text-align: center;
    font-size: 14px;
    color: yellow;
    font-family: arial;
    font-variant: all-petite-caps;
}
.date{
	width: 78px;
}
.row_height{
	height: 31px;
}
.para_message{
	padding-top: 10px;
    color: red;
    font-weight: bold;
    font-size: 17px;
}
}


.thead1{
	background-color: #d5153e;
}
@media (min-width: 440px){
.hdata{
	text-align: center;
    background-color: orange;
	color: #fff;
	font-family: arial;
	font-size: 14px;
    border-radius: 20px;
    padding: 4px;
    width: 53px;
}
.hdata2{
	font-family: arial;
	color: #fff;
	font-size: 15px;
	line-height: 0px;
    padding-top: 17px;
}
.head_span{
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-family: arial;
}
.row_height{
	height: 48px;
}
.para_message{
	padding-top: 20px;
    color: red;
    font-weight: bold;
    font-size: 21px;
}
.light{
	width: 55px;
}
}

.hding1{
	color: #fff;
    text-shadow: 3px 3px 12px red;
    font-family: elephant;
    font-weight: bold;
}

.hding4{
	font-size: 20px;
    color: white;
    font-family: cambria;
    padding-bottom: 20px;
    text-decoration: underline;
}

.table1{
	background-image: url('images/message1.gif');
}

.message{
	background: #fbf7da;
    padding: 20px;
    border-radius: 10px;
    margin-top: 5px;
    animation: pulse 2s infinite;
    border: 4px solid red;
}


@keyframes pulse { 
  0%   {border-color:red; color:red;}
  25%  {border-color:pink; color:pink;}
  50%  {border-color:orange; color:orange;}
  75%  {border-color:megenta; color:megenta;}
  100% {border-color:red; color:red;}
}

.online{
	color: #0b42ff;
    padding-top: 10px;
    padding-bottom: 4px;
    font-family: elephant;
	text-align: center;
	font-size: 22px;
}

.refresh{
	padding: 8px;
    font-variant: all-petite-caps;
    font-size: 25px;
    text-decoration: underline;
}

.live_result{
	color: #fbf700;
    font-variant: all-petite-caps;
    font-style: italic;
    font-family: cambria;
}

.number{
	color: #00ff6e;
    text-shadow: 3px 3px 12px red;
    font-family: elephant;
    font-weight: bold;
    padding-top: 20px;
    font-size: 70px;
}
.inpt{
	border: 1px solid #8d8989 !important;
	text-align: left;
}
.border_pad{
	padding: 5px;
}