#forMobile {display: none;}
#forMobile p {text-align: center;}
#forMobile p span {font-weight: bold;}
#forMobile .pred {color: #f00;}

@media only screen and (max-width : 540px) {
/* Styles */
#forMobile {display: block;}
#forDesktop {display: none;}
}