body {
background-image: url("../../back/winter/17.jpg");
background-attachment: fixed;
background-size: cover;
}
.level-dropdown {
position: absolute;
right: 0;
display: inline-block;
}
.level-dropdown-content {
display: none;
position: absolute;
right: 0;
z-index: 1;
min-width: 200px;
margin-bottom: 200px;
background-color: #f9f9f9;
border-radius: 20px 0px 0px 20px;
border: 1px solid #000;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.level-dropdown:hover .level-dropdown-content {
display: block;
}
.level-link {
background-color: #015ca1;
color: #fff;
font-size: 10px;
padding: 5px 7px 8px 10px;
border-radius: 0px 0px 0px 10px;
box-shadow: 1px 1px 1px 1px #000;
}
.level-link-title:hover {
box-shadow: none;
background-color: #2e73af;
}
.level-dropdown-content a {
display: block;
color: #000;
padding: 10px 0 10px 20px;
text-decoration: none;
text-transform: none;
font-size: 12pt;
font-family: Tahoma, Geneva, sans-serif;
}
.level-dropdown-content a:hover {
background-color: #5a5bec;
color: #fff;
}
.level-dropdown-content a:last-of-type {
border-radius: 0 0 0 20px;
}
.level-dropdown-content a:first-of-type {
border-radius: 20px 0 0 0;
}
.logo {
width: 88%; 
max-width: 600px;
}
.logobomb {
width: 35px;
position: relative;
margin-top: -85px;
cursor: pointer;
}
.explosion2 {
position: relative;
width: 70%;
margin-top: -97px;
}
.repair {
position: relative;
z-index: 1;
background-color: #000000;
color: #ffffff;
border: 0;
}
.instruct .text {
max-width: 99%;
border: 5px outset #cdcdfd;
font-size: 20px;
}
.glyphicon-question-sign {
color: #C1C1C2;
padding-right: 10px;
}
.ok-btn {
margin: -23px 0 5px 5px;
}
.ok-btn2 {
font-size: 11px;
border-radius: 3px;
float: right;
border: 1px solid transparent;
padding: 5px 15px;
font-weight: 900;
background-color: #3F51B5;
color: #fff;
}
.example {
width: 125px;
}
.game-wrap {
display: table;
margin: auto;
border: 10px outset #cdcdfd;

}
.gametab {
background-color: #cdcdfd;
}
.top-wrap, label {
font-size: 16px;
}
.top-wrap {
background-color: #000000;
text-align: center;
border: 5px inset #cdcdfd;
}

.zboom {
background-color: #ff1717;
}
.closed {
height: 55px;
width: 55px;
}
.gametab td {
border: solid #5e5d5d 1px;
padding: 1px;
}

label, button {
border: 0;
}

.volume, .glyphicon-search, .glyphicon-refresh, .glyphicon-flag {
color: #4039e3;
padding-right: 0!important;
}
.volume:hover, .glyphicon-search:hover, .glyphicon-refresh:hover, .glyphicon-flag:hover {
color: #ff0000;
}
.scorewrap {
margin: 0 10px 0 10px;
}
.score-board {
max-width: 90%;
display: table;
margin: 20px auto 0 auto;
border: 10px outset #cdcdfd;
}
.score-board tr:nth-child(even) {
background-color: #CCC;
}
.score-board tr:nth-child(odd) {
background-color: #f1f1f1;
}


















