body{
    background-image: url(img/background-image.jpg);
}

#login{
    height: 35px;
    margin-left: 90px;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

#timer{
    width:125px;
    height:55px;
    border-width: 2px;
    border-style: solid;
    font-size: 300%;
    background-color: white;
    vertical-align: top;
    display: inline-block;
    text-align:center;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border-bottom: 1px solid #000;
    
    text-align: center;
    padding: 8px;
}
tr:hover {
    background-color: #f5f5f5
}
tr{
    background-color: lightgrey;
}

th {
    background-color: #4CAF50;
    border-right: 1px solid #000;
    color: white;
}



.board {
	text-align:center;
        vertical-align: middle;
        line-height: 85px;
	width:200px;
	height:90px;
	border-width:2px;
	border-style:solid;
	display:inline-block;
        margin: 5px 5px 5px 5px;
        background-color: rgb(250,240,230);
        
}

.board-row{
}

.teamUser{
}

#overlay{
    margin: auto;
    top: -100;
    left: -200;
    right: 0;
    bottom: 0;
    position:fixed; /*You may also use fixed depending on your needs.*/
    z-index: 999;

    display:none;
}



.score{
	text-align:center;
	font-size:130%;
}


#pass{
    margin-top:20px;
    vertical-align:top;
    height:100px;
    width:130px;
    font-size: 150%;
    text-align:center;
    display: inline-block;
}