#leftside {
    position: absolute; 
    top: 40px;
    left: 5%;
    max-width: 44%;
}

#schedule {
    font-size:80%;
}

#enterpick {
    margin-top: 30px;
    font-size:100%;
}

#login {
}

#signup {
    display: none;
}

#rightside {
    position: absolute; 
    top: 80px;
    left: 50%;
    max-width: 44%;
}

#standings {
    top: 10px;
    font-size:100%;
}

div.table {
    display: table;
/*    margin-left: 5%;*/
}

div.tr {
    display: table-row;
}

.td {
    display: table-cell;
    padding-right: 15px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

span.week {
    display:table-cell;
    width: 70px;
}
span.texas {
    display:table-cell;
    width: 50px;
}

span.scoreleft {
    display:table-cell;
    width: 80px;
    text-align: left;
    padding-right: 10px;
}

span.scoreright {
    display:table-cell;
    width: 80px;
    text-align: right;
}

span.gameday {
    display:table-cell;
    width: 80px;
    text-align: right;
    padding-right: 10px;
}

span.gametime {
    display:table-cell;
    width: 80px;
    text-align: left;
}

span.opponent {
    display:table-cell;
    padding: 0 10px;
}

span.user {
    display:table-cell;
    padding: 0 5px;
}

span.points {
    display:table-cell;
    padding: 0 25px;
}

span.rank {
    display:table-cell;
    padding: 0 0px;
}

a.clickme {
    color: blue;
}

span.clickme {
    display:table-cell;
    width: 100px;
    padding-right: 10px;
    color: blue;
}

.clickme:hover {
    cursor: pointer;
    background: blue;
    color: white;
}

.centerJustified {
    text-align: center;
}

input.signup {
}

.trashtalk {
    height: 90px;
    width: 100%;
}

.menu1 {
    display:table-cell;
    width: 100px;
    padding-right: 10px;
}

