/* Non Prewinder Hand Tools Custom Styles  */

.table-striped>tbody>tr:nth-child(even)>td{
   background-color: #fff;
 }

hr.twoRow{
  margin-top: .20em; margin-bottom: .20em; border-width: 1px; border-color: #636769;
}

tr.row-grey td{
  background-color: #C3C1CB;
}

.table-center{
  text-align: center;
}

.comparison>tbody>tr>th{
  text-align: left;
  background-color: #DCDADB;
}

.comparison td{
    font-size: 15px;
    vertical-align: middle !important;
    text-align: center;
}

.table-hover > .comparison th{
  background-color: #0069aa;
  color:#F2F2F2;
}

.comparison tbody > tr:nth-child(2n+1) > td{
   background-color: #F2F2F2;
}

.comparison >.table-hover > tbody tr:hover td{
  background-color: #FFD837;
}

.specVer{
  display: none;
}

.SM-font{
  font-size: .7em;
}

/*
 Smaller devices (phones, 300px and up) */
@media (min-width: 300px) {

  .specHor{
     display: none;
   }

   .specVer{
     display: block;
     height: 500px;
   }
}

/*
 Small devices (tablets, 600px and up) */
@media (min-width: 600px) {

  .specVer{
     display: none;
   }

   .specHor{
     display: block;
     height: auto;
   }
}