/* eqe index.php */
.eqeRightSide {
   float: right;
   width: 30%;
   margin: 0px 20px;
   text-align: center;
}
.eqeRightSide a:hover {
   text-decoration: none;
}
.eqeProdImage {
   float: right;
   margin: 0px 20px;
}
.silverBtnWithImg {
   border-radius: 8px;
}
/* eqe tables */
.eqeDescriptionTable td:nth-child(odd) {
   width: 700px;
}
.eqeDescriptionTable td:nth-child(even) {
   width: 280px;
   text-align: center;
}
.eqeIconTable {
   margin: 25px -25px;
   border-spacing: 0;
}
.eqeIconTable img {
   float: left;
   padding: 0 12px;
   margin-left: 10px;
}
.eqeIconTable div {
   margin: 6px;
   width: 295px;
}
.eqeIconTable td:first-child div {
   margin-top: 4px;
}
.eqeIconTable tr {
   height: 70px;
}
.eqeIconTable td {
   width: 338px;
   font-size: 16px;
}
.eqeIconTable td:before {
   display: inline-block;
   vertical-align:middle;
}
.eqeIconTable td:nth-child(odd) {
   background: #f2f2f2;
}
.eqeIconTable td:nth-child(even) {
   background: #e6e6e6;
}
.ghpBlueButton {
   color: white;
   font: 18px 'Raleway-Semibold', sans-serif;
   line-height: 18px;
   border-radius: 3px;
   border: 0;
   margin: 0;
   padding: 12px 18px;
   cursor: pointer;
   text-transform: uppercase;
   background: #0a73e4;
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
   transition: all 0.3s ease;
}
.ghpBlueButton:hover {
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}
/* other eqe */
.howToStudy li {
   padding-bottom: 15px;
}
.howToStudy .alphaListLow li {
   padding-top: 5px;
}
.eqeTopButton {
   margin: 10px auto 10px auto;
   width: 211px;
}
/* for screenshot pages */
.screenShots p img {
   float: left;
   padding-right: 25px;
}
.screenShots p {
   clear: both;
}
.popUpImage {
   min-height: 700px;
   text-align: center;
   padding: 10px 0px;
   margin-left: -25px;
}
/* for cross reference page */
.newXrefRequest {
  width: 60%;
  margin: 0px auto;
}

