body, html {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  width: 100%;
  height: 100%;
}
.container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.material-textfield {
  position: relative;  
}

label {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
input {
  font-size: 1rem;
  outline: none;
  border: 1px solid gray;
  border-radius: 5px;  
  padding: 1rem 0.7rem;
  color: black;
  transition: 0.1s ease-out;
  text-transform: uppercase;
}
.uppperForce {
  text-transform: uppercase;
}
input:focus {
  border-color: orangered;  
}
input:focus + label {
  color: orangered;
  top: 0;
  transform: translateY(-50%) scale(.9);
}
input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.flat2 {
  color: white;
  background-color: #2e4257;
  border-bottom: 1px solid orangered;  
}
.flat2:hover {
  color: #ffffff;
  background-color: #ff3300;
}
.flat2:active {
  background: #eebbaf;
}
.btn2, p {
  font-size: 20px;
  text-align: left;
  padding: 10px;
}

  .flat {
    color: white;
    background-color: #ebc0b5;
  }
  .flat:hover {
    color: #ffffff;
    background-color: #ff3300;
  }
  .flat:active {
    background: #eebbaf;
  }
  .btn, p {
    font-size: 30px;
    text-align: center;
    padding: 10px;
  }
  a {
    text-align: right;
    margin: 10px;
    text-decoration: none;
    padding: 12px 30px;
    color:black;
  }
  .row {
    width:450px;
    background-color: #dddada;
    height:30px;
    margin-left: 10px;
  }
  .rowWidth {
    width:800px;
    background-color: #dddada;
    height:30px;
    margin-left: 10px;
  }
  .row:hover {
    color:black;
    background-color: orange;
  }
  .row:active {
    background: #eebbaf;
  }
  .rowTxt {
    width:450px;
    background-color: #dddada;
    height:30px;
  }

  .rowTxt:hover {
    color:black;
    background-color: orange;
  }
  .rowTxt:active {
    background: #f8d7d0;
  }
  .txtColLeft {
    height:29px;
    padding-top:2px;
    width:250px;float:left;
    text-align:left;
    padding-left: 10px;
  }

  .txtColRight {
    height:29px;
    padding-top:2px;
    width:200px;
    float:right;
    text-align:left;
  }
  #displayItem {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    overflow:hidden; 
  }
  .msg {
    margin:5px;
   font-family: 'Roboto', sans-serif;
   font-size: 1.25rem;   
  }
  .msgTitle, p {
    text-align: left;    
    margin:5px;    
    font-size: 26px;
  }
  .msgTxt , p  {
    margin:5px;
    text-align: left;    
    font-size: 20px;
  }
  #answer {
    margin:5px;
    text-align: left;    
    font-size: 20px;
    color:orangered;
  }
  #browseItem{
    position:fixed;
    width:460px;
    height:100%;
    background-color:whitesmoke;
    top:0px;
    left:-460px;
  }
  #displayItem {
    border-right: 2px solid #ff3300;
  }
  #showItem {
    position:absolute;
    left:-450px;
    top:50%;
  }
  
  h1 {
    font-weight: normal;
    letter-spacing: -1px;
    color: #34495e;
  }
  .rwd-tableGray {
    background: gray;
    color: #34495e;
    border-radius: 0.4em;
    overflow: hidden;
    width: 800px;
    font-size: 20px;
    margin-left:auto;
    margin-right:auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;     
  }

  .rwd-table {
    background: #34495e;
    color: #fff;
    border-radius: 0.4em;
    overflow: hidden;
    width: 800px;
    font-size: 20px;
    margin-left:auto;
    margin-right:auto;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;     
  }

  tr {
      border-color: red;
      height: 35px;
  }
    th,
    td {
      margin: 0.5em 1em;
      height: 35px;
      padding-left:10px;
    }
    th,
    td:before {
      color: #dd5;
    }
  
  
  