/* Print Stylesheet for The Swan Station */

/* Hide Elements */

body {
  background: white;
  color: black;
}

.print-logo {
  text-align:center;
  width:100%;
  border-bottom:1px solid #ccc;
  padding-bottom:30px;
}

.print-hide, .sidebar, #countdown, #footer { 
  display: none!important; 
}
.print-show {
  display: inline-block;
}
#content {
  width: 70%;
}

#chat-history header,
#chat-history header h2 {
  background: white;
  color: black;
  padding: 0;
}
#chat-history .message {
  border-bottom: 0;
  font-size: 16px;
}

a {
  color: black!important;
}

#page h1, #page h2, #page h3 {
  color: black;
  text-align: left!important;
}
.page-nav {
  text-align: left;
}
.page-nav .btn {
  display: none;
}

table.table, table.table td {
  border-color: black;
}
table.table th {
  background: white;
  color: black;
}
.styled-box {
  border-color: black;
}
.styled-box h4 {
  background: none;
  color: black;
  border-bottom: 1px solid black;
}

#timer-history, #leaderboard {
  width: 450px
}