@import url("../../galois/css/style.css");

/* the News list in the footer was overflowing and the Arrow link overlaying in a weird way. Fix below
.news-obj {
overflow: hidden;	
}

.obj-foot {
padding-top: 0;
}

/* social links on team profiles. The previous method, using "social-links", was weridly aligning them to the right.

/* smorina- OCTOBER 2015 ADDITION - social links on team profiles. The previous method, using "social-links", was weridly aligning them to the right.

.social-links-profile {
  list-style: none;
  margin: 0;
  padding: 18px 0 15px;
  text-align: right;
  li {
    display: inline-block;
    margin-right: 25px;
  } }

*/

pre { font-size: 12px !important; }
