/* styles for custom table */

#top #main .hybrid-remote-data-table td{
  font-size: 15px;
  line-height: 150%;
  padding: 15px;
  border-color: #aabdd5;
}

.main_color .hybrid-remote-data-table tr:nth-child(2n+1),
.main_color .hybrid-remote-data-table .pricing-table > li:nth-child(2n+1),
.main_color .hybrid-remote-data-table .pricing-extra {
    background: #ededed;
}

.main_color .hybrid-remote-data-table tr:hover{
  background-color: #dce6f2;
}

.main_color .hybrid-remote-data-table.main tr:first-child{
  background-color: #529ef2;
  color: #fff;
  font-weight: 700;
}

.main_color .hybrid-remote-data-table tr td:last-child{
  text-align: center;
  font-weight: 700;
}


@media only screen and (max-width: 910px){




}
