.game-overlay { width: 550px; margin: 100px auto !important; padding: 50px; background-color: #f43b3b; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; display: block; position: static }
#badware-game { width: 550px; /*height: 440px;*/ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; overflow: hidden; position: relative; }
#badware-game .badware-btn { display: inline-block; padding-right: 15px; height: 35px; line-height: 35px; background: url(../images/bg-badware-btn-gray-right.png) center right no-repeat; margin-left: 4px; }
#badware-game .badware-btn span { display: block; padding-left: 19px; background: url(../images/bg-badware-btn-gray-left.png) center left no-repeat; position: relative; left: -4px; font-family: VerizonApex, Arial, sans-serif; font-size: 14px; font-weight: bold; text-transform: uppercase; color: #333333; }
#badware-game .badware-btn-red { background-image: url(../images/bg-badware-btn-red-right.png); }
#badware-game .badware-btn-red span { background-image: url(../images/bg-badware-btn-red-left.png); color: #ffffff; text-transform: none }
#badware-game .device-img { width: 89px; height: 81px; display: block; background: transparent url(../images/bg-badware-devices.png) top left no-repeat; }
#badware-game .device-img-desktop { background-position: -89px 0; }
#badware-game .device-img-laptop { background-position: 0 0; }
#badware-game .device-img-tablet { background-position: -178px 0; }
#badware-game .device-img-mobile { background-position: -267px 0; }

#badware-game .selected .device-img-desktop, #badware-game .badware-game-screen-top .device-img-desktop { background-position: -89px -81px; }
#badware-game .selected .device-img-laptop, #badware-game .badware-game-screen-top .device-img-laptop { background-position: 0 -81px; }
#badware-game .selected .device-img-tablet, #badware-game .badware-game-screen-top .device-img-tablet { background-position: -178px -81px; }
#badware-game .selected .device-img-mobile, #badware-game .badware-game-screen-top .device-img-mobile { background-position: -267px -81px; }

#badware-game .badware-game-screen-top .device-img { width: 110px; height: 103px; background-position: bottom center; background-repeat: no-repeat; }
#badware-game .badware-game-screen-top .device-img-desktop { background-image: url(../images/desktop-GIF.gif); }
#badware-game .badware-game-screen-top .device-img-laptop { background-image: url(../images/laptop-GIF.gif); }
#badware-game .badware-game-screen-top .device-img-tablet { background-image: url(../images/tablet-GIF.gif); }
#badware-game .badware-game-screen-top .device-img-mobile { background-image: url(../images/phone-GIF.gif); }

#badware-game .badware-game-screen-top .device-img-desktop.lost { background-image: url(../images/desktop-lost.png); }
#badware-game .badware-game-screen-top .device-img-laptop.lost { background-image: url(../images/laptop-lost.png); }
#badware-game .badware-game-screen-top .device-img-tablet.lost { background-image: url(../images/tablet-lost.png); }
#badware-game .badware-game-screen-top .device-img-mobile.lost { background-image: url(../images/phone-lost.png); }

#badware-game .choose-device { width: 440px; height: 352px; padding: 20px 55px; background: transparent url(../images/bg-weave-red.png) center center repeat; }
#badware-game .choose-device .device { width: 220px; height: 136px; padding: 17px 0; display: block; float: left; text-align: center; }
#badware-game .choose-device .device .device-img { margin: 0 auto 20px auto; }
#badware-game .choose-device .device a { display: block; }

#badware-game .badware-intro-top { background: transparent url(../images/bg-weave-black.png) center center repeat; padding: 12px 0; height: 36px; text-align: center; font-family: "Press Start 2P", VerizonApex, Arial, sans-serif; font-size: 10px; line-height: 18px; }

#start-badware-game { display: none; }
#start-badware-game span { display: block; background-color:#666666; color: #ffffff; padding: 10px 0; width: 200px; margin: 10px auto 0 auto; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

#badware-game .badware-game-screen { height: 440px; display: none; }
#badware-game .badware-game-screen-top { height: 140px; background: transparent url(../images/bg-weave-gray.png) center center repeat; position: relative; }
#badware-game .badware-game-screen-bottom { height: 300px; background: transparent url(../images/bg-weave-black.png) center center repeat; position: relative; width: 550px; }
#badware-game .badware-game-screen-bottom > a { display: block; position: absolute; }

.badware-timer { position: absolute; top: 10px; right: 20px; display: inline-block; padding: 5px 10px 10px 10px; background-color: #ffffff; font-size: 30px; color: #6d6e71; font-family: VerizonApex, Arial, sans-serif; font-weight: normal; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; box-shadow: 0px 0px 10px #cccccc; line-height: 24px;  }
.badware-timer span { color: #f43b3b; }
.badware-timer.warning { color: #ffffff; background-color: #f43b3b; }
.badware-timer.warning span { color: #ffffff }

.badware-game-screen-top .device-img { position: absolute; bottom: 0; left: 220px; }
.badware-game-screen-top .text-left, .badware-game-screen-top .text-right { position: absolute; bottom: 30px; font-size: 22px; color: #6d6e71; font-family: VerizonApex, Arial, sans-serif; width: 170px; }
.badware-game-screen-top .text-left { left: 20px; }
.badware-game-screen-top .text-left .badware-uhoh { color: #ffffff; background-color: #f43b3b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-family: "Press Start 2P", VerizonApex, Arial, sans-serif; font-size: 24px; height: 44px; line-height: 44px; text-align: center; margin-bottom: 20px; display: none; }
.badware-game-screen-top .text-right { right: 20px; font-weight: 500; font-style: italic; }
.badware-game-screen-top .text-right .badware-fail { font-size: 13px; color: #f43b3b; line-height: 16px; font-style: normal; font-weight: bold; margin-bottom: 20px; display: none; }

.bw-position-1 { left: -100px; top: 400px; }
.bw-position-2 { left: 0px; top: 400px; }
.bw-position-3 { left: 150px; top: 400px; }
.bw-position-4 { left: 550px; top: 400px; }
.bw-position-5 { left: 450px; top: 400px; }
.bw-position-6 { left: 300px; top: 400px; }

.bw-virus { width: 100px; height: 100px; background: transparent url(../images/enemies-virus.gif) center center no-repeat; }
.bw-spy { width: 75px; height: 75px; background: transparent url(../images/enemies-spyware.gif) center center no-repeat; }
.bw-thief { width: 75px; height: 40px; background: transparent url(../images/enemies-identity_theft.gif) center center no-repeat; }
.bw-ad { width: 38px; height: 75px; background: transparent url(../images/enemies-online_ads.gif) center center no-repeat; }
.bw-virus.dead, .bw-spy.dead, .bw-thief.dead, .bw-ad.dead { width: 100px; height: 100px; background-image: url(../images/enemies-particle_death.gif); cursor: default }

.badware-characters { overflow: hidden; padding: 20px 0 20px 0; display: none; }
.badware-characters li { list-style: none; float: left; width: 25%; display: block; text-align: center; color: #f43b3b; font-family: "Press Start 2P", VerizonApex, Arial, sans-serif; font-size: 9px; text-transform: uppercase; }
.badware-characters li div { height: 100px; width: 100px; margin: 0 auto 10px auto; background-position: bottom center; background-repeat: no-repeat; }
.badware-characters li .bw-virus { background-image: url(../images/enemies-virus.gif); }
.badware-characters li .bw-theif { background-image: url(../images/enemies-identity_theft.gif); }
.badware-characters li .bw-spy { background-image: url(../images/enemies-spyware.gif); }
.badware-characters li .bw-ads { background-image: url(../images/enemies-online_ads.gif); }

.badware-try-again { display: none; }

.badware-congrats { width: 450px; position: absolute; top: 10px; left: 45px; padding: 10px 0; border: solid 5px #f43b3b; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: none; }
.badware-congrats h6 { font-family: "Press Start 2P", VerizonApex, Arial, sans-serif; font-size: 16px; color: #f43b3b; margin-bottom: 5px; }
.badware-congrats p { font-family: "VerizonApex", Arial, sans-serif; font-size: 16px; font-weight: 500; font-style: italic; color: #6d6e71; }
.badware-congrats p span { font-weight: bold; color: #333333; font-style: normal; display: block; }
.badware-congrats .badware-congrats-star-1, .badware-congrats .badware-congrats-star-2 { position: absolute; bottom: 10px; display: block; height: 60px; width: 100px; background: transparent url(../images/winningstar.gif) center center no-repeat; }
.badware-congrats .badware-congrats-star-1 { left: 10px; }
.badware-congrats .badware-congrats-star-2 { right: 10px; }