.table-comparison {
  width: 100%;
  margin-bottom: 30px;
}
.table-comparison thead tr:nth-child(odd) th {
  background-color: #e1e1e1;
}
.table-comparison thead tr:nth-child(even) th {
  font-weight: normal;
  background-color: #f2f2f2;
}
.table-comparison thead th {
  vertical-align: top;
  padding: 15px;
  border-style: solid;
  border-color: white;
  border-width: thick;
}
.table-comparison tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table-comparison tbody th {
  font-weight: normal;
  text-align: left;
  padding: 15px;
  border-style: solid;
  border-color: white;
  border-width: thick;
}
.table-comparison tbody td {
  color: #0099cc;
  text-align: center;
  vertical-align: middle;
  border-style: solid;
  border-color: white;
  border-width: thick;
}
nav.navbar.easeus {
  background-color: #516274;
  color: white;
  font-size: 18px;
  margin-bottom: 0px;
}
nav.navbar.easeus .navbar-header {
  padding: 15px 0px;
}
nav.navbar.easeus .navbar-header .navbar-brand {
  margin: 0px;
  font-size: 23px;
}
nav.navbar.easeus .navbar-nav li {
  padding: 15px 0px;
  background-color: #455467;
}
nav.navbar.easeus .navbar-nav li a {
  color: white;
}
nav.navbar.easeus .navbar-nav li a:hover {
  background-color: #455467;
  text-decoration: underline;
}
nav.navbar.easeus .navbar-nav li.active {
  background-color: #6ec2e7;
}
nav.navbar.easeus .navbar-nav li.active a {
  color: white;
}
nav.navbar.easeus .navbar-nav li.active a:hover {
  background-color: #6ec2e7;
  text-decoration: underline;
}
ul.features {
  display: table;
  font-size: 0pt;
}
ul.features li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10pt;
  vertical-align: top;
  list-style: none;
  line-height: 180%;
}
@media (min-width: 768px) {
  ul.features li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.features li {
    width: 100%;
  }
}
ul.features li .media {
  padding: 20px;
}
ul.features li .media .pull-left img.media-object {
  height: 63px;
  width: 63px;
  margin-right: 15px;
}
ul.features li .media .media-body {
  font-size: 105%;
}
ul.features-vertical {
  margin: 20px 0px;
}
ul.features-vertical li {
  background-color: white;
  color: black;
}
ul.features-vertical li .media-left,
ul.features-vertical li .media-body {
  padding: 20px 30px;
  border: 1px solid #c1bbdf;
}
ul.features-vertical li .media-left img.media-object {
  width: 65px;
}
.bg-purple ul.features {
  color: white;
  background-color: #786fb0 !important;
}
.bg-purple ul.features li:nth-child(odd) {
  background-color: #7f77b3 !important;
}
.bg-egreen ul.features {
  color: white;
  background-color: #6eb1a0 !important;
}
.bg-egreen ul.features li:nth-child(odd) {
  background-color: #74bba9 !important;
}
.easeus-nav {
  background-color: white;
  height: 76px;
  margin: 0px;
  border-bottom: 5px solid #dcdcdc;
}
.easeus-nav ul.nav li a {
  height: 70px;
  line-height: 40px;
}
.easeus-nav ul.nav li a i {
  margin-left: 0.5em;
}
.easeus-nav ul.nav li:hover,
.easeus-nav ul.nav li:active {
  border-bottom: 5px solid #4ab9f2;
}
.overlay-menu {
  z-index: 100;
  position: absolute;
  left: 0px;
  right: 0px;
  display: none;
  padding: 1em 0em;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.overlay-menu h3,
.overlay-menu h4 {
  border-bottom: solid 1px white;
}
.overlay-menu h3 small,
.overlay-menu h4 small {
  color: #aaaaaa;
}
.overlay-menu ul {
  padding-left: 1em;
}
.overlay-menu li {
  font-size: 110%;
  margin: 0.5em 0em;
}
.overlay-menu a {
  color: white;
}
