  .c-content-tab-4.c-opt-3 > .tab-content{
            background-color:transparent;
        }
        tr > td > img{
            float:left;
        }
        tr > td > div{
            float:left;
            margin-left:20px;
        }
        tr > td > div >  h3{
            margin:0;
        }



a {
  color: #363636;}
  a:active,
  a:hover,
a:link, a:visited { color:#296196; text-decoration: none;}
  a:focus {
    color: #214971; }


p a.pdf {
  padding-right: 0%;
}


/* -------------- By Vlad 03/05/2019 ---------------------  */
/* BEGIN: List styling for applying-graduation.aspx webpage */
.featureList, .featureList ul {
  margin-top: 0;
  padding-left: 2em;
  list-style-type: none;
}
.featureList li:before {
  position: absolute;
  margin-left: -1.2em;
  font-weight: bold;
}
.featureList li.tick:before {
  content: "\2713";
  color: darkgreen;
}
.featureList li.cross:before {
  content: "\2717";
  color: crimson;
}
/*END: List styling for applying-graduation.aspx webpage */
