body {
  /*background-color: pink;*/
}

/* Remove 1px extra from the right of the sidenav */
nav#sidebar ul li.here > a {
  width: 190px;
}

/* Fix the casestudy images on /index not showing */
.casestudies div a img {
  width: auto;
}

/* Fix industry blocks images not showing on /industries and /industries/telecom-operators */
#content ul.industry-blocks > li a img {
  width: auto !important;
}

.search form button.nostyle {
  width: 34px !important;
}