
body {
  background-color: #F8F8F8;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 15px;
}

h1, p {
  color: #333;
}

#log-in-block {
    padding: 15px 0 5px 0;
}

#log-in-box {
    width: 274px;
    padding: 10px;
}

#feedback-message p {
    color: #DD1100;
}

#log-in-box button {
    display: block;
    width: 100%;
    height: 22px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#log-in-box select, #log-in-box input {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    height: 22px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#console {
  width: 100%;
  height: 400px;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: scroll;
}

#console-page .top-bar {
    text-align: right;
    padding: 5px 0 5px 0;
}

#console p {
    margin: 0;
    padding: 2px 4px 2px 4px;
}

.input {
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
}

#left-dash {
    width: 70%;
    float:left;
}

#right-dash {
    width: 29%;
    float:right;
}

#separator {
    height: 10px;
    width: 100%;
    border: 0px solid #fff;
    margin: 0;
    padding: 0;
}

.div-list {
    width: 100%;
    height: 188px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow-y: scroll;
}

.row p {
    margin: 0;
    padding: 2px 0px 2px 2%;
    width: 48%;
    float: left;
}

.header-row p {
    padding: 3px 0px 3px 2% !important;
    font-weight: 700;
    background-color: #CCC;
}

.row:nth-child(2n+3) p {
    background-color: #EEE;
}

#players-list table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

#players-list thead tr {
    display: flex;
    width: 100%;
}

#players-list tbody {    
   width: inherit;
    display: block;
    height: 100%;
    overflow-y: scroll;
}

#player-list tbody tr {
   
}

#players-list td {     
    width: 50%;
}

#maps-list {
    width: 100%;
    height: 200px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
}