#app-nav .user a:before {
    border: none;
    display: none;
}

.ss-check {
    color: #3fb414
}

#main-content th[scope=row] {
    padding: 7px;
    text-align: left;
}

#ask-a-question, #having-trouble, #social-connect {
    text-align: center;
}

#ask-a-question a img {
    border: 0;
}

#content .banner-image {
    border: 1px solid #ccc;
    margin: 0;
    text-align: center;
}

#content .banner-image > img {
    padding: 1px;
    display: inline-block;
    margin-bottom: -2px;
}

ul {
  margin-left: 20px;
}

.enrolement-step a {
    line-height: 1;
}

.only-if-printed {
  display: none;
}

@media print {
      #having-trouble { display: none; }
      #ask-a-question { display: none; }
      #secondary-content { display: none; }
      #main-content { width: 100%; }
      #site-wide-footer { display: none; }
      #masthead { display: none; }
      .enrolment-step { display: none; }
      .not-if-printed { display: none; }
      .only-if-printed { display: inline; }
      /* #user-details { page-break-before: always; } */
}


#ask-a-question a,#ask-a-question a img{
  border: 0;
}

#social-connect .flex-container {
  display: flex;
  margin-top: 3em;
  justify-content: space-between;
}

#social-connect h4 {
  display: block;
}

#social-connect .facebook-icon {
 color: #3b5998;
}

#social-connect .twitter-icon {
  color: #1da1f2;
}

#social-connect .youtube-icon {
   color: #cd201f;
}

#social-connect a.ss-icon {
  font-size: 48px;
}

#content ol {
    margin-left: 20px;
}
