.pcArea {

  width: 80%;

}

.ButtonQ{

  border:3px solid white;
  border-radius:5px;
  background-color:#02437d;
  color:white;
  padding:15px 32px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  color:white;
  margin:10px 0px;
  margin-top: 20px;
  cursor:pointer;
  width:30%;

}

.ButtonQH{

  border:1px solid white;
  border-radius:5px;
  background-color:#02437d;
  color:white;
  padding:5px 8px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:15px;
  font-family:Arial, Helvetica, sans-serif;
  color:white;
  cursor:pointer;
  width:20%;
  float: right;

}

.BaseButton{

  border-radius:5px;
  background-color:#02437d;
  color:white;
  padding:15px 0px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  color:white;
  margin: 0 auto;
  cursor:pointer;
  width: 100%;

}

.factStatment {

  color: #0000FF;
  cursor: pointer;

}

.moveRight {

  float: right;

}

.boldQ{
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
}

.QuoteQ {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 25px 0 25px 0;

}

.table1 {
  border: 5px;
  margin: auto;

}

.row {
  overflow: auto;
  padding-left: 5px;

}

.cell{
  float: left ;
  border: 1px solid black;
  width: 20% ;
  font-size: 20px;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;

}

select {
  outline: none;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 4px 4px 4px 4px;
  font-size: 16px;
  width: 97%;
  /*border-radius:5px;*/

}
*/

@media only screen and (max-width: 768px) {

  .ButtonQ{

    padding:15px 10px;
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    margin:10px 0px;
    margin-top: 20px;
    width:40%;

  }

  .QuoteQ {
    font-size: 1.2em;
    padding: 15px 0 15px 0;

  }

  .ButtonQH{

    padding:5px 8px;
    font-size:15px;
    width:40%;

  }


}
