*{margin:0px;padding:0px;}
body{background:url('../../../images/fond.jpg'); background-repeat:repeat;}
.container-body{width:600px;height:500px;margin:3px auto;background:black;}
.container-body>div{background: none repeat scroll 0 0 red; float: left; height: 157px; margin: 5px; width: 140px;}
.container-body>div>img{ height: 157px; position: absolute; width: 140px;}
.container-body>div>div{width:140px;height:157px;position:absolute;background:orange}
.contador{width:755px;height:40px;border:1px solid;margin:10px auto;}
.description{width:500px;height:100%;background:rgb(22, 22, 22);float:left;}
.description>h2{color:rgb(218, 218, 218);text-transform:uppercase;font-family:arial;font-size:14px;padding:3px;}
.time{width:255px;height:100%;float:right;background:white;}
.time>div{width:50px;height:100%;border-right:2px solid gray;float:left;}
.time>div:nth-child(3){width:96px;}
.time>div>p{font-weight: bold; padding: 10px; text-align: center;color:;}

.finish{width:100%;height:100%;background:rgba(0, 0, 0, 0.70);position:absolute;top:1px;z-index:99;}
.container_finish{    background: none repeat scroll 0 0 #F9B233; border: 6px solid #262626; height: 300px;top:23%; margin:0 auto; position: relative; width: 550px; z-index: 99; }
.container_finish>h2{color: #29ABE2; font-family: arial; font-size: 40px; font-weight: bold; margin-top: 30px; padding: 1px; text-align: center; text-transform: uppercase;}
.result_finish{width:100%;height:200px;margin-top:30px;}
.result_finish>p{ color: white; font-family: arial; font-size: 30px; font-weight: 600; padding: 10px; text-align: center; text-transform: uppercase;}
.result_finish>a>button{padding:10px;border:none;background:rgb(41, 171, 226); cursor:pointer;color:white;text-transform:uppercase}
.result_finish span{margin-left:5px;font-weight:bold;}
#winner{font-family:arial;color:green;}
#loser{font-family:arial;color:red;}
#back{border-radius: 5px 5px 5px 5px; float: left; margin: 50px 0 0 100px;}
#prev{margin: 50px 100px 0 0;border-radius: 5px 5px 5px 5px;}
#stop-game{cursor:pointer;}