#wpcontent {
  height: 100%;
  padding-left: 0px;
}
.ntdst-container {
  margin: 0 auto;
  max-width: 100%;
  width: 750px;
}
.ntdst-float-left {
  float: left;
}
.ntdst-float-right {
  float: right;
}

.ntdst-header {
  padding: 20px 10px;
  background-color: #f9fbff;
  min-height: 85px;
}

.ndst-logo {
  float: left;
  max-width: calc(100vw - 170px);
}
.ntdst-navigation-bar {
  width: 100%;
  background: #fff;
  border-top: 1px solid #d5e2ed;
  border-bottom: 1px solid #d5e2ed;
  padding: 0 10px;
}


.ntdst-module-list {
  zoom: 1;
  margin: 0 -12px;
}

.ntdst-module-list:before {
  content: '';
  display: block;
}
.ntdst-module-list:after {
  content: '';
  display: table;
  clear: both;
}

.ntdst-module-list .ntdst-module-wrap {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 24px 12px;
  margin: 25px 0;
}


.ntdst-module-list .ntdst-module {
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  padding: 0;
  width: 100%;
  background: #fefefe;
  position: relative;
  overflow: hidden;
}

.ntdst-module-list .ntdst-module .ntdst-module-active-indicator {
  background: #000000;
  padding: 4px 10px;
  color: #fff;
  display: inline-block;
  width: 200px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: -80px;
  transform: rotate(45deg);
  border: 1px solid #fff;
}
.ntdst-module-list .ntdst-module .ntdst-module-toggle-active {
  display: inline-block;
}

.ntdst-module-list .ntdst-module.module-is-inactive {
  border: 1px solid #ccc;
  background: #d9d9d9;
}


.ntdst-module-list .ntdst-module .ntdst-module-image {
  float: left;
  margin: 20px;
  border: 1px solid grey;
  padding: 25px;
}

.ntdst-module-list .ntdst-module .ntdst-module-image img,
.ntdst-module-list .ntdst-module .ntdst-module-image svg {
  width: 60px;
  height: auto;
}

.ntdst-module-list .ntdst-module.module-is-inactive .ntdst-module-image svg,
.ntdst-module-list .ntdst-module.module-is-inactive .ntdst-module-image img {
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.7;
}
.ntdst-module-list .ntdst-module h3 {
  color: #666;
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 0;
  margin-right: 10px;
}
.ntdst-module-list .ntdst-module h3 a {
  color: #0073aa;
  text-decoration: none;
}
.ntdst-module-list .ntdst-module .ntdst-module-text {
  padding: 20px 20px 20px 0;
  margin-left: 168px;
}
.ntdst-module-list .ntdst-module .ntdst-module-description {
  margin: 0;
  line-height: 1.35em;
  color: #777777;
}
.ntdst-module-list .ntdst-module .ntdst-module-bottom {
  background-color: #fafafa;
  border-top: 1px solid #D9D9D9;
  padding: 20px;
  clear: left;
}

