﻿#lobby {
    margin-right: auto;
    margin-left: auto;    
    display: none;    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 20px;
    height: 700px;
    width: 1350px;
    overflow: hidden;
}

.lobbyTopDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1350px;
    height: 100px;
    margin-bottom: 5px;
    /*background-color: darkblue;*/
}

.lobbyVersionDiv {
    float: left;
    height: 100px;
    width: 300px;
}

.lobbySettingButton {
    position: absolute;
    top: 25px;
    left: 140px;
    width: 150px;
    height: 50px;
    font-size: 25px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lobbyImageDiv {
    width: 650px;
    height: 100px;
    float: left;
}

.lobbyFactsDiv {
    width: 400px;
    height: 100px;
    float: left;
}

.lobbyVersion {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.lobbyHelpLinks {
    width: 150px;
    height: 100px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.lobbyHelpLink {
    display: block;
    width: 150px;
    height: 25px;
    overflow: hidden;
    font-size: 18px;
    margin-top: 0px;
    margin-left: 5px;
}

.lobbyTitleImage {
    display: block;
    width: 550px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.lobbyFactText {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 20px;
}

.lobbyPatchNotes {
    width: 1000px;
    height: 450px;
    position: absolute;
    top: 105px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    /*background-color: blueviolet;*/
}


.lobbyPlayersOnline {
    position: absolute;
    top: 105px;
    left: 1005px;
    width: 350px;
    height: 400px;
    /*background-color: blueviolet;*/
}

.lobbyJoinGame {
    position: absolute;
    top: 510px;
    left: 1005px;
    width: 350px;
    height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 18px;
    /*background-color: deepskyblue;*/
}



.lobbyCreateGame {
    position: absolute;
    top: 560px;
    left: 0px;
    width: 400px;
    height: 140px;
    /*background-color: cadetblue;*/
}


.lobbyJoinSpecificGame {
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    text-align: center;
}

.lobbyCreateGameLeft {
    width: 205px;
    height: 135px;
    float: left;
    margin-top: 5px;
}

.lobbyCreateGameRight {
    width: 195px;
    height: 125px;
    float: left;
    margin-top: 15px;
}

#lobbyNumPlayersSelect {
    width: 180px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
}

.lobbyCreateGameButton {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 180px;
    height: 30px;
    margin-top: 10px;
    font-size: 20px;
}

.lobbyCardSet {
    width: 200px;
    display: block;
    font-size: 23px;
}

.lobbyFunMode{
    width: 180px;
    display: block;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
}

.lobbyUserStats {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 20px;
    height: 60px;
}

.lobbyChatDiv {
    position: absolute;
    top: 560px;
    left: 405px;
    width: 595px;
    height: 140px;
    /*background-color: dodgerblue;*/
}

#lobbyChatMessages {
    height: 110px;
    width: 595px;
    overflow-x: hidden;
    overflow-y: auto;
}

#lobbyChatInput {
    width: 490px;
    margin-left: 5px;
    font-size: 16px;
}

#lobbyChatSend {
    width: 80px;
    font-size: 18px;
}

.lobbyVersionNumber {
    margin-top: 5px;
    text-align: right;
    margin-right: 5px;
    margin-bottom: 10px;
}

.versionNumber{
    font-weight: bolder;
    text-decoration: underline;
}

.versionHeader{
    font-weight: bold;
}