.loginForm {
    padding: 5px;
    background-color: #dec;
    text-align: center;
    font-weight: bold;
}

#left {
    margin:0px;
    padding:0px;
    padding-bottom: 50px;
    width: 46%;
    float: left;
}

.tb_left {
    margin:0px;
    padding:0px;
    padding-bottom: 50px;
    width: 46%;
    float: left;
}

#right {
    margin:0px 26px 0px;
    padding:0px;
    padding-bottom: 50px;
    /*padding-top: 10px;*/
    width: 46%;
    float: left;
}

.tb_right {
    margin:0px 26px 0px;
    padding:0px;
    padding-bottom: 50px;
    /*padding-top: 10px;*/
    width: 46%;
    float: left;
}

.left_no_padding {
    margin:0px;
    padding:0px;
    padding-bottom: 10px;
    width: 46%;
    float: left;
}

.right_no_padding {
    margin:0px 26px 0px;
    padding:0px;
    padding-bottom: 10px;
    width: 46%;
    float: left;
}

#searchResults {
    overflow: auto;
}

#landing_page {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#landing_page #call_to_action {
    width: 55%;
    float: left;
}

#landing_page #call_to_action h2 {
    line-height: 1.3em;
}

#landing_page #stats {
    width: 40%;
    float: right;
    font-size: 18px;
}

#landing_page h1 {
    clear; both;
}

#landing_page #pitch {
    font-size: 20px;
    margin-bottom: 50px;
}

#top-half {
    margin-bottom: 20px;
    border-bottom: 2px solid black;
    width: 100%;
    overflow: hidden;
    clear: both;
}

#bio-and-status {
    width: 60%;
    float: left;
}

#ownership-changes {
    width: 40%;
    float: left;
}

#player-news {
    clear:both;
    width: 100%;
}

/* the menu bar */

#fgiframe {
    background: #004010;
    height: 27px;
}

#global_notification {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #ffc;
}

#mobile-menu {
    display: none;
}

#desktop-instructions {
    display: block;
}

#mobile-instructions {
    display: none;
}

#inviteUsersThrobber {
    margin-top: 10px;
}

/* various classes for small style changes - mostly with how text is displayed */

.selected {
    background-color: blue;
}

.selected a {
    color: white;
}

.error {
    font-size: small;
    color: #d00;
}

.big {
    font-size: medium;
    font-weight: bold;
}

.red {
    color: #711;
}

.morered {
    color: #c11;
    font-weight: 500;
}

.golden {
    color: #e81;
}

.green {
    color: #071;
}

.brand-green {
  color: #5c9e77;
}

.brand-red {
    color: #cf5852;
}

.tinytext {
    font-size: x-small;
}

.small {
    font-size: small;
}

.orange {
    color: #fa4;
}

.darkgreen {
    color: #153;
}

.bold {
    font-weight: bold;
}

.editLink {
    font-size: x-small;
    box-shadow: none;
}

/* other layout divs */

.tb_note {
    clear: both;
    width: 100%;
}

table.stats td {
    text-align: center;
}

.joinOrCreateTeam {
    text-align: center;
    background: #eee;
    font-weight: bold;
}

.noLeagueResult {
    text-align: center;
    background: #eee;
    font-weight: bold;
}

/* create league form */
#createLeague fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60%;
    background: #f9f9f7;
    line-height: 2em;
}

#createLeague fieldset div label {
    width: 25%;
    max-width: 25%;
    display: inline-block;
    font-weight: bold;
}

#createLeague fieldset div label.fullWidth {
    max-width: 100%;
    width: 100%;
}

fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    background: #f8f8f8;
}

fieldset legend {
    font-weight: 500;
    font-size: 16px;
}

label {
    font-weight: 600;
}

fieldset label {
    margin-right: 30px;
    line-height: 2em;
    max-width: 30%;
    width: 30%;
    display: inline-block;
}

.paypalResponse {
    list-style: none;
}

.strong {
    font-weight: 500;
}

.player-news {
    background-color: #f1f3e9;
    min-width: 100%;
    padding: 10px;
}

/* cut players popup */

#rosterIfConfirmed li, #playersToBeCut li {
    display: block;
}

#teamList {float: left; width: 95%; margin: 0 0 1em 0;}
#teamList li {float: left; width: 30%; display: block;}

.message_row {
    cursor: pointer;
}

.message_reply {
    margin: 2px;
    padding: 0;
    border-top: 1px #ccc;
}

#messages-menu {
    padding: 0px; margin: 0px;
    list-style: none;
    width: 95%;
}

#messages-menu .message-menu-hide {
    display: none;
}

#messages-menu li {
    width: auto;
    display: block;
    float: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 6px;
}

#messages-menu li.top {
    border-top: 1px solid black;
}

#messages-menu li.here {
    background-color: #292;
}

#messages-menu li.here a {
    color: #eee;
}

#messages-menu li.unread-messages {
    background-color: #e55 !important;
}

#messages-menu li.unread-messages a {
    color: white !important;
}

#team-messages-log {
    float: left;
    max-height: 450px;
    height: auto;
    overflow: auto;
    width: 100%;
}

#team-messages-log ul {
    min-width: 100%;
    max-width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

#team-messages-log li.team-message {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#chatMessage {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* vote off results */

.voteOffResults th {
    width: 50%;
}

.voteOffResults th + th {
    width: 15%;
}

.voteOffResults th + th + th {
    width: 15%;
}

.voteOffResults th + th + th + th {
    width: 20%;
}

.voteOffResults td + td, .voteOffResults td + td + td, .voteOffResults td + td + td + td {
    text-align: center;
}

.votes {
    font-weight: 500;
}

.popup {
  background-color: #fff;
  opacity: .9;
  border: 2px solid #999;
  cursor: default;
  display: none;
  margin-top: 5px;
  position: absolute;
  text-align: center;
  width: 250px;
  z-index: 50;
  padding: 5px;
}

.popup h1, .popup h2, .popup h3, .popup h4 {
    text-align: left;
    margin: 0;
    padding: 0;
}

.popup h4 {
    float: left;
    margin-right: 20px;
}

.popup .close {
    float: right;
    font-size: small;
}

.note-container {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    box-shadow: none;
}

.note {
    color: #ccc;
    text-shadow: 1px 1px 1px #444;
}

.note:hover {
    color: #aaa;
    text-shadow: 1px 1px 1px #444;
}

.note.has-note {
    color: #ffffc2;
}

.note.has-note:hover {
    color: #fafabd;
}

ul#promoStats {
    width: 100%;
    display: table-row;
    clear: both;
}

ul#promoStats li {
    float: left;
    text-align: center;
    font-weight: bold;
    display: table-cell;
    margin-right: 45px;
}

ul#promoStats li p {
    color: #272;
    font-size: 44px;
    text-shadow: 1px 2px 1px #ccc;
    margin: 10px;
    padding: 0;
}

.positionCheckboxes div label {
    font-weight: bold;
}

.positionCheckboxes div {
    clear: none;
    float: left;
    width: 20%;
}

.loading_screen {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .6 ) url('/images/loading.gif') 50% 50% no-repeat;
    text-align: center;
}

.loading_screen span {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    top: 45%;
    transform: translateY(-45%);
}

body.loading {
    overflow: hidden;
}

body.loading .loading_screen {
    display: block;
}

.no-margin {
    margin: 0;
}

/* available owners */
ul.availableOwnersList {
    list-style: none;
    padding: 0;
}

ul.availableOwnersList li {
    padding: 5px;
}

ul.availableOwnersList li.even {
    background-color: #f4f6ec;
}

ul.availableOwnersList li.odd {
    background-color: #f1f3e4;
}

.available_owner_username {
    font-size: medium;
    font-weight: bold;
}

.available_owner_last_updated {
    font-size: x-small;
}

.available_owner_bio {
    font-size: medium;
}

textarea#blurb {
    font-size: medium;
}

#post_owner_form {
    display: none;
}

.league_description {
    font-size: x-small;
    font-style: italic;
}

/* MOBILE */

@media only screen and (max-width: 736px) {
    table {
        min-width: 90%;
        clear: both;
    }

    #left, #right, #left65, #right25, .tb_left, .tb_right, #right30 {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 0px;
    }

    #fgiframe {
        display: none;
    }

    #mobile-menu {
        display: inline-block;
        color: #fff;
        background-color: #004010;
        width: 100%;
        font-size: 24px;
        z-index: 100;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }

    .sticky {
        position: fixed;
        top: 5px;
        opacity: .85;
    }

    .sticky:after {
        content: " ottoneu";
    }

    #messageText {
        width: 95%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    #desktop-instructions {
        display: none;
    }

    #mobile-instructions {
        display: block;
    }

    #messages-menu {
        position: fixed;
        left: -300px;
        visibility: hidden;
        transition: transform 0.5s;
        z-index: 100;
    }

    #messages-menu.is-open {
        visibility: visible;
        transition: transform 0.5s;
        transform: translate3d(300px, 0, 0);
    }

    #messages-menu .message-menu-hide {
        display: block;
    }

    #left65 {
        transition: transform 0.5s;
    }

    #left65.is-open {
        transition: transform 0.5s;
        transform: translate3d(350px, 0, 0);
    }

    .tradeCommentProposing {
        width: 90%;
    }

    .positionCheckboxes div {
        width: 100%;
    }

    #userstrip {
        text-align: center;
    }

    #header a, #baseballHeader a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
    }

    .lineup-player-bio {
        display: block;
    }
}

/* TABLET */
@media only screen and (max-width: 768px) {

}

div#content.user-profile table {
    width: 60%;
}

#commissioner_note {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
