body {
    background-color:#F5F5F5;
    font-size:12px;
    color:#383838;
}

.container {
  padding: 8px;
}

h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.winnerAnnouncement {
  margin: 0 auto 0;
}

.winnerAnnouncementText {
  text-align: center;
}

table {
  width: 100%;
}

.me {
  font-weight: bold;
}

.fixedTableContainer {
  position: relative;
}

@media only screen and (min-width: 450px) {
  .fixedTableContainer {
    display: none;
  }
}

@media only screen and (max-width: 449px) {
  .table.standingsTable {
    width: auto;
  }

  .table-responsive .standingsRankCell,
  .table-responsive .standingsNameCell,
  .table-responsive .standingsNameCell a {
    color: transparent;
  }
}


.fixedTable {
  position: absolute;
  z-index: 1;
  background-color: #F5F5F5;
}

.table .standingsCell {
  text-align: center;
  vertical-align: middle;
}

.table .standingsCell.standingsNameCell {
  text-align: left;
}

.table .standingsCell.standingsPickCell {
  padding-bottom: .3rem;
  padding-top: .3rem;
}

.table .standingsCell.standingsPickCell .standingsPickTeam {
  margin-bottom: -2px;
}

.table .standingsCell.standingsPickCell .standingsPickSpread {
  font-size: 10px;
}

.standingsPickCellFirstRow {
  position: relative;
}

.standingsPickStar {
  position: absolute;
  left: 50%;
  position: absolute;
  top: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
}

.weekSelection {
  text-align: center;
  width: 100%;
}

.gameColumn {
  width: 35%;
}

.timeScoreCell {
  width: 30%;
}

.dateRow {
  text-align: center;
  font: Avenir, sans-serif;
  font-weight: bold;
  padding: 12px 0;
}

.gameRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom-width: 2px;
  border-color: black;
  border-top-width: 2px;
}

.radioButton {
  display: none;
}

.pickTeamTable {
  margin: auto;
  max-width: 126px;
}

.pickTeamText {
  width: 46px;
}

.pickCellText {
  vertical-align: middle;
}

.selected {
  background-color: #5286F3;
  border-radius: 4px;
}

.pickCell, .timeScoreCell {
  padding: 10px;
  text-align: center;
  margin: auto;
}

.ben-success {
  background-color: green;
}

.ben-danger {
  background-color: red;
}

.ben-warning {
  background-color: orange;
}

/* Style the navigation menu */
.header {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
#navBar {
  display: none;
}

/* Style navigation menu links */
.navBarOption, .navBarHamburger, .headerTitle {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.navBarHamburger {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.navBarOption:hover, .navBarHamburger:hover {
  background-color: #ddd;
  color: black;
}

.headerCollegePool {
  background-color: #ab2735;
}

.headerNFLPool {
  background-color: #002244;
}

.headerNFLPlayoffsPool {
  background-color: #2B8D59;
}

.message {
  font-weight: bold;
}

.picks-error {
  text-align:center;
  color: red;
}

.login-error {
  text-align:center;
  color: yellow;
}

.submit-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.submitButton {
  color: white;
  padding: 12px;
  width: 200px;
  border-radius: 8px;
  background-color: #5286F3;
}

.picksSpacer {
  padding: 30px 0;
}

.login-page {
  background-color:#5286F3;
  color:#fff;
}

.simple-login-container{
    width:300px;
    max-width:100%;
    margin:50px auto;
}

.simple-login-container h2{
    text-align:center;
    font-size:20px;
}

.simple-login-container .btn-login{
    background-color:#FF5964;
    color:#fff;
}

.login-page a{
  color:#fff;
}

.rulesList {
  padding-right: 20px;
}

.simResults {
  text-align: center;
}

.simTableMe {
  font-weight: bold;
}

.simGamesTable {
  margin: 36px auto 0;
}
