.flat-view-button-container .flat-view-button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.flat-view-button-container .flat-view-button:hover, .flat-view-button-container .flat-view-button :focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.flat-view-button-container .hide {
  display: none;
}
