.example-base {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333; }

.hide {
  display: none; }

.l-demo-container {
  
  margin: 40px auto 0px auto; }

.l-popout {
  margin: 0;
  padding: 0;
  border: 0; }
  .l-popout iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0; }

.example-chat {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 
  border: 1px solid #CCC;
  overflow: auto;
  padding: 0px;
  font-size: 13px;
  line-height: 22px;
  color: #666; }
  .example-chat header {
    background-color: #EEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
    background: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: linear-gradient(top, #EEEEEE, #DDDDDD);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9), 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.9), 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #CCC;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    color: #999; }
  .example-chat input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 0px 10px;
    height: 30px;
    font-size: 13px;
    width: 100%;
    font-weight: normal;
    outline: none; }
  .example-chat .example-chat-toolbar {
    background-color: #FFF;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #CCC; }
    .example-chat .example-chat-toolbar label {
      text-transform: uppercase;
      line-height: 32px;
      font-size: 13px;
      color: #999;
      position: absolute;
      top: 10px;
      left: 20px;
      z-index: 1; }
    .example-chat .example-chat-toolbar input {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #FFF;
      padding-left: 100px;
      color: #999; }
      .example-chat .example-chat-toolbar input:active, .example-chat .example-chat-toolbar input:focus {
        color: #1d9dff;
        border: 1px solid #FFF; }
  .example-chat ul {
    list-style: none;
    margin: 0px;
    padding: 20px;
   
    overflow: auto; }
    .example-chat ul li {
     
      }
      .example-chat ul li:last-child {
        margin: 0px; }
    .example-chat ul .example-chat-username {
      margin-right: 10px; }
  .example-chat footer {
    display: block;
    padding: 10px; }
    .example-chat footer input {
      border: 1px solid #ced3db;
      height: 40px; }

#colorholder {
 
  height: 30px;
  border: 2px solid #424547;
  margin: 5px auto 0px auto; }

#drawing-canvas {
  border: 3px solid #999; }

.colorbox {
  width: 22px;
  height: 22px;
  margin: 1px;
  display: inline-block;
  border: 3px solid black; }

.example-leaderboard {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 5px;
  background-color: white;
  overflow: auto;
  color: #666; }
  .example-leaderboard table {
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse; }
    .example-leaderboard table th {
      background: #EEE;
      border-bottom: 1px solid #CCC;
      font-size: 13px;
      color: #999;
      padding: 5px 10px;
      text-align: left; }
    .example-leaderboard table td {
      border-bottom: 1px solid #EEE;
      padding: 10px;
      color: #28a562; }
      .example-leaderboard table td em {
        font-style: normal;
        font-weight: bold;
        color: #666; }
    .example-leaderboard table tr:first-child td {
      background: green; }
  .example-leaderboard input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 0px 10px;
    height: 30px;
    font-size: 13px;
    font-weight: normal;
    outline: none;
    border: 1px solid #CCC; }
    .example-leaderboard input.example-leaderboard-name {
     
      margin-right: 10px; }
   
     

#highestscore {
  margin-top: 20px;
  font-size: 13px; }

/* Presence */
#presenceDiv {
  text-align: center; }

/* Tetris */
.tetris-body {
   }

#canvas0, #canvas1 {
  display: inline-block;
  border: 4px solid #424547; }

#restartButton {
  margin-top: 5px; }

#gameInProgress {
  font-size: 14px; }
  

 /* for 2000px or less */
@media screen and (max-height: 2000px) {
	.example-chat-messages
		{
		height:750px;
		}
}


  
/* for 700px or less */
@media screen and (max-height: 850px) {
	.example-chat-messages
		{
		height:840px;
		}
}

/* for 700px or less */
@media screen and (max-height: 750px) {
	.example-chat-messages
		{
		height:740px;
		}
}

/* for 700px or less */
@media screen and (max-height: 650px) {
	.example-chat-messages
		{
		height:640px;
		}
}

/* for 700px or less */
@media screen and (max-height: 610px) {
	.example-chat-messages
		{
		height:600px;
		}
}

/* for 700px or less */
@media screen and (max-height: 570px) {
	.example-chat-messages
		{
		height:560px;
		}
}