div.signup {
    width: 100%;
    height: 100%;
    min-width: 1024px;
    display: grid;
    background: transparent;
    grid-gap: .5em;
    grid-template-columns: 1% 98% 1%;
    grid-template-rows: 5%  94%;
    grid-template-areas:
            ". INP ."

            ". LIST .";
}

div.error {
    position: absolute;
    background: crimson;
    padding: 0;
    z-index: 200;
    /*grid-area: LIST;*/
    height: 6.5%;
    width: 20%;
    /*margin-left:25%;*/
    /*display: flex;*/
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid crimson;
    display: none;
}


div.error div.header {
    height: 3.5vh;
    width: 100%;
    font-size: .8vw;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: crimson;
    color: whitesmoke;
}

div.error div.body {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 2%;
    background: whitesmoke;
}


button:disabled {
    background: #F5F5F5;
    color: #DDD;
    cursor: none;
    pointer-events: none;
}

/*The list of those signed up is displayed here*/
div.playerlist {
    grid-area: LIST;
    width: 100%;
    max-height: 100%;
    height: auto;
    border: 1px solid green;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

div.playerlist div.header {
    width: 100%;
    background: var(--header_bg);
    height: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.8vw;
    color: whitesmoke;
}

div.playerlist .body {
    height: 95%;
}

div.input {
    grid-area: INP;
    background:  var(--menu_bg);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

div.signupnote {
    margin-left: 1vw;
    color: whitesmoke;
    font-size: 1.2vw;
    font-style: italic;
}

p.signupnote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    color: whitesmoke;
    margin: 0;
}


.green {
    color: green;
}

div.deletedialog {
    position: absolute;
    /* left: 18vw;
     top: 28vh;*/
    width: 20vw;
    height: 16vh;
    background: #D4E2D8;
    border: 1px solid crimson;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 10;
    display: none;
}

div.deletedialog div.header {
    background: crimson;
    width: 100%;
    height: 26%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1vw;
}

div.deletedialog div.body {
    background: transparent;
    width: 100%;
    height: 74%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 1vw;
}


div.deletedialog input[type='text'] {
    padding: .3vw;
    color: whitesmoke;
    font-size: 1.2vw;
}

input.delvid {
    width: 4vw;
}

input.password {
    width: 9vw;
}

div.password {
    margin-top: 2vh;
}

div.deletedialog > div.header > div.delname {
    background: #dc143c; /*crimson*/
}

div.delcontent {
    width: 100%;
    height: 80%;
    padding: 1vw;
}

p.prompt {
    color: crimson;
    margin: .4vh 0 0;
    font-size: .8vw;
}

p.delnote {
    color: crimson;
    margin: 2vh 0 0;
    font-size: .8vw;
}

button.delname {
    margin-left: 0;
    margin-top: 1vh;
    color: red;
}

div.close {
    margin-top: 0;
    width: 99%;
    text-align: right;
    height: 30px;
}

button#close {
    border-radius: 1vh;
    height: 28px;
    color: white;
    background-color: red;

}


table.players {
    border-collapse: collapse;
    line-height: 2;
    /*width: 100%;*/
}

td {
    color: navy;
    border-left: 1px dotted silver;
    border-right: 1px dotted silver;
    font-size: 1.2vw;
}

td.remove {
    width: 4.5vw;

}

input.vid1 {
    margin-left: 4vw;
    width: 6.0vw;
    color: navy;
    font-size: 1.0vw;
}

input.vid2 {
    margin-left: 1vw;
    font-size: 1.0vw;
    width: 6.0vw;
    color: navy;
}

/*label#vidprompt {
    margin-left: 2vw;
    margin-top: 1vh;
}*/

td.email {
    width: 150px;
}


button.signup {
    margin-left: 1vw;
    height: 3.0vh;
    font-size: 1.5vh;
}

table.players > td {
    font-size: 1.4vw;
}


td.redname {
    color: magenta;
}


td.name {
    width: 10vw;
    font-size:1.8vw;
}

td.vid {
    width: 5vw;
}

td.email {
    width: 14vw;

}

td.hphone,
td.cphone{
    width:8vw;
}

td.posted{
    width:8vw;
}

td.trail{
    width:4vw;
}


/*------------------------------------------------------------------------------

   The TD width definitions for the playerlist table

-------------------------------------------------------------------------------*/
button.remove {
    background: crimson;
    color: white;

    border: none;
    font-size: 1.0vw;
}

table.playerlist {
    width: 100%;
    min-width: 1024px;
    line-height: 1.4;
}

table.playerlist td {
    /* padding-left:1%;
     padding-right:1%;*/
    font-size: 1.3vw;
}

td.uniq,
td.password {
    display: none;
}


td.twosome {
    text-align: right;
    background: crimson;
    color: whitesmoke;
    width: 2vw;
    padding-right: .5vw;
}

td.count1 {
    color: crimson;
    /*background: whitesmoke;*/
    text-align: right;
    width: 2vw;
    padding-right: .5vw;

}

td.remove {


}



td.trail {
    color: green;
    width: 2vw;
    padding-right: 1vw;
    text-align: right;
}

td.badtrail {
    text-align: right;
    color: crimson;
    width: 2vw;
    padding-right: 1vw;
}

p.player {
    margin: 0 0 0 .5vw;
    color: whitesmoke;
    font-size: 1vw;
    font-width: bold;
}

p.closeremove {
    /*background: whitesmoke;*/
    color: white;
    font-size: 1vw;
    margin: 0 .4em 0 0;
    cursor: pointer;
    font-weight: bold;


}

div.params{
    height:20vh;
    width:30vh;
    margin-top:10vh;
    margin-left:10vw;
    background: white;
    padding:5px;
    z-index: 20;
}






