.page {
  display: none;
}

.page p {
  font-size: 16px;
}

#description_page {
}

.s_description {
  display: none;
  text-align: justify;
}

.instruction_p {
  text-align: justify;  
}

.nid {
  display: none;
/*  font-weight: bold;  */
}

/*
.nid:before {
  content: "(";
  font-weight: normal;
}

.nid:after {
  content: ")";
  font-weight: normal;
}
 */

#questions {
  display: none;
  margin-top: 15px;
}
 
#question {
  float: left;
}
 
.remove_btn {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}

.q_node > select {
  vertical-align: middle;
}

#answer {
  float: right;
  background-color: #eeee00;
}

.n_nav {
  clear: both;
}

.n_nav hr {
  border-color: #999999;
}

.viz_div {
  min-height: 400px;
  min-width: 800px;
  position: relative;
}


.graphic {
  background-color: #eeeeee;
  border-radius: 5px;
  border: 3px solid #0000FF;
  display: inline-block;
  position: relative; /* critical for webkit */
}

.viz {
  min-height: 400px;
}

.text_overlay {
}

.vt_d {
  position: absolute;
  width: 80px;
  height: 80px;
  display: table;
  padding: 2px;
}

/** webkit only hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {  
  .vt_d {
    padding: 6px 0 0 6px;  
  }
} 

.vt_d > p {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-size: 12px;
  line-height: 1.1em;
}

.chart {
  margin-top: 10px;
  padding: 14px 0 10px 10px;
}

.diagonal {
  display: inline-block;

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 0;
  
  -moz-transform: rotate(-45deg);
  
  -ms-transform: rotate(-45deg);
  
  -o-transform: rotate(-45deg);
  
  transform-origin: 0;
  transform: rotate(-45deg);
  margin:  0px 0px 0px 4px;
  height: 8px;
  width: 200px;
}

.sq {
  border: 1px solid #000000;
  display: inline-block;
  line-height: 20px;
  margin: 0 0 -6px -1px;
  min-height: 22px;
  text-align: center;
  width: 20px;
}

h1 {
  text-align: center;
}

.countdown-bar {
  display: none;
}

#timer_label {
  display: none;
  float: left;
  height: 40px;
  font-size: 200%;
  margin: 5px;
}

.matrix {
  margin: 10px;
}

.matrix th, td{
  border: 1px solid #cccccc;
  text-align: center;
}

.matrix th {
  min-width: 24px;
}

#i_matrix th {
  min-width: 40px;  
}

.connections_table {
  margin: 10px;
}

.connections_table th, td {
    border: 1px solid #cccccc;
    text-align: center;
}

.padding {
    padding-left: 10px;
    padding-right: 10px;
}