/*page 8*/
table{
  width: 100%;
}

.notebookTable{
    margin: 1% 0 1% 0;
    background-color: #FFEFED;
    border: dotted #ed564b 1px;
    box-shadow: 5px 5px 2px #ccc;
    width: 100%;
}

.notebookTable{
  height:5em;
}


p{ 
    font-weight: bold;
    color:#fff;
}


button{
  margin: 0% 0 1% 0;
  float: left;
}

h6{
  font-family: 'Open Sans', sans-serif;
      border: 0;
      outline: 0;
      outline-width: 0;
      outline-style: none;
      border-radius: 5px;
      background: #32343a;
      box-shadow: none;
      color: #fff;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      padding: .5%;
      width: 5.5em;
      margin:1% 0 1% 0;
  
}


.hintsBtn{
  float: none;
  margin: 2% 0 1% 0;
}

.hints{
  
  background: #ed564b;
  border-radius: 5px;
  padding:.5%;
}

.hints li{
  background-color: #fff;
  margin:.5%;
  padding:.5%;
  display:inline-block;
  border: dotted #ed564b 1px;
  border-radius: 5px;
}

/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px) {
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px) {
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px) {
    /* Styles */
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px) {
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
   
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
}


