body {
  margin: 0;
  padding: 0;
}
.nActive-wrapper {
  line-height: 1.6;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  /*Tab CSS*/
}
.nActive-wrapper img {
  max-width: 100%;
}
.nActive-wrapper .container {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 0px 10px;
  width: 94%;
  margin: auto;
  background: url(https://www.supportivepc.com/assets/themes/ebay/22/img/ssheaderbgrepeater.jpg) repeat-x #FFFFFF;
}
.nActive-wrapper .container .header {
  clear: both;
  text-align: left;
  padding: 0px 0px;
  min-height: 220px;
  background: url(https://www.supportivepc.com/assets/themes/ebay/22/img/ssheaderbgrepeater.jpg) repeat-x #FFFDE4;
  
}
.nActive-wrapper .container .footer {
  clear: both;
  text-align: center;
  padding: 30px 0px;
}
.nActive-wrapper .container .column-left {
  width: 35%;
  float: left;
  text-align: center;
  padding: 0 5% 0 0;
}
.nActive-wrapper .container .column-left img {
  margin: 30px auto;
  display: block;
}
.nActive-wrapper .container .column-right {
  width: 60%;
  float: left;
}
@media (max-width: 768px) {
  .nActive-wrapper .container .column-left,
  .nActive-wrapper .container .column-right {
    width: 100%;
  }
}
.nActive-wrapper .container .table {
  margin: 30px 0px;
  width: 100%;
  border-collapse: collapse;
}
.nActive-wrapper .container .table td {
  padding: 10px;
  border-bottom: 1px solid #EFEFEF;
}
.nActive-wrapper .nTabs {
  position: relative;
  min-height: 950px;
  clear: both;
  margin: 50px 0 25px;
  background: transparent;
}
.nActive-wrapper .nTabs .tab {
  float: left;
}
.nActive-wrapper .nTabs .tab label {
  cursor: pointer;
  background: #eee;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  margin-left: -1px;
  margin-right: 5px;
  position: relative;
  left: 1px;
  top: -29px;
  -webkit-transition: background-color 0.17s linear;
}
.nActive-wrapper .nTabs .tab [type=radio] {
  display: none;
}
.nActive-wrapper .nTabs .tab .content {
  position: absolute;
  top: 4px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 15px 0px;
  border-top: 1px solid #ccc;
  -webkit-transition: opacity .6s linear;
  opacity: 0;
  overflow: auto;
}
.nActive-wrapper .nTabs [type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
.nActive-wrapper .nTabs [type=radio]:checked ~ label ~ .content {
  z-index: 1;
  opacity: 1;
}
@media (max-width: 768px) {
  .nActive-wrapper .nTabs .tab {
    width: 100%;
  }
  .nActive-wrapper .nTabs .tab label {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    font-weight: bold;
    font-size: 120%;
    top: auto;
    left: auto;
    margin: 0;
  }
  .nActive-wrapper .nTabs .tab .content {
    position: relative;
    opacity: 1;
  }
}
/* CSSTerm.com Simple CSS menu */

br { clear:left }

.menu_simple {
    width: 100%;
    background-color: #26606d;
}

.menu_simple ul {
    margin: 0; padding: 0;
    float: left;
}

.menu_simple ul li {
    display: inline;
}

.menu_simple ul li a {
    float: left; text-decoration: none;
    color: #FFFDE4; 
    padding: 14px 14px;
	font-size:120%;
    background-color:  #26606d;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #26606d;
    background-color: #FFFDE4;
}
