@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }

  .container, .container-md, .container-sm {
    max-width: 95%;
  }
}

main {
  background-color: #fff;
}

h1 {
  max-width: 1024px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #fff;
}

.blue_link {
  text-decoration: none !important;
  color: rgba(53,148,196,1) !important;
}

#block-t2portal-page-title {
  background-color: #0f1216;
}

.page-title {
  padding-left: 40px; /* Needs to be the same as .content-wrapper */
}

.container {
  padding-bottom: 15px;
  padding-top: 15px;
}

.column {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.icon-wrapper {
  height: 100px;
}

.assistive-icon {
  width: 70px;
}

.assistive-icon-label {
  font-family: "Oswald", sans-serif;
  padding-top: 5px;
  padding-bottom: 20px;
  color: rgba(76,76,76,1);
  font-size: 13px;
}

.content-wrapper {
  color: rgba(76,76,76,1);
  padding: 0px 30px 30px 40px;
}

.intro {
  color: rgba(76,76,76,1);
}

.tops {
  max-width: 1024px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}

.tops-category {
  font-family: "Oswald", sans-serif;
  font-size: 2.0em;
  color: rgba(76,76,76,1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tops-record {
  padding-bottom: 20px;
}

.tops-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.tops-id {
  color: rgba(76,76,76,1);
  line-height: 30px;
}

.tops-abstract {
  color: rgba(39,39,39,1);
}

.ss-record {
  color: rgba(76,76,76,1);
  padding-bottom: 30px;
}

.ss-title {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.ss-subtitle {
  font-weight: bold;
}

.ss-company {
  font-style: italic;
}

.ss-abstract {
  
}

#ssrest {
  display: none;
}

.show-more-ss {
  display: none;
}

.ss-img {
  max-height: 192px;
  width: 100%;
  max-width: 100%;
}