.bg-qBlue {
  background-color: #4169E1; }

.bg-qRed {
  background-color: #EE4B2B; }


.logo a {
  background: url("../images/logos/qpollaLogo.svg") no-repeat 0 0;
  background-size: 15rem;
  float: left;
  height: auto;
  text-indent: -4000px;
  /*If you remove text-indent and add: */
  /*padding-left: 6rem;*/
  vertical-align: middle;
  width: 15rem; }

.bg-gradient-qp {
  background: -webkit-gradient(linear, left bottom, left top, from(#4169E1), to(#32b));
  background: linear-gradient(to top, #4169E1 0%, #32b 100%); }


.bg-qBlue,
.bg-gradient-qp {
  color: #fff;
  text-shadow: 0 1px 0 #013; }

.topCenter{
  top: 0;
  left: 40%;
  position: relative;
}

.bottomCenter{
  bottom: 0;
  left: 40%;
  position: relative;
}

.leftMiddle{
  top: 45%;
  float: left;
}

.rightMiddle{
  top: 55%;
  float: right;
}

.tdQuadrant{

  border:0;
  vertical-align: middle;
  align-content: center;
  background: transparent;
}

.tdQuadrantItself{
  padding:0;
  width: 20rem;
  height:20rem;
}

.tableQuadrantItself{
  width: 40rem;
  height:40rem;
}

.tdQuadrant::selection{
  background: transparent;
}

.trQuadrant{
  border:0;
  background: transparent;
}

.trQuadrant::selection {
  background: transparent; }

tr.trQuadrant:nth-child(even) > td {
  background: transparent; }

td.tdQuadrant:hover,
tr:nth-child(even) > td.tdQuadrant:hover {
  background: transparent; }

.pQuadrant{
  visibility: hidden;
  margin: 1rem;
}

td.Q1:hover .Q1 {
  visibility: visible;
}

td.Q2:hover .Q2 {
  visibility: visible;
}

td.Q3:hover .Q3 {
  visibility: visible;
}

td.Q4:hover .Q4 {
  visibility: visible;
}

/*** Right Traingles ***/
.triangle-left-up {
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-bottom: 2rem solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.triangle-right-up {
  width: 0;
  height: 0;
  border-right: 1rem solid transparent;
  border-bottom: 2rem solid #fff;
  top: 0;
  left: 0;

}


