body, div, a {
    padding:0;
    margin:0;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#playerBox, foeBox {
    float: left;
    background-color: #846899;
    width: 385px;
    height: 500px;
    border: 3px black solid;
    margin: 10px ;
    margin-right: 20px;
    padding: 5px;
    border-radius: 10px;
    color: black;
}

#player1, #player2, #player3, #player4, #player5, #player6, #labelnoPlayers, #labelAPL, 
#spacer0, #spacer1, #spacer2, #spacer3, #spacer4, #spacer5, #spacer6, #import {
    float: left;
    height: 40px;
    color: black;
    text-align: left;
    font-size: 30px;
    padding: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 110px;    
    text-align: left;
}

#import {
    margin-top: 10px;
}

#labelAPL {
    width: 60px;        
}

#spacer0 {
    width: 120px;        
}

#spacer1, #spacer2, #spacer3, #spacer4, #spacer5, #spacer6 {
    width: 30px;        
}

#myPlLvl1, #myPlLvl2, #myPlLvl3, #myPlLvl4, #myPlLvl5, #myPlLvl6 {
    float: left;
    width: 75px;
    height: 40px;
    background-color:white;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 30px;
    padding: 5px;
    direction: rtl;    
}

#lvlSel1, #lvlSel2, #lvlSel3, #lvlSel4, #lvlSel5, #lvlSel6,
#lvlSelInner1, #lvlSelInner2, #lvlSelInner3, #lvlSelInner4, #lvlSelInner5, #lvlSelInner6 {
    float: left;
    width: 85px;
    height: 50px;
    background-color:white;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 30px;
    padding: 5px;
    direction: rtl;
}

#noPlayers, #totalAPL {
    float: left;
    width: 65px;
    height: 40px;
    background-color:white;
    text-align: center;
    font-size: 30px;
    padding: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

#operators a {
    float: left;
    width: 25px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    padding: 10px;
    margin-top: 5px;
    margin-left: 10px;
    color: black;
}




/*// Dropdown Button 
.dropbtn {
    background-color: #846899;
    width: 65px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-size: 40px;
    padding: 5px;
    border: none;
    cursor: pointer;
}

// Dropdown button on hover & focus 
.dropbtn:hover, .dropbtn:focus {
    background-color: #6B517F;
}

// The container <div> - needed to position the dropdown content 
.dropdown {
    width: 65px;
    height: 50px;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

// Dropdown Content (Hidden by Default) 
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 65px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

// Links inside the dropdown 
 .dropdown-content d {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

// Change color of dropdown links on hover 
 .dropdown-content d:hover {background-color: white}

// Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) 
.show {display:block;} 
*/








/* Style The Dropdown Button */
/*
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

// The container <div> - needed to position the dropdown content 
.dropdown {
    position: relative;
    display: inline-block;
}

// Dropdown Content (Hidden by Default) 
 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

// Links inside the dropdown 
 .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

// Change color of dropdown links on hover 
 .dropdown-content a:hover {background-color: #f1f1f1}

// Show the dropdown menu on hover 
.dropdown:hover .dropdown-content {
    display: block;
}
*/
