html {
  height: 100%;
}

body {
  background: #6d777d; /* Old browsers */
  background: -moz-linear-gradient(top, #6d777d 0%, #7c7d69 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d777d 0%,#7c7d69 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d777d 0%,#7c7d69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-family: 'Helvetica Light', 'Helvetica';
  height: 100%;
}

#tableContent h1 {
    font-weight: 100;
    font-size: 23px;
    letter-spacing: 2px;
    text-align: center;
    width: 80%;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff;
}
#tableContent p {
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
    width: 90%;

    color: #fff;
}
p.req_id {
    font-family: monospace;
    font-size: 10px;
}

#state {
    width: 80%;
    margin: 0 auto;
}
#state pre {
    background: #222;
    overflow-x: scroll;
    color: #fff;
    padding: 20px;
}
#state h3 {
    margin-top: 2em;
}
#state p {
    margin-top: 1em;
}
#tableWrapperContainer {
  height: 100%;
  width: 100%;
}

#tableWrapper{
  display: table;
  margin: 0 auto;
  height: 100%;
}

#tableContent {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.retryMessage {
  text-align: center;
  color: #FFFFFF;
  margin: 30px 0px 10px 0px ;
}

.restartButtonContainer {
  margin: 50px;
  text-align: center;
}

.restartButtonContainer .restartButton{
  text-decoration: none;
  color: #EFEFEF;
  padding: 20px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #EFEFEF;
  border-radius: 5px;
}
.restartButtonContainer .restartButton:hover {
  border-color: #DEDEDE;
  background-color: #ABABAB;
  color: #121212;
  opacity: 0.35;
}
