body { 
       font-family: 'Roboto', sans-serif;
       font-weight:300;
       background-color:rgba(0, 0, 0, 0.5);
       } 

/*icon2 enabled and icon2 disabled user for the statuses of the icons */
.icon2enabled {
       font-size: 1.5rem;
       color: white;
       }

.icon2disabled{
       font-size: 1.5rem;
       /*color: white; /*gray;*/
       opacity:20%;
       }

/*the general font for the table display cell element*/
.cellfont{
	font-size:0.9rem;
       font-style: normal;
       font-weight:400;
       }

/* this is the text for updated - Actualizat la    */
.updatedtext{
	font-size:0.625rem;
       font-weight:300;
       }
       
.workingtime{
       text-align:center;
       font-size:0.7rem;
}


/* this is the text for center data    */
.centerdatetext{
	font-size:1.2rem;
       font-weight:400;
       }

/* footer settings */
.footer {
       height: 30px; 
       width:100%;
       left: 0;
       bottom: 0;
       font-size: 0.625rem;
       opacity: 80;
       }

.img{
       display: block;
       margin-left: auto;
       margin-right: auto;
       width: 350px;
}

.btn-glow {
       color: white;
       background-color: transparent;
       border: none ;
       text-shadow: 0 0 20 px blue;
       animation: glow 2s infinite;
}
       
.centerlogo {
       font-size: 3rem;
       }
       
@keyframes glow {
       from {
              text-shadow: 0 0 10px white;
       }
       to {
              text-shadow: 0 0 30px red;
       }
       }
       
.infotext{
       font-size: 0.75rem;
       line-height: 0.90rem;
       font-weight: 400;
}
       
.icon1enabled{
       font-size:1rem;
}