
.menuTitle{
    text-align: center;
}

.GUIText, .menuTitle, .mnuInfo, body{
    color: #dddddd;
}

body{
    overflow: hidden;
}

html, body {
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

div {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

body {
    background-color:  #000000 !important;
    overflow-y:auto;
}

#menuContainer{
    padding:50px;
    background-color: #000000;
    touch-action: manipulation;
}

.buttonSpacing{
    margin:15px;
}

#renderCanvas{
    display: none;
    width: 100%;
    height: 100%;
    touch-action: none;
}

#scorePlayer1Text, #scorePlayer2Text{
top: 2%;
}

.mnuInfo{

    padding: 10px;
    font-size:150%;
}

#overscanVisual{
    width: 100%;
    height: 100%;
    border-width: 0;
    border-style: solid;
    border-color: #ffffff;

position: relative;
}

.dn{
   display: none;
}

table{
    width: 100%;
}

tr{color: #000000}
tr:nth-child(odd) {background-color: #cccccc; }
tr:nth-child(even) {background-color: #f2f2f2; }

/*
#overscanborder{
    border-color: #ffffff;
    border-width: 10px;
    border-style: solid;
}*/

/*bootstrap fix voor edge xbox one*/
.btn {
    padding: 14px 24px;
    border: 0 none;
   
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: #0099cc;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #007299;
    text-decoration: underline;
}

.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
    text-decoration: underline;
}

