body {
font-size: 1em;
text-align: center;
font-family: Arial;
padding-bottom: 100px;
}

h1 {
  font-size: 1.8em;
}

.contentBox {
display: inline-block;
width: 80%;
background-color: #eef;
padding: 10px;
text-align: center;
//margin: 20px;
margin-top: 0px;
max-width: 700px;
}

input, select, button {
  font-size: 1.2em;
  padding: 2px;
  margin: 10px;
}

textarea {
  font-size: 1.1em;
  width: 50%;
  height: 50px;
  margin: 8px;
}

#selectall, #selectnone {
  font-size: 0.8em;
  padding: 2px;
  margin: 5px 2px 0px 2px;
}

input[type='submit'], button  {
  padding: 10px 20px 10px 20px;
}

select option {
  padding-right: 50px;
}

#daterange{
  text-align: center;
  background-color: #fff;
}

#timestable {
display: inline-block;
font-size: 0.9em;
margin: 20px 5px 10px 5px;
}

#timestable thead {
  font-weight: bold;
}

#timestable td {
  padding: 10px;
  vertical-align: top;
  text-align: right;
  background: #eee;
  margin: 2px;
}

#timestable tr.out td {
padding-bottom: 15px;
}

#timestable tr td:first-child {
  font-weight: bold;
}

#timer {
  font-size: 1.2em;
  font-weight: bold;
}

.adminmessage {
  font-weight: bold;
  font-size: 1.3em;
  color: red;
}

.tabs {
  display: inline-block;
  width: 80%;
  //text-align: left;
  margin-bottom: 3px;
  white-space: nowrap;
}

.tabs span {
  background-color: #dde;
  padding: 8px 20px 12px 20px;
  cursor:pointer;
  margin: 0px;
  margin-left: 2px;
  font-size: 1em;
  color: #555;
}

.tabs span.active {
  background-color: #eef;
  color: #000;
}



.editTime {
    cursor: pointer;
}

#timeEditor {
    background-color: #ddf;
    border: solid 1px #999;
    font-size: 0.9em;
    padding: 3px 20px 3px 20px;
    cursor: default;
}

#timeEditor div {
  margin: 4px;
}

#timeEditor button {
    padding: 5px;
}

#timeEditor input {
    margin: 0px;
}

#closeTimeEditor {
    float: right;
    height: 18px;
    width: 18px;
    font-size: 16px;
    margin: 0px;
    padding: 2px;
    cursor: pointer;
    background-color: #eef;
    margin: 5px -10px 0px 0px;
}

@media only screen and (max-width: 640px) {
  .contentBox, .tabs {
    width: 90%;
  }
  .tabs span {
    font-size: 0.7em;
    padding: 5px;
  }
}

@media print {
  body{
    font-size: 1em;
  }
  .contentBox, a, .tabs {
    display: none;
  }
  #timesbox {
  }
}

