
body {
  margin: 0;
  padding: 0;
  height:auto;

}

@media (min-width: 360px) { 
    .nActive-wrapper .container{
        width: 100%;
    }
      .nActive-wrapper .nTabs .tab {
    width: 100%;
  }
    img { 
    max-width: 280px; 
    display:block; 
    height: auto;
}
}


@media (min-width: 480px) { 
    .nActive-wrapper .container{
        width: 100%;
    }
      .nActive-wrapper .nTabs .tab {
    width: 100%;
  }
    img { 
    max-width: 400px; 
    display:block; 
    height: auto;
}
}

@media (min-width: 640px) { 
    
    .nActive-wrapper .container{
        width: 100%;
    }
      .nActive-wrapper .nTabs .tab {
    width: 100%;
  }
    img { 
    max-width: 560px; 
    display:block; 
    height: auto;
}
} 
@media (min-width:960px) {
    
    img { 
    max-width: 880px; 
    display:block; 
    height: auto;
}
    
} 

.nActive-wrapper {
  line-height: 1.6;
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 50px;
  /*Tab CSS*/
}
.nActive-wrapper span[property="description"] {
  display: none;
}


.nActive-wrapper .container {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 0px 30px;
  width: 80%;
  margin: auto;
}


.nActive-wrapper .container .header,
.nActive-wrapper .container .footer {
  clear: both;
  text-align: center;
  padding: 50px 0px;
}
.nActive-wrapper .container .column-left {
  width: 35%;
  float: left;
  text-align: center;
  padding: 0 5% 0 0;
}


.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;
  
  clear: both;
  margin: 70px 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;
 text-align: left;
}
.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;
}

  .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;
  }

